Bug 129909 - Recovered AST - VariableDeclaratorId isn't recovered
Summary: Recovered AST - VariableDeclaratorId isn't recovered
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-01 05:01 EST by David Audel CLA
Modified: 2006-03-28 10:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2006-03-01 05:01:13 EST
public class X {
  void foo() {
    int[] = a[0];
  }
}

The error message is "Syntax error on token "]", VariableDeclaratorId expected after this token"

The statements recovery doesn't work because with this test case.
Comment 1 David Audel CLA 2006-03-01 10:35:42 EST
Ficed and test added
  ASTConverterRecoveryTest#test0014()
Comment 2 Olivier Thomann CLA 2006-03-28 10:20:20 EST
Verified using I20060328-0010 for 3.2M6