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 177290 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-20 06:16 UTC by Petr Dvorak
Modified: 2009-12-03 04:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160938


Attachments
stacktrace (5.52 KB, text/plain)
2009-11-20 06:16 UTC, Petr Dvorak
Details
stacktrace (6.95 KB, text/plain)
2009-11-20 06:31 UTC, Petr Dvorak
Details
stacktrace (1.99 KB, text/plain)
2009-11-25 03:55 UTC, Tomas Stupka
Details
stacktrace (1.99 KB, text/plain)
2009-11-25 03:56 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Dvorak 2009-11-20 06:16:54 UTC
Build: NetBeans IDE Dev (Build 200911200201)
VM: Java HotSpot(TM) Client VM, 1.5.0_20-141, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_20-b02-315
OS: Mac OS X, 10.5.8, i386

User Comments:
joshis: I clicked an issue link in the issue report on NB.org (from #149393 to #122023)



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder$Impl.tryHandleBugnumPrefixPart(BugzillaIssueFinder.java:381)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder$Impl.handleChar(BugzillaIssueFinder.java:227)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder$Impl.findBoundaries(BugzillaIssueFinder.java:187)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder$Impl.access$100(BugzillaIssueFinder.java:93)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder.findBoundaries(BugzillaIssueFinder.java:76)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder.getIssueSpans(BugzillaIssueFinder.java:62)
Comment 1 Petr Dvorak 2009-11-20 06:16:59 UTC
Created attachment 91424 [details]
stacktrace
Comment 2 Petr Dvorak 2009-11-20 06:31:00 UTC
Created attachment 91426 [details]
stacktrace
Comment 3 Exceptions Reporter 2009-11-20 06:31:06 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=160938
Comment 4 Tomas Stupka 2009-11-20 11:31:55 UTC
could reproduce when clicking on  #122023 in the description from in this one.
Comment 5 Tomas Stupka 2009-11-25 03:55:17 UTC
Created attachment 91655 [details]
stacktrace
Comment 6 Tomas Stupka 2009-11-25 03:56:17 UTC
Created attachment 91656 [details]
stacktrace
Comment 7 Tomas Stupka 2009-11-25 03:58:49 UTC
another usecase when this appears - open issue #177327 in the ide
Comment 8 Marian Petras 2009-12-02 13:13:27 UTC
Fixed.

Changeset:
cdev #c53dd0cbc64c
Comment 9 Quality Engineering 2009-12-03 04:51:52 UTC
Integrated into 'main-golden', will be available in build *200912030200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c53dd0cbc64c
User: Marian Petras <mpetras@netbeans.org>
Log: Fixed bug #177290 - "ArrayIndexOutOfBoundsException: 2" (BugzillaIssueFinder.java)