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 134548

Summary: Project pane doesn't show compilation errors on test files
Product: java Reporter: telespalla_filone <telespalla_filone>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: junit-issues
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description telespalla_filone 2008-05-05 20:22:32 UTC
In my Java desktop application, Project pane doesn't mark test files containing compilation errors until I open them in
the Java editor. It doesn't show wrong files after a full package compilation (F9) either.

OS: Windows XP SP2
NB: 6.1 (stable)
Java: 1.6 u05
Comment 2 Jan Lahoda 2008-05-12 10:42:36 UTC
If you mean that after you make a change in a source file, the change is not reflected immediately in the test files, it
is a known limitation (dependent source roots are not recompiled after change) - issue #125870.

*** This issue has been marked as a duplicate of 125870 ***