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 251913

Summary: NullPointerException:
Product: debugger Reporter: IrianR
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216822
Attachments: stacktrace

Description IrianR 2015-04-17 14:25:53 UTC
Build: NetBeans IDE Dev (Build 201504070001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
IrianR: debugging




Stacktrace: 
java.lang.NullPointerException: 
   at uk.co.datafit.beanstore.customer.CustomerInfoBz.getFirstName(CustomerInfoBz.java:153)
   at uk.co.datafit.beanstore.post.CustomerInfoBz.toString(CustomerInfoBz.java:1292)
   at uk.co.datafit.beanstore.customerSearch.CustomerSelectedPNP.doInteraction(CustomerSelectedPNP.java:51)
   at com.pcmsgroup.v21.base.BaseInteractionPNP.doInteraction(BaseInteractionPNP.java:76)
   at uk.co.datafit.system.engine.LoadOnDemandManager$PPIProxy.doInteraction(LoadOnDemandManager.java:585)
   at uk.co.datafit.system.engine2.StateManager$StateFileThread.process(StateManager.java:1872)
Comment 1 IrianR 2015-04-17 14:25:54 UTC
Created attachment 153253 [details]
stacktrace
Comment 2 Martin Entlicher 2015-05-12 14:19:05 UTC
Caused: java.lang.IllegalStateException: Can't overwrite cause with java.lang.NullPointerException
   at java.lang.Throwable.initCause(Throwable.java:457)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.invokeVirtual(TreeEvaluator.java:358)

This was already fixed by http://hg.netbeans.org/core-main/rev/f64eecf96878