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 69814 - ArrayIndexOutOfBoundsException at org.netbeans.modules.javacore.parser.ASTRepairer.addToTypeDecls
Summary: ArrayIndexOutOfBoundsException at org.netbeans.modules.javacore.parser.ASTRep...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-03 12:30 UTC by _ gtzabari
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-trace (2.81 KB, text/plain)
2005-12-03 12:31 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2005-12-03 12:30:31 UTC
dev build 200512011936

I tried renaming ImageGalleryEntry to ServerImageGalleryEntry. I got the
attached exception and a preview panel came up which reads "rename
ServerImageGalleryEntry to ServerImageGalleryEntry [0 occurances]" which is
clearly not what I asked for.
Comment 1 _ gtzabari 2005-12-03 12:31:16 UTC
Created attachment 27522 [details]
stack-trace
Comment 2 Jan Becicka 2005-12-05 08:27:05 UTC
Tomasi, can you take a look at it? Thanks.
Comment 3 Jan Becicka 2005-12-05 08:29:00 UTC
*** Issue 69786 has been marked as a duplicate of this issue. ***
Comment 4 Tomas Hurka 2005-12-05 16:07:01 UTC
Fixed in trunk.

Checking in ASTRepairer.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ASTRepairer.java,v  <--  ASTRepairer.java
new revision: 1.11; previous revision: 1.10
done
Comment 5 Quality Engineering 2007-09-20 11:57:30 UTC
Reorganization of java component