Bug 72942 - [1.5] 'AT' is visible inside syntax error messages
Summary: [1.5] 'AT' is visible inside syntax error messages
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.1 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-31 05:30 EDT by David Audel CLA
Modified: 2004-09-23 06:49 EDT (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 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.