Bug 72942

Summary: [1.5] 'AT' is visible inside syntax error messages
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2004-08-31 05:30:30 EDT
build I20040824

1) create X.java
public class X {

}
public static void foo(){}
2) compile

Problems are:
  Syntax error, insert "enum Identifier" to complete EnumHeader
  Syntax error on token "void", AT expected

AT should not be visible. '@' must be shown instead

The problem is the same for ELLIPSIS -> '...'
Comment 1 David Audel CLA 2004-08-31 05:41:41 EDT
Fixed and test added
  ComplianceDiagnoseTest#test0043()
Comment 2 David Audel CLA 2004-09-23 06:49:51 EDT
Verified in I200409240100.