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 - NullPointerException:
Summary: NullPointerException:
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 14:25 UTC by IrianR
Modified: 2015-05-12 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216822


Attachments
stacktrace (3.31 KB, text/plain)
2015-04-17 14:25 UTC, IrianR
Details

Note You need to log in before you can comment on or make changes to this bug.
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