Bug 98085 - [templates] codetemplate: method name as comment after closing bracket
Summary: [templates] codetemplate: method name as comment after closing bracket
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 07:51 EDT by Marco Herrn CLA
Modified: 2007-06-22 10:02 EDT (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 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.