Bug 98085

Summary: [templates] codetemplate: method name as comment after closing bracket
Product: [Eclipse Project] JDT Reporter: Marco Herrn <marco>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P5 CC: martinae
Version: 3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Marco Herrn CLA 2005-06-02 07:51:43 EDT
It would be nice if the code generate had an option to add a comment to the end 
of a method, indicating the method name. For example:

public void myFunction(String name){
 ...
} //myFunction(String)

Then it would be nice if the code formatter and refactoring tool would also 
allow generating these comments for existing methods.
Comment 1 Dani Megert CLA 2005-06-02 09:11:18 EDT
We currently don't have a method template but only a comment and a body code
template.

Martin, any comments?
Comment 2 Martin Aeschlimann CLA 2005-06-02 09:39:41 EDT
not on the plan.
Comment 3 Dani Megert CLA 2007-06-22 09:59:24 EDT
Get rid of deprecated state.