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 268225 - AssertionError at org.netbeans.modules.web.indent.api.LexUtilities$1.compare
Summary: AssertionError at org.netbeans.modules.web.indent.api.LexUtilities$1.compare
Status: RESOLVED DUPLICATE of bug 268193
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 09:28 UTC by legitalk
Modified: 2016-10-03 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225532


Attachments
stacktrace (4.63 KB, text/plain)
2016-09-27 09:28 UTC, legitalk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description legitalk 2016-09-27 09:28:22 UTC
Build: NetBeans IDE Dev (Build 201609190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: Adding embedded script

GUEST: Type script in code and press enter

legitalk: Writing <script type="text/javascript">

GUEST: Press enter in any location in the file for a new line




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:281)
   at org.netbeans.modules.web.indent.api.LexUtilities$1.compare(LexUtilities.java:278)
   at java.util.TimSort.gallopLeft(TimSort.java:542)
   at java.util.TimSort.mergeAt(TimSort.java:507)
   at java.util.TimSort.mergeForceCollapse(TimSort.java:457)
   at java.util.TimSort.sort(TimSort.java:254)
Comment 1 legitalk 2016-09-27 09:28:25 UTC
Created attachment 162232 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-03 11:26:23 UTC

*** This bug has been marked as a duplicate of bug 268193 ***