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 226231 - NullPointerException: Catch this...
Summary: NullPointerException: Catch this...
Status: RESOLVED DUPLICATE of bug 225959
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 18:17 UTC by Chiana
Modified: 2013-02-18 08:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198681


Attachments
stacktrace (2.15 KB, text/plain)
2013-02-17 18:17 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 18:17: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: Same as before...




Stacktrace: 
java.lang.NullPointerException: Catch this...
   at se.dfx.simplesql.ObjectId.toString(ObjectId.java:230)
   at se.dfx.simplesql.EntityManagerImpl.merge(EntityManagerImpl.java:79)
   at se.dfx.simplesql.EntityManagerImpl.persist(EntityManagerImpl.java:40)
   at rmiserver.ent.manager.AbstractRegManager.persist(AbstractRegManager.java:109)
   at rmiserver.ent.manager.storageRegManager.setInt(storageRegManager.java:89)
   at rmiserver.ent.manager.storageRegManager.setBoolean(storageRegManager.java:112)
Comment 1 Chiana 2013-02-17 18:17:26 UTC
Created attachment 131493 [details]
stacktrace
Comment 2 Chiana 2013-02-17 18:24:10 UTC
Seems this is another place where this should be caught...
Comment 3 Jiri Skrivanek 2013-02-18 08:43:28 UTC

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