This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 218829 - Debugger shows no error for uncompilable tests (Maven)
Summary: Debugger shows no error for uncompilable tests (Maven)
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-22 20:25 UTC by mago_ebon
Modified: 2012-10-04 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Warning dialog (9.42 KB, image/png)
2012-10-04 14:20 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mago_ebon 2012-09-22 20:25:41 UTC
When I try to run a test and such test is uncompilable, the debugger starts running with no feedback to the user.

To reproduce the error:
1. Create a class
2. Create a test (my case is with JUnit 4)
3. Make the test uncompilable
4. <ctrl>+<shift>+f6
Comment 1 Martin Entlicher 2012-10-04 14:20:25 UTC
Created attachment 125390 [details]
Warning dialog
Comment 2 Martin Entlicher 2012-10-04 14:22:34 UTC
I get this warning dialog. You've probably checked "Always run without asking" before.