Bug 267346 - [quick assist] option to generate equals method
Summary: [quick assist] option to generate equals method
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.2   Edit
Hardware: PC Windows Vista
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 06:04 EST by Tomasz Bartczak CLA
Modified: 2009-03-06 15:59 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Bartczak CLA 2009-03-06 06:04:16 EST
Build ID: M20090211-1700

Steps To Reproduce:
1. Create a new class with no equals implementation
2. use equals of an object of this class
3. click on the equals usage, press ctrl+1 and expect 'generate equals implementation' or sth lilke that


More information:
Comment 1 Tomasz Bartczak CLA 2009-03-06 15:59:38 EST
In fact because the quick assist menu is not overbloated in this context - we could do this not only for equals/hashcode, but for every method,. that exists in some of the superclasses, but does not exist in the class, that is called.