Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330550

Summary: Copying a class using copy/past should update the javadoc @author tag
Product: [Eclipse Project] JDT Reporter: Sebastien Arod <sebastien.arod>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: enhancement    
Priority: P3 CC: markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sebastien Arod CLA 2010-11-18 05:44:44 EST
Build Identifier: 20100917-0705

When we copy a java file using copy/paste we choose a new name and JDT automatically update the classname and construcotrs to use the new name.

It would be convenient if JDT could also update the javadoc @author tags of the newly created class using the author configured in the preferences

Reproducible: Always

Steps to Reproduce:
1.Copy/past an existing class having a @author tag defined
2.
3.
Comment 1 Markus Keller CLA 2010-11-18 08:50:02 EST
When you copy/paste a class, the author of the copied class is still the original author. We're not going to change this behind the scenes.