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 226233 - NullPointerException:
Summary: NullPointerException:
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:50 UTC by Chiana
Modified: 2013-02-18 08:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198682


Attachments
stacktrace (2.08 KB, text/plain)
2013-02-17 18:50 UTC, Chiana
Details
stacktrace (2.21 KB, text/plain)
2013-02-17 19:10 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:50:25 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: Here we go again...




Stacktrace: 
java.lang.NullPointerException: 
   at ent.EntityClasses.Storage.toString(Storage.java:111)
   at se.dfx.simplesql.EntityManagerImpl.performPersist(EntityManagerImpl.java:331)
   at se.dfx.simplesql.EntityManagerImpl.merge(EntityManagerImpl.java:81)
   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)
Comment 1 Chiana 2013-02-17 18:50:26 UTC
Created attachment 131495 [details]
stacktrace
Comment 2 Chiana 2013-02-17 18:53:05 UTC
I wonder why it seems that all theese are new reports when they are apparently caused by the same thing, it can't be that many places where calls are made into the user-code???
Comment 3 Chiana 2013-02-17 19:10:50 UTC
Created attachment 131498 [details]
stacktrace

Same as before, but this is the last report for this problem for tonight, there should be enough info to fix this once and for all and I will now make an RFE that can be used in the future to definatley avoid this sort of problem...
Comment 4 Jiri Skrivanek 2013-02-18 08:44:18 UTC

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