Bug 8675 - DCR - Code correction could suggest new element creation
Summary: DCR - Code correction could suggest new element creation
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-29 10:27 EST by David Audel CLA
Modified: 2002-03-14 12:00 EST (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 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