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 141244 - Unreliable compilation error detection
Summary: Unreliable compilation error detection
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks: 121950
  Show dependency tree
 
Reported: 2008-07-22 23:22 UTC by Jesse Glick
Modified: 2009-08-06 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot demonstrating problem (187.76 KB, image/png)
2008-07-22 23:22 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-07-22 23:22:11 UTC
See screenshot. I had recently deleted the package-private static method ClassPathProviderImpl.inferRootFromPackage
(fixing the usage within that class) and saved. No error badge had showed up on the project despite the fact that
BuildSniffer, in the same package, uses it. When I opened BuildSniffer, the editor showed a red square, and the error
highlight is correct, but the file badge is missing, as are badges in the Projects tab. When I switch to CPPI.java and
back, then the badges refresh.
Comment 1 Jesse Glick 2008-07-22 23:22:59 UTC
Created attachment 65292 [details]
Screenshot demonstrating problem
Comment 2 Jesse Glick 2008-07-22 23:27:07 UTC
Generally speaking, I find that NetBeans rather often fails to detect that a change broke a source root, which lessens
my trust.
Comment 3 Rastislav Komara 2009-02-03 10:54:01 UTC
Overtake.