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 232300 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED INCOMPLETE
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 12:26 UTC by csjunker
Modified: 2013-07-07 02:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201932


Attachments
stacktrace (6.89 KB, text/plain)
2013-07-05 12:26 UTC, csjunker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description csjunker 2013-07-05 12:26:52 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-11139-on-20130617)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
csjunker: indexing during startup




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.text.DigitList.fitsIntoLong(DigitList.java:229)
   at java.text.DecimalFormat.parse(DecimalFormat.java:1314)
   at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1793)
   at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1455)
   at java.text.DateFormat.parse(DateFormat.java:355)
   at org.netbeans.modules.subversion.client.cli.commands.StatusCommand$XmlEntriesHandler.getDate(StatusCommand.java:378)
Comment 1 csjunker 2013-07-05 12:26:53 UTC
Created attachment 136737 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-07-05 18:48:38 UTC
logging added: core-main #82d4181ff8e4, please reopen with updated messages.log containing the logs
Comment 3 Quality Engineering 2013-07-07 02:04:43 UTC
Integrated into 'main-silver', will be available in build *201307062300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/82d4181ff8e4
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #232300 - ArrayIndexOutOfBoundsException: -1
logging added