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 69786 - [50cat] java.lang.ArrayIndexOutOfBoundsException: 1 , in code editor after some coding.
Summary: [50cat] java.lang.ArrayIndexOutOfBoundsException: 1 , in code editor after s...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 20:32 UTC by kalali
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message log which contain this error (112.47 KB, application/x-compressed)
2005-12-02 20:34 UTC, kalali
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kalali 2005-12-02 20:32:31 UTC
[ BUILD # : 051119 ]
[ JDK VERSION : 1.5.0_04 ]

I have been working happily , i just delete some methods from a session bean , navigate betwwen some source file and the exception start to raising when i come to my session bean source and tried a code completion.
It raise several times so i attached the log file, and i hope it become usefull.
Comment 1 kalali 2005-12-02 20:34:37 UTC
Created attachment 27509 [details]
Message log which contain this error
Comment 2 kalali 2005-12-02 20:35:23 UTC
unfortunetly the  exception come from time to time and i forced to restart the IDE
Comment 3 Martin Roskanin 2005-12-03 07:59:31 UTC
java.lang.ArrayIndexOutOfBoundsException: 1
	at
org.netbeans.modules.javacore.parser.ASTRepairer.fixChildren(ASTRepairer.java:380)
	at org.netbeans.modules.javacore.parser.ASTRepairer.fixTree(ASTRepairer.java:329)
	at
org.netbeans.modules.javacore.parser.ASTRepairer.fixChildren(ASTRepairer.java:390)
	at org.netbeans.modules.javacore.parser.ASTRepairer.fixTree(ASTRepairer.java:298)
Comment 4 Jan Becicka 2005-12-05 08:29:01 UTC

*** This issue has been marked as a duplicate of 69814 ***
Comment 5 Tomas Hurka 2005-12-05 15:30:08 UTC
This is not duplicate of issue #69814. 
Comment 6 Tomas Hurka 2005-12-05 16:29:50 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.12; previous revision: 1.11
done
Comment 7 kalali 2006-01-18 09:27:31 UTC
did not happens in rc1 ,
i mark it verified
Comment 8 Quality Engineering 2007-09-20 09:54:37 UTC
Reorganization of java component