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 156194 - NullPointerException at org.netbeans.modules.xml.xam.ui.customizer.ExternalReferenceCreator.createRootNode
Summary: NullPointerException at org.netbeans.modules.xml.xam.ui.customizer.ExternalRe...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-31 12:56 UTC by mvinca
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 124457


Attachments
stacktrace (3.17 KB, text/plain)
2008-12-31 12:56 UTC, mvinca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mvinca 2008-12-31 12:56:34 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Downloaded UML plugin, set as background download. Download completed, and some status bar activity occurred (looked like validating and installing activity). Walked away from machine, came back, saved an open schema file in an XML plugin window, and noticed the red exception notification in the status area.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.xam.ui.customizer.ExternalReferenceCreator.createRootNode(ExternalReferenceCreator.java:435)
        at org.netbeans.modules.xml.xam.ui.customizer.ExternalReferenceCreator.<init>(ExternalReferenceCreator.java:138)
        at org.netbeans.modules.xml.schema.ui.nodes.categorized.customizer.ImportCreator.<init>(ImportCreator.java:78)
        at org.netbeans.modules.xml.schema.ui.nodes.categorized.newtype.AdvancedSchemaComponentNewType.customize(AdvancedSchemaComponentNewType.java:244)
        at org.netbeans.modules.xml.schema.ui.nodes.categorized.newtype.AdvancedSchemaComponentNewType.create(AdvancedSchemaComponentNewType.java:118)
        at org.openide.actions.NewAction.performAction(NewAction.java:100)
Comment 1 mvinca 2008-12-31 12:56:39 UTC
Created attachment 75384 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-05-08 15:13:12 UTC
Not for this release
Comment 3 Quality Engineering 2015-02-04 03:37:31 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.