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 169077 - NullPointerException at org.netbeans.modules.xml.schema.ui.nodes.schema.LocalSimpleTypeNode.getSuperDefinition
Summary: NullPointerException at org.netbeans.modules.xml.schema.ui.nodes.schema.Local...
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: 2009-07-23 22:21 UTC by aslamksun
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 154125


Attachments
stacktrace (4.95 KB, text/plain)
2009-07-23 22:21 UTC, aslamksun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aslamksun 2009-07-23 22:21:38 UTC
This issue was originally marked as duplicate of issue 115288, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, amd64

User Comments:
aslamksun: Attribute --right-click--> Properties --> Definition



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xml.schema.ui.nodes.schema.LocalSimpleTypeNode.getSuperDefinition(LocalSimpleTypeNode.java:80)
        at org.netbeans.modules.xml.schema.ui.nodes.categorized.AdvancedLocalSimpleTypeNode.getHtmlDisplayName(AdvancedLocalSimpleTypeNode.java:301)
        at org.openide.nodes.FilterNode.getHtmlDisplayName(FilterNode.java:787)
        at org.openide.explorer.view.VisualizerNode.getHtmlDisplayName(VisualizerNode.java:566)
        at org.openide.explorer.view.NodeRenderer.getListCellRendererComponent(NodeRenderer.java:158)
        at org.netbeans.modules.xml.xam.ui.column.ColumnListCellRenderer.getListCellRendererComponent(ColumnListCellRenderer.java:67)
Comment 1 aslamksun 2009-07-23 22:21:50 UTC
Created attachment 85153 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-07-24 08:31:33 UTC
Alex, please take a look
Comment 3 Quality Engineering 2015-02-04 03:37:36 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.