Bug 267346

Summary: [quick assist] option to generate equals method
Product: [Eclipse Project] JDT Reporter: Tomasz Bartczak <kretes>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: markus.kell.r
Version: 3.4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

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.