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 268097 - 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 FIXED
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:
: 267223 268134 268135 268193 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-09-19 11:16 UTC by Alniks
Modified: 2016-10-05 13:42 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225531


Attachments
stacktrace (4.56 KB, text/plain)
2016-09-19 11:16 UTC, Alniks
Details
stacktrace (4.56 KB, text/plain)
2016-09-19 11:18 UTC, Alniks
Details
stacktrace (4.56 KB, text/plain)
2016-09-19 11:21 UTC, Alniks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alniks 2016-09-19 11:16:11 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-601-on-20160912)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
GUEST: After typing <script> and press enter

GUEST: Saving file using save all button

GUEST: Press autocomplete entry using enter key

GUEST: Pressing enter for a new line

Alniks: while editing js in flt file




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:581)
   at java.util.TimSort.mergeAt(TimSort.java:503)
   at java.util.TimSort.mergeCollapse(TimSort.java:437)
   at java.util.TimSort.sort(TimSort.java:241)
Comment 1 Alniks 2016-09-19 11:16:13 UTC
Created attachment 162112 [details]
stacktrace
Comment 2 Alniks 2016-09-19 11:18:54 UTC
Created attachment 162113 [details]
stacktrace

cannot edit js in flt file
Comment 3 Alniks 2016-09-19 11:21:56 UTC
Created attachment 162114 [details]
stacktrace

every time I hit enter in js block of flt file
Comment 4 Milutin Kristofic 2016-09-21 13:09:47 UTC
*** Bug 268134 has been marked as a duplicate of this bug. ***
Comment 5 Milutin Kristofic 2016-09-21 13:10:04 UTC
*** Bug 268135 has been marked as a duplicate of this bug. ***
Comment 6 Milutin Kristofic 2016-09-21 13:32:25 UTC
I would say that this issue is coming from freemark. Adding plugin creator to cc.
Comment 7 Milutin Kristofic 2016-10-04 13:04:33 UTC
*** Bug 267223 has been marked as a duplicate of this bug. ***
Comment 8 Milutin Kristofic 2016-10-04 13:07:34 UTC
*** Bug 268193 has been marked as a duplicate of this bug. ***
Comment 9 Milutin Kristofic 2016-10-04 13:53:23 UTC
logging information about tokensequences http://hg.netbeans.org/jet-main/rev/66da0e97598b
Comment 10 Quality Engineering 2016-10-05 02:45:13 UTC
Integrated into 'main-silver', will be available in build *201610050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/66da0e97598b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #268097 - AssertionError at org.netbeans.modules.web.indent.api.LexUtilities$1.compare
Comment 11 Milutin Kristofic 2016-10-05 13:42:22 UTC
Closing this issue, it will reopen when assert is triggered with more information. Thank you for your patience