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 270772 - NullPointerException at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getDiagnostics
Summary: NullPointerException at org.netbeans.modules.java.source.parsing.CompilationI...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-30 23:02 UTC by Jiri Prox
Modified: 2018-01-16 07:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223399


Attachments
stacktrace (4.24 KB, text/plain)
2017-05-30 23:02 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2017-05-30 23:02:08 UTC
Build: NetBeans IDE Dev (Build 201705260001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+163, Java(TM) SE Runtime Environment, 9-ea+163
OS: Windows 7

User Comments:
jiriprox: NPE when debugging J2SE project

ric_evans: Trying to get NetBeans CRUD Tutorial First prototype to run




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getDiagnostics(CompilationInfoImpl.java:280)
   at org.netbeans.api.java.source.CompilationInfo.getDiagnostics(CompilationInfo.java:223)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.toPhaseCheck(PreferredCCParser.java:738)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.toPhase(PreferredCCParser.java:725)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser$1.call(PreferredCCParser.java:149)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser$1.call(PreferredCCParser.java:146)
Comment 1 Jiri Prox 2017-05-30 23:02:12 UTC
Created attachment 164439 [details]
stacktrace