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 267457 - AssertionError at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenChange
Summary: AssertionError at org.netbeans.modules.xml.xdm.diff.MergeDiff.applyAttrTokenC...
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XDM (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-06 04:10 UTC by Exceptions Reporter
Modified: 2016-08-06 04:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225638


Attachments
stacktrace (5.61 KB, text/plain)
2016-08-06 04:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-08-06 04:10:46 UTC
This bug was originally marked as duplicate of bug 240928, 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 201607260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Mac OS X

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>asd




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 Exceptions Reporter 2016-08-06 04:10:48 UTC
Created attachment 161577 [details]
stacktrace