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 130079 - StringIndexOutOfBoundsException: String index out of range: 0
Summary: StringIndexOutOfBoundsException: String index out of range: 0
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 18:10 UTC by Jan Lahoda
Modified: 2008-03-13 18:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 36392


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2008-03-13 18:10:11 UTC
Build: NetBeans Platform Dev (Build 080312)
VM: Java HotSpot(TM) Server VM, 11.0-b11
OS: Linux, 2.6.20-16-generic, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
        at java.lang.String.charAt(String.java:687)
        at org.netbeans.modules.latex.gui.nb.VauParserImpl.parseCoordinates(VauParserImpl.java:175)
        at org.netbeans.modules.latex.gui.nb.VauParserImpl.access$1100(VauParserImpl.java:83)
        at org.netbeans.modules.latex.gui.nb.VauParserImpl$StateCommandParser.parseCommand(VauParserImpl.java:362)
        at org.netbeans.modules.latex.gui.nb.VauParserImpl$VauTraverseHandler.commandStart(VauParserImpl.java:139)
        at org.netbeans.modules.latex.model.command.impl.CommandNodeImpl.traverse(CommandNodeImpl.java:107)
        at org.netbeans.modules.latex.model.command.impl.TextNodeImpl.traverseImpl(TextNodeImpl.java:92)
        at org.netbeans.modules.latex.model.command.impl.TextNodeImpl.traverse(TextNodeImpl.java:98)
        at org.netbeans.modules.latex.model.command.impl.TextNodeImpl.traverseImpl(TextNodeImpl.java:92)
        at org.netbeans.modules.latex.model.command.impl.TextNodeImpl.traverse(TextNodeImpl.java:98)