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 215195 - Compile Error detection does not work properly anymore
Summary: Compile Error detection does not work properly anymore
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: RANDOM, REGRESSION
Depends on:
Blocks:
 
Reported: 2012-07-05 09:48 UTC by tomzi
Modified: 2012-11-30 14:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (959.15 KB, text/plain)
2012-07-05 09:49 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2012-07-05 09:48:52 UTC
Example: I have a method that throws an exception

private Collection<String> getAllowedLicensesFromService()  throws ClientException {
        ICommonServices commonServices = ServiceFactory.getCommonServices(null);
        return commonServices.getAvailableLicenses();
}

now I remove 'throws ClientException' and save the file but Netbeans does not show me the error anymore...
Sometimes, after I press space (say after a minute) it shows me the error again, but not always

Product Version = NetBeans IDE 7.2 RC1 (Build 201206272359)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) Client VM 22.1-b02
Comment 1 tomzi 2012-07-05 09:49:18 UTC
Created attachment 121752 [details]
IDE log
Comment 2 Dusan Balek 2012-08-13 10:15:58 UTC
Hard to fix without a reproducible test case. Could you please create a test case (simple project and exact steps to reproduce) and attach it to the issue? Thanks.