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 226228

Summary: NullPointerException: Catch this...
Product: ide Reporter: Chiana
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198679
Attachments: stacktrace

Description Chiana 2013-02-17 17: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: ...




Stacktrace: 
java.lang.NullPointerException: Catch this...
   at se.dfx.simplesql.ObjectId.toString(ObjectId.java:230)
   at se.dfx.simplesql.ObjectManager.flush(ObjectManager.java:167)
   at se.dfx.simplesql.EntityManagerImpl.flush(EntityManagerImpl.java:151)
   at se.dfx.simplesql.DummyTransaction.commit(DummyTransaction.java:31)
   at rmiserver.ent.manager.AbstractRegManager.remove(AbstractRegManager.java:171)
   at rmiserver.ent.manager.storageRegManager.remove(storageRegManager.java:31)
Comment 1 Chiana 2013-02-17 17:17:26 UTC
Created attachment 131491 [details]
stacktrace
Comment 2 Chiana 2013-02-17 17:20:50 UTC
This was caused when following a static watch (ultimatley leading to the offending object)
This one should be caught too...
Comment 3 Jiri Skrivanek 2013-02-18 08:42:16 UTC

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