Bug 6096 - Add umimplemented methods generates comments instead of Javadoc
Summary: Add umimplemented methods generates comments instead of Javadoc
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-20 06:46 EST by Channing Walton CLA
Modified: 2002-01-15 09:43 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 Channing Walton CLA 2001-11-20 06:46:48 EST
Add unimplemented methods generates Javadoc without the opening
/**, instead there is only /*
Comment 1 Martin Aeschlimann CLA 2001-12-13 12:26:58 EST
this is how it is designed. When you do not specify a JavaDoc comment, the 
JavaDoc tool automatically uses the JavaDoc from the overriden method.
Therefore a normal comment is added as helper for the programmer to mark that 
this method is overriden.

You can configure this behaviour in the preferences. (Code generation page)