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 267223 - 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 268097
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 10:04 UTC by Maksim Khramov
Modified: 2016-10-04 13:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225329


Attachments
stacktrace (4.68 KB, text/plain)
2016-07-20 10:04 UTC, Maksim Khramov
Details
stacktrace (3.84 KB, text/plain)
2016-09-13 13:51 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2016-07-20 10:04:20 UTC
Build: NetBeans IDE Dev (Build 201607190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.103-b01, Java(TM) SE Runtime Environment, 1.8.0_103-b01
OS: Windows 7

User Comments:
mkhramov: Edit JSF project JSP code




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.gallopRight(TimSort.java:656)
   at java.util.TimSort.mergeHi(TimSort.java:859)
   at java.util.TimSort.mergeAt(TimSort.java:516)
   at java.util.TimSort.mergeForceCollapse(TimSort.java:457)
Comment 1 Maksim Khramov 2016-07-20 10:04:22 UTC
Created attachment 161347 [details]
stacktrace
Comment 2 Maksim Khramov 2016-09-13 13:51:50 UTC
Created attachment 162029 [details]
stacktrace

Edit EL expression in JSF page
Comment 3 Milutin Kristofic 2016-10-04 13:04:33 UTC

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