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 252459 - NullPointerException at org.netbeans.modules.debugger.jpda.models.JPDAClassTypeImpl.invokeMethod
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.models.JPDAClassTy...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 13:28 UTC by Martin Entlicher
Modified: 2015-05-20 02:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217373


Attachments
stacktrace (1.81 KB, text/plain)
2015-05-18 13:28 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2015-05-18 13:28:15 UTC
Build: NetBeans IDE Dev (Build 20150518-f70d1535ea48)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
mentlicher: Debugging,




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.models.JPDAClassTypeImpl.invokeMethod(JPDAClassTypeImpl.java:322)
   at org.netbeans.modules.debugger.jpda.models.JPDAClassTypeImpl.invokeMethod(JPDAClassTypeImpl.java:269)
   at org.netbeans.modules.debugger.jpda.truffle.vars.TruffleSlotVariable.getValue(TruffleSlotVariable.java:115)
   at org.netbeans.modules.debugger.jpda.truffle.vars.models.TruffleVariablesTableModel.getValueAt(TruffleVariablesTableModel.java:107)
   at org.netbeans.spi.viewmodel.Models$CompoundTableModel.getValueAt(Models.java:1464)
   at org.netbeans.modules.debugger.jpda.ui.models.NumericDisplayFilter.getValueAt(NumericDisplayFilter.java:132)
Comment 1 Martin Entlicher 2015-05-18 13:28:17 UTC
Created attachment 153721 [details]
stacktrace
Comment 2 Martin Entlicher 2015-05-18 13:53:42 UTC
Fixed by changeset:   287882:826ca61b17db
http://hg.netbeans.org/core-main/rev/826ca61b17db
Comment 3 Quality Engineering 2015-05-20 02:10:45 UTC
Integrated into 'main-silver', will be available in build *201505200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/826ca61b17db
User: mentlicher@netbeans.org
Log: #252459: Allow null arguments to invocation of static methods.