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 248672 - IndexOutOfBoundsException: tokenLength=0 <= 0. Fix the lexer implementation to use proper token length value.
Summary: IndexOutOfBoundsException: tokenLength=0 <= 0. Fix the lexer implementation t...
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-11-15 13:19 UTC by peipito
Modified: 2018-03-28 16:26 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205788


Attachments
stacktrace (5.24 KB, text/plain)
2014-11-15 13:19 UTC, peipito
Details
stacktrace (1.98 KB, text/plain)
2015-02-17 08:33 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peipito 2014-11-15 13:19:10 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: sdfsdffsd

GUEST: erroo

GUEST: d

peipito: Working on a grails project : 
-- JDK 8
-- Grails 2.4.4

GUEST: oi

GUEST: Error opening a TCL file
It says that it's not safe to open it in UTF-8 encoding mode

GUEST: Projeto Grails -> arquivo gsp -> autocomplete

GUEST: delete e ctrl z para de guncionar

GUEST: Grails Project -> arquivo .gsp: When using the autocomplete on a grails's tag. typing: "<g"+autocomplete  or "<g:"+autocomplete, without ".

GUEST: <Forne
Comment 1 peipito 2014-11-15 13:19:11 UTC
Created attachment 150505 [details]
stacktrace
Comment 2 Tomas Mysik 2015-02-17 08:33:39 UTC
Created attachment 152023 [details]
stacktrace

try to open jade file
Comment 3 Petr Pisl 2015-02-17 09:10:09 UTC
The original report is about groovy.gsp lexer. Tomas report is from Jade support and it should be now fixed.