Bug 122797 - Annotation of a removed field is left in model.
Summary: Annotation of a removed field is left in model.
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Srimanth CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-05 14:53 EST by Richard Kulp CLA
Modified: 2011-06-13 11:36 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 Richard Kulp CLA 2006-01-05 14:53:18 EST
Take the following class:

public class XYZ extends ViewPart {
  public static final String ID = "XYZ";
  ...
}

When done parsing the AnnotationEMF is left attached in the model even though ID was removed as a member because it was not referenced.