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 240928 - AssertionError at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenChange
Summary: AssertionError at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenC...
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: XDM (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 12:49 UTC by everflux
Modified: 2015-05-15 08:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206932


Attachments
stacktrace (6.13 KB, text/plain)
2014-01-24 12:49 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2014-01-24 12:49:19 UTC
Build: NetBeans IDE Dev (Build 201401080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
everflux: edited pom file




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenChange(MergeDiff.java:323)
   at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyChange(MergeDiff.java:307)
   at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyChanges(MergeDiff.java:281)
   at org.netbeans.modules.xml.xdm.diff.MergeDiff.merge(MergeDiff.java:102)
   at org.netbeans.modules.xml.xdm.XDMModel.mergeDiff(XDMModel.java:265)
   at org.netbeans.modules.xml.xdm.XDMModel.finishSync(XDMModel.java:231)
Comment 1 everflux 2014-01-24 12:49:20 UTC
Created attachment 144337 [details]
stacktrace
Comment 2 Svata Dedic 2015-05-15 08:21:20 UTC
Sorry cannot reproduce; maybe could be analyzed with the exact text file - if you still can get this exception, please attach the edited file. Thanks.