Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330550 - Copying a class using copy/past should update the javadoc @author tag
Summary: Copying a class using copy/past should update the javadoc @author tag
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 05:44 EST by Sebastien Arod CLA
Modified: 2010-11-18 08:50 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.