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

Summary: 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
Product: editor Reporter: Petah
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: CarusoGabriel, Ernest001, harunaga, j0inty, jruiz077, Petah
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226143
Attachments: stacktrace

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