Bug 175832 - [recovery] $missing$ should not be shown inside a message
Summary: [recovery] $missing$ should not be shown inside a message
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 09:13 EST by David Audel CLA
Modified: 2007-03-20 07:57 EDT (History)
0 users

See Also:


Attachments
Proposed fix (2.52 KB, text/plain)
2007-02-28 10:58 EST, David Audel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Audel CLA 2007-02-28 09:13:28 EST
build I20070222-0951

public class X {
  public void myMethod() {
    @MyAnnot1()
  }
}
@interface MyAnnot1 {
}

This code produce the following message when compiled

"The member enum $missing$ cannot be local"

$missing$ is build by statement recovery and should not be shown in a message.
Comment 1 David Audel CLA 2007-02-28 10:58:18 EST
Created attachment 59989 [details]
Proposed fix
Comment 2 David Audel CLA 2007-02-28 11:01:53 EST
Released for 3.3M6

Test added
  AnnotationTesttest225()

The message with $misssing$ is filtered. 
Comment 3 Maxime Daniel CLA 2007-03-20 07:57:25 EDT
Verified for 3.3 M6 using build I20070320-0010.