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

Summary: AssertionError at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenChange
Product: xml Reporter: everflux <everflux>
Component: XDMAssignee: Svata Dedic <sdedic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206932
Attachments: stacktrace

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.