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 159418 - NullPointerException at org.netbeans.api.debugger.Properties$PropertiesImpl$InitializerHolder.registerService
Summary: NullPointerException at org.netbeans.api.debugger.Properties$PropertiesImpl$I...
Status: CLOSED DUPLICATE of bug 159608
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 10:14 UTC by Vladimir Voskresensky
Modified: 2010-04-29 09:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146909


Attachments
stacktrace (1.64 KB, text/plain)
2009-03-02 10:14 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2009-03-02 10:14:45 UTC
Build: NetBeans IDE Dev (Build 090302)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: SunOS, 5.10, x86

User Comments:
vv159170: fresh build, clean uiserdir, created C/C++ Quote sample => on creating sample got exception



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.api.debugger.Properties$PropertiesImpl$InitializerHolder.registerService(Properties.java:673)
        at org.netbeans.api.debugger.Properties$PropertiesImpl$InitializerHolder.registerService(Properties.java:664)
        at org.netbeans.api.debugger.Properties$PropertiesImpl$ServicesHolder.init(Properties.java:577)
        at org.netbeans.api.debugger.Properties$PropertiesImpl$ServicesHolder.find(Properties.java:608)
        at org.netbeans.api.debugger.Properties$PropertiesImpl.getInitialValue(Properties.java:696)
        at org.netbeans.api.debugger.Properties$PropertiesImpl.getArray(Properties.java:993)
Comment 1 Vladimir Voskresensky 2009-03-02 10:14:58 UTC
Created attachment 77547 [details]
stacktrace
Comment 2 Martin Entlicher 2009-03-04 15:34:39 UTC
Duplicate of issue #159608.
NPE at org.netbeans.api.debugger.Properties$PropertiesImpl$InitializerHolder.registerService(Properties.java:673) would
not be thrown if "Can not cast instance org.netbeans.modules.ide.ergonomics.debugger.AttachTypeProxy@117ee9e registered
in 'null' folder to interface org.netbeans.api.debugger.Properties$Initializer" is not thrown.

*** This issue has been marked as a duplicate of 159608 ***
Comment 3 Quality Engineering 2010-04-29 09:48:45 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.