Bug 6096

Summary: Add umimplemented methods generates comments instead of Javadoc
Product: [Eclipse Project] JDT Reporter: Channing Walton <channingwalton>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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)