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 226224 - NullPointerException:
Summary: NullPointerException:
Status: RESOLVED DUPLICATE of bug 225959
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 15:35 UTC by Chiana
Modified: 2013-02-17 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198675


Attachments
stacktrace (2.15 KB, text/plain)
2013-02-17 15:35 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2013-02-17 15:35:24 UTC
Build: NetBeans IDE Dev (Build 201302152300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
Chiana: NPE in the debugger




Stacktrace: 
java.lang.NullPointerException: 
   at ent.EntityClasses.Storage.toString(Storage.java:111)
   at se.dfx.simplesql.EntityManagerImpl.loadRow(EntityManagerImpl.java:545)
   at se.dfx.simplesql.EntityManagerImpl.loadObject(EntityManagerImpl.java:520)
   at se.dfx.simplesql.EntityManagerImpl.getObject(EntityManagerImpl.java:253)
   at se.dfx.simplesql.EntityManagerImpl.find(EntityManagerImpl.java:124)
   at rmiserver.ent.manager.AbstractRegManager.find(AbstractRegManager.java:177)
Comment 1 Chiana 2013-02-17 15:35:25 UTC
Created attachment 131485 [details]
stacktrace
Comment 2 Chiana 2013-02-17 15:43:56 UTC
This was caused after stepping one more step after previous #226224 and I also think this is the same as #225959 depending on that.

*** This bug has been marked as a duplicate of bug 225959 ***