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 244232 - IllegalArgumentException: old node must be in the tree
Summary: IllegalArgumentException: old node must be in the tree
Status: CLOSED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: XDM (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 19:27 UTC by theshadow27
Modified: 2017-04-26 22:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209454


Attachments
stacktrace (3.74 KB, text/plain)
2014-05-01 19:27 UTC, theshadow27
Details

Note You need to log in before you can comment on or make changes to this bug.
Description theshadow27 2014-05-01 19:27:29 UTC
This bug was originally marked as duplicate of bug 150906, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201404280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
theshadow27: Working with a WADL




Stacktrace: 
java.lang.IllegalArgumentException: old node must be in the tree
   at org.netbeans.modules.xml.xdm.XDMModel.getPathToRoot(XDMModel.java:334)
   at org.netbeans.modules.xml.xdm.XDMModel.mutate(XDMModel.java:375)
   at org.netbeans.modules.xml.xdm.XDMModel.mutate(XDMModel.java:353)
   at org.netbeans.modules.xml.xdm.XDMModel.setAttribute(XDMModel.java:751)
   at org.netbeans.modules.xml.xdm.xam.XDMAccess.setAttribute(XDMAccess.java:261)
   at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.setAttribute(AbstractDocumentComponent.java:526)
Comment 1 theshadow27 2014-05-01 19:27:31 UTC
Created attachment 147050 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 09:56:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 3 theshadow27 2017-04-26 22:26:25 UTC
OBSOLETE