Bug 6225 - Add unimplemented methods creates incorrect comments
Summary: Add unimplemented methods creates incorrect comments
Status: RESOLVED 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-22 08:23 EST by Dylan Schell CLA
Modified: 2001-11-27 10:39 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 Dylan Schell CLA 2001-11-22 08:23:13 EST
The "Add unimplemented methods" action creates comments with 
javadoc tags, however, the comment style is a *normal* multi-line 
java comment instead of a *javadoc* comment.

This is in build 20011107
Comment 1 Erich Gamma CLA 2001-11-22 08:41:07 EST
This is the intended behaviour. Generating a real javadoc would hide the one 
from the base class in the generated javadoc. This is almost always the 
intended, but wen provide a preference option for how this case should be 
handled.
Comment 2 Martin Aeschlimann CLA 2001-11-27 10:39:37 EST
preference page allows you to configure comment creation
(for example, do not create the non-JavaDoc comments)
>11122