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 - Project pane doesn't show compilation errors on test files
Summary: Project pane doesn't show compilation errors on test files
Status: RESOLVED DUPLICATE of bug 125870
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 20:22 UTC by telespalla_filone
Modified: 2008-05-12 10:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***