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 270525 - NullPointerException at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.computeMethodArguments
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.projects.EditorCon...
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-01 09:52 UTC by jungmat
Modified: 2017-05-01 09:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229002


Attachments
stacktrace (2.72 KB, text/plain)
2017-05-01 09:52 UTC, jungmat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jungmat 2017-05-01 09:52:31 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5088-on-20161106)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Mac OS X

User Comments:
jungmat: Happened when start debugging a project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.computeMethodArguments(EditorContextSupport.java:1220)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser$7.call(PreferredCCParser.java:323)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser$7.call(PreferredCCParser.java:315)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.runGuarded(PreferredCCParser.java:770)
   at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.getArguments(PreferredCCParser.java:315)
   at org.netbeans.modules.debugger.jpda.projects.EditorContextSupport.getArguments(EditorContextSupport.java:1445)
Comment 1 jungmat 2017-05-01 09:52:33 UTC
Created attachment 164210 [details]
stacktrace