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 - [801cat] NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: [801cat] NullPointerException at com.sun.tools.javac.main.JavaCompiler.unreco...
Status: RESOLVED DUPLICATE of bug 241006
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-04 11:52 UTC by muellermi
Modified: 2014-07-10 12:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208845


Attachments
stacktrace (1.81 KB, text/plain)
2014-07-04 11:52 UTC, muellermi
Details

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