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 126264 - java.lang.ArrayIndexOutOfBoundsException: 10
Summary: java.lang.ArrayIndexOutOfBoundsException: 10
Status: RESOLVED DUPLICATE of bug 117403
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 11:42 UTC by vy0123
Modified: 2008-02-07 10:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log file as requested (137.98 KB, text/plain)
2008-01-30 11:43 UTC, vy0123
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vy0123 2008-01-30 11:42:34 UTC
was copying and pasting code fragment from an example text, attempted to reformat the text after pasting, used
alt+shift+f a number of times, unexpected exception occured

the code fragment was


     String[][] employeeNames =
     {
        { "Jan", "Frank", "Wess", "Pat", "Donald" },
        { "Stan", "Beth", "Harold", "Kevin" },
        { "Gary", "Greg", "Les", "Karen", "Tom", "Abe" },
        { "Pete", "Clari", "Seth", "Arnold", "Abdul" }
     };
Comment 1 vy0123 2008-01-30 11:43:40 UTC
Created attachment 55743 [details]
messages.log file as requested
Comment 2 Jana Maleckova 2008-02-07 10:10:43 UTC
reassign to java/editor for evaluation
Comment 3 Jan Lahoda 2008-02-07 10:13:03 UTC

*** This issue has been marked as a duplicate of 117403 ***