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 158424 - NullPointerException at org.netbeans.modules.xslt.mapper.model.nodes.TreeNode.getTreePath
Summary: NullPointerException at org.netbeans.modules.xslt.mapper.model.nodes.TreeNode...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (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-02-11 21:18 UTC by brunovernay
Modified: 2013-04-19 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146200


Attachments
stacktrace (1.38 KB, text/plain)
2009-02-11 21:19 UTC, brunovernay
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brunovernay 2009-02-11 21:18:57 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: OpenJDK Client VM, 1.6.0_0-b12, IcedTea6 1.3.1 (6b12-0ubuntu6.1) Runtime Environment, 1.6.0_0-b12
OS: Linux, 2.6.27-11-generic, i386

User Comments:
brunovernay: I created a WSDL file with the wizard.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xslt.mapper.model.nodes.TreeNode.getTreePath(TreeNode.java:165)
        at org.netbeans.modules.xslt.mapper.model.TreeExpandedState.save(TreeExpandedState.java:63)
        at org.netbeans.modules.xslt.mapper.model.ModelBridge.reloadTree(ModelBridge.java:153)
        at org.netbeans.modules.xslt.mapper.model.SchemaModelBridge.onModelChanged(SchemaModelBridge.java:46)
        at org.netbeans.modules.xslt.mapper.model.ModelBridge$UpdateTimer$1.actionPerformed(ModelBridge.java:71)
        at javax.swing.Timer.fireActionPerformed(Timer.java:293)
Comment 1 brunovernay 2009-02-11 21:19:03 UTC
Created attachment 76883 [details]
stacktrace
Comment 2 Svata Dedic 2013-04-19 11:32:00 UTC
Filed against obsolete/deleted code