Bug 8675

Summary: DCR - Code correction could suggest new element creation
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2002-01-29 10:27:53 EST
class A {
   void bar(){
      new X().foo(); // foo doesn't exist in X
   }
}

CorrectionEngine could suggest the creation of a new method 'foo' in class X.
Comment 1 Philipe Mulet CLA 2002-02-11 10:14:15 EST
Requires to revisit the correction API, need to interact some more with UI to 
find best API (allowing to add even more features down the road without 
breaking API each time).
Comment 2 Philipe Mulet CLA 2002-03-14 10:49:38 EST
No longer necessary, UI can directly look at the problem IDs.
Closing