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 267596 - AssertionError: Invalid start:1719 end:1708
Summary: AssertionError: Invalid start:1719 end:1708
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-16 08:14 UTC by troodon
Modified: 2016-08-17 01:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225786


Attachments
stacktrace (7.59 KB, text/plain)
2016-08-16 08:14 UTC, troodon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description troodon 2016-08-16 08:14:00 UTC
Build: NetBeans IDE Dev (Build 201608150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
troodon: paste json




Stacktrace: 
java.lang.AssertionError: Invalid start:1719 end:1708
   at org.netbeans.modules.csl.api.OffsetRange.<init>(OffsetRange.java:66)
   at org.netbeans.modules.javascript2.model.JsonModelResolver.createOffsetRange(JsonModelResolver.java:344)
   at org.netbeans.modules.javascript2.model.JsonModelResolver.createJsArray(JsonModelResolver.java:317)
   at org.netbeans.modules.javascript2.model.JsonModelResolver.visitArray(JsonModelResolver.java:195)
   at org.netbeans.modules.javascript2.model.JsonModelResolver.visitArray(JsonModelResolver.java:82)
   at org.netbeans.modules.javascript2.json.parser.JsonParser$ArrayContext.accept(JsonParser.java:485)
Comment 1 troodon 2016-08-16 08:14:02 UTC
Created attachment 161672 [details]
stacktrace
Comment 2 Petr Pisl 2016-08-16 12:50:51 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2016-08-17 01:50:54 UTC
Integrated into 'main-silver', will be available in build *201608170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dde971ce8869
User: Petr Pisl <ppisl@netbeans.org>
Log: #267596 - AssertionError: Invalid start:1719 end:1708