Bug 20033

Summary: Add Javadoc comment on type swallows line delimiter
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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