Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 198856 - ArrayIndexOutOfBoundsException: "Delete" did not complete normally.
Summary: ArrayIndexOutOfBoundsException: "Delete" did not complete normally.
Status: RESOLVED DUPLICATE of bug 142715
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2007-08-03 17:50 EDT by Ryan Fong CLA
Modified: 2007-12-20 02:52 EST (History)
1 user (show)

See Also:


Attachments
log (68.86 KB, text/plain)
2007-08-03 17:50 EDT, Ryan Fong CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Fong CLA 2007-08-03 17:50:25 EDT
Created attachment 75368 [details]
log

Build ID: I20070621-1340

Steps To Reproduce:
I was editing Java code by deleting an if stmt inside this try block and the exception appeared.  Notice that the outer if stmt has unbalanced parens.


        if (_x != null) && !y)
        {
            try
            {
// if {
                _x.method();
// }
            }
            catch (Exception e)
            {
            }
        }

More information:
Comment 1 Dani Megert CLA 2007-08-06 04:19:39 EDT
Can you give more detailed steps? I can't reproduce. Looks like a dup of bug 142715 though.
Comment 2 Ryan Fong CLA 2007-08-06 14:55:14 EDT
I agree that we can dup this to the other bug.  I am not able to reliably duplicate it.
Comment 3 Dani Megert CLA 2007-12-20 02:52:36 EST

*** This bug has been marked as a duplicate of bug 142715 ***