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 269720 - AssertionError: Non-null joinInfo in tokenList ETL@78e83cbdj<525,536> TC=0(0) JI:<0(R0),0>, tli=0(R0), lps=0 JTLL for "text/x-php5/text/html/text/javascript/text/html" [0]: ETL@78e83cbdj<525,536> TC=0
Summary: AssertionError: Non-null joinInfo in tokenList ETL@78e83cbdj<525,536> TC=0(0)...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-02 13:06 UTC by Petah
Modified: 2018-02-09 07:29 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226143


Attachments
stacktrace (6.78 KB, text/plain)
2017-02-02 13:06 UTC, Petah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petah 2017-02-02 13:06:40 UTC
Build: NetBeans IDE Dev (Build 201702020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Trying to add "{" to an existing "{" to create "{{"

petah: Opened a file

GUEST: fg

petah: as before

GUEST: open file

GUEST: Working on a Laravel project. Opened a header.blade.php file to edit Script includes for a java script scheduler and when I try and delete an apostrophe  from the href link I get the error.

GUEST: Just pasted ') }}' in a PHP laravel project and it crashed




Stacktrace: 
java.lang.AssertionError: Non-null joinInfo in tokenList ETL@78e83cbdj<525,536> TC=0(0) JI:<0(R0),0>, tli=0(R0), lps=0
JTLL for "text/x-php5/text/html/text/javascript/text/html"
[0]: ETL@78e83cbdj<525,536> TC=0(0) JI:<0(R0),0>, tli=0(R0), lps=0
[1]: ETL@240133c8j<536,537> TC=0

   at org.netbeans.lib.lexer.JoinTokenList.initTokenList(JoinTokenList.java:768)
   at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:690)
   at org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:99)
   at org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:172)
   at org.netbeans.lib.lexer.TokenListList.<init>(TokenListList.java:131)
   at org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:498)
Comment 1 Petah 2017-02-02 13:06:43 UTC
Created attachment 163548 [details]
stacktrace