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 243097 - AssertionError: TLL exists for languagePath=LanguagePath: size=3, IHC=916877160 [0]: text/x-php5, LH: org.netbeans.modules.php.editor.lexer.PHPTokenId$PHPLanguageHierarchy [1]: text/html, LH: org.netb
Summary: AssertionError: TLL exists for languagePath=LanguagePath: size=3, IHC=9168771...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 14:48 UTC by Jiri Prox
Modified: 2015-10-21 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207654


Attachments
stacktrace (7.36 KB, text/plain)
2014-03-20 14:48 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2014-03-20 14:48:44 UTC
Build: NetBeans IDE Dev (Build 20140317-ebd7ffeba8db)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
jiriprox: Editing php file  (containing html)

GUEST: editing html and saving




Stacktrace: 
java.lang.AssertionError: TLL exists for languagePath=LanguagePath: size=3, IHC=916877160
[0]: text/x-php5, LH: org.netbeans.modules.php.editor.lexer.PHPTokenId$PHPLanguageHierarchy
[1]: text/html, LH: org.netbeans.api.html.lexer.HTMLTokenId$1
[2]: text/ko-data-bind, LH: org.netbeans.modules.html.knockout.KODataBindLanguageHierarchy
:
TLL for "text/x-php5/text/html/text/ko-data-bind/text/javascript"
[0]: ETL<613,618> TC=2, IHC=1319557905
[1]: ETL<682,687> TC=2, IHC=1986129308
[2]: ETL<780,786> TC=2, IHC=1093283573
[3]: ETL<871,904> TC=4, IHC=202143704
[4]: ETL<904,905> TC=1, IHC=1946835739
[5]: ETL<905,919> TC=6, IHC=226383115
[6]: ETL<1064,1075> TC=2, IHC=489918423

   at org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:205)
   at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:372)
   at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:320)
   at org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:449)
   at org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:427)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:443)
Comment 1 Jiri Prox 2014-03-20 14:48:46 UTC
Created attachment 146179 [details]
stacktrace