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

Summary: NullPointerException at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getDiagnostics
Product: debugger Reporter: Jiri Prox <jiriprox>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: dathyrius, ric_evans
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223399
Attachments: stacktrace

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