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 228113 - Exception thrown when file is not compilable (syntax error should not interrupt developer's work!)
Summary: Exception thrown when file is not compilable (syntax error should not interru...
Status: RESOLVED DUPLICATE of bug 227420
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P1 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 18:21 UTC by ecerichter
Modified: 2013-04-02 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (343.85 KB, text/plain)
2013-03-30 18:21 UTC, ecerichter
Details
Screenshot of the source and the exception thrown (72.78 KB, image/png)
2013-03-30 18:22 UTC, ecerichter
Details
Dump of the offending file. (28.35 KB, application/octet-stream)
2013-03-30 18:23 UTC, ecerichter
Details
Another dump of the same file, ocurred few lines above the current issue. (28.31 KB, application/octet-stream)
2013-03-30 18:24 UTC, ecerichter
Details
Dump in another file with exactly same sympthoms (25.19 KB, application/octet-stream)
2013-03-30 18:25 UTC, ecerichter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-03-30 18:21:21 UTC
Product Version = NetBeans IDE Dev (Build 201303282300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

During edit process of Java files, is normal that developer has inconsistencies in syntax.
This should not throw an exception to developer.

See attached screenshot of the issue and also the dump file.
Comment 1 ecerichter 2013-03-30 18:21:35 UTC
Created attachment 133231 [details]
IDE log
Comment 2 ecerichter 2013-03-30 18:22:22 UTC
Created attachment 133232 [details]
Screenshot of the source and the exception thrown
Comment 3 ecerichter 2013-03-30 18:23:26 UTC
Created attachment 133233 [details]
Dump of the offending file.
Comment 4 ecerichter 2013-03-30 18:24:32 UTC
Created attachment 133234 [details]
Another dump of the same file, ocurred few lines above the current issue.
Comment 5 ecerichter 2013-03-30 18:25:07 UTC
Created attachment 133235 [details]
Dump in another file with exactly same sympthoms
Comment 6 Dusan Balek 2013-04-02 07:11:46 UTC
Already fixed.

*** This bug has been marked as a duplicate of bug 227420 ***
Comment 7 ecerichter 2013-04-02 13:37:01 UTC
When will this be available for testing?
I'm using 201303282300 and the problem persists.

Thanks,

Edson