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 245403

Summary: [801cat] NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Product: java Reporter: muellermi <muellermi>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208845
Attachments: stacktrace

Description muellermi 2014-07-04 11:52:23 UTC
Build: NetBeans IDE Dev (Build 201407040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
muellermi: delete text from java file

GUEST: No problem experiencef. However, the IDE suggested that reporting this would be helpful.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.unrecoverableError(JavaCompiler.java:1255)
   at com.sun.tools.javac.main.JavaCompiler.shouldStop(JavaCompiler.java:580)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1315)
   at org.netbeans.modules.java.hints.spiimpl.Utilities.constructScope(Utilities.java:751)
   at org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:61)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:546)
Comment 1 muellermi 2014-07-04 11:52:25 UTC
Created attachment 147880 [details]
stacktrace
Comment 2 Dusan Balek 2014-07-10 12:23:42 UTC
Caused by #241006.

*** This bug has been marked as a duplicate of bug 241006 ***