Bug 145459 - [recovery] Internal Compiler error
Summary: [recovery] Internal Compiler error
Status: RESOLVED DUPLICATE of bug 140980
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 23:55 EDT by Sanjay Chaudhuri CLA
Modified: 2006-06-06 04:46 EDT (History)
0 users

See Also:


Attachments
Program shown in IDE (37.65 KB, image/pjpeg)
2006-06-05 23:56 EDT, Sanjay Chaudhuri CLA
no flags Details
The Actual Error Shown by Eclipse (345.09 KB, image/pjpeg)
2006-06-05 23:58 EDT, Sanjay Chaudhuri CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sanjay Chaudhuri CLA 2006-06-05 23:55:25 EDT
Hi,

I am using the following Eclipse version:
Version: 3.2.0
Build id: I20060526-0010

The code given below, misses a closing brace for 'try', is resulting in an Internal Compiler error. I have simplified the code to its minimum to reproduct the error.

public class Test
{
  public void func1()
  {
    try
    {
    catch ( Exception exception)
    {
      exception.printStackTrace();
    }
  }
  
  class Clazz
  {
  }
}
Comment 1 Sanjay Chaudhuri CLA 2006-06-05 23:56:40 EDT
Created attachment 43563 [details]
Program shown in IDE
Comment 2 Sanjay Chaudhuri CLA 2006-06-05 23:58:12 EDT
Created attachment 43564 [details]
The Actual Error Shown by Eclipse
Comment 3 David Audel CLA 2006-06-06 04:46:18 EDT

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