Bug 20033 - Add Javadoc comment on type swallows line delimiter
Summary: Add Javadoc comment on type swallows line delimiter
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 critical (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-12 11:05 EDT by Dani Megert CLA
Modified: 2002-06-13 08:25 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2002-06-12 11:05:11 EDT
Build 20020612
1. Add type T
2. select T in the Outline and select "Add Javadoc Comment"
==>
 ...
 */public class T {
This is a regression from fixing bug 19344: Add Javadoc comment broken
Note that the original problem was fixed and all callers of the fixed method
have  been verified. It seems that the action that generates the Javadoc does
something different for types (maybe some workaround was added when the
additional line delimiter was detected (-> bug 19344) and the workaround was not
applied to methods.
Comment 1 Dirk Baeumer CLA 2002-06-12 14:49:23 EDT
Bug got fixed for 20020612a since it is a regression. 

Fixed by Daniel Megert, reviewed by Adam Kiezun
Comment 2 Dirk Baeumer CLA 2002-06-13 08:25:18 EDT
Verified. TB