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 182373 - java.lang.IndexOutOfBoundsException: tokenLength=6 >0
Summary: java.lang.IndexOutOfBoundsException: tokenLength=6 >0
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on: 183365
Blocks:
  Show dependency tree
 
Reported: 2010-03-19 13:18 UTC by Lukas Hasik
Modified: 2010-04-05 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166692


Attachments
stacktrace (1.62 KB, text/plain)
2010-03-19 13:18 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2010-03-19 13:18:42 UTC
Build: NetBeans IDE Dev (Build 201003180200)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-10M3025
OS: Mac OS X

User Comments:
lhasik: closing javafx project




Stacktrace: 
java.lang.IndexOutOfBoundsException: tokenLength=6 >0
   at org.netbeans.lib.lexer.LexerInputOperation.assignTokenLength(LexerInputOperation.java:363)
   at org.netbeans.lib.lexer.LexerInputOperation.createPropertyToken(LexerInputOperation.java:321)
   at org.netbeans.spi.lexer.TokenFactory.createPropertyToken(TokenFactory.java:162)
   at org.netbeans.modules.javafx.fxd.composer.lexer.FXDLexer.createToken(FXDLexer.java:115)
   at org.netbeans.modules.javafx.fxd.composer.lexer.FXDLexer.nextToken(FXDLexer.java:110)
   at org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:190)
Comment 1 Lukas Hasik 2010-03-19 13:18:46 UTC
Created attachment 95432 [details]
stacktrace
Comment 2 Andrew Korostelev 2010-04-05 07:32:39 UTC
It is not stable, but I have got it after 15 minutes of switching and closing editors for several fxz files.
will try to find the cause.
Comment 3 Andrew Korostelev 2010-04-05 09:30:48 UTC
appears as a result of IllegalStateException described in issue 183365.
most likely will disappear after fix of issue 183365.
Comment 4 Andrew Korostelev 2010-04-05 12:22:44 UTC
should be fixed together with issue 183365.