Bug 55864 - [change method signature] doesn't add parameter to overriden method javadoc
Summary: [change method signature] doesn't add parameter to overriden method javadoc
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 06:25 EST by Thomas M??der CLA
Modified: 2023-01-08 03:54 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 Thomas M??der CLA 2004-03-24 06:25:57 EST
I2004-02-24 + plugin export

1) import JUnit 3.8.1 
2) Add a parameter to the method signature of junit.framework.Test.run(TestResult)
3) observe: you get javadoc added to Test.run(TestResult). The overriden method
junit.framework.TestCase.run(TestResult) also gets a parameter added, however
the javadoc for the overridden method doesn't get updated.
Comment 1 Dirk Baeumer CLA 2004-03-24 08:56:31 EST
With JDK 1.4.* you automatically inherit the @param Javadoc from the super 
class that's why we didn't add it. 

For < 1.4.* this isn't the case but adding the param everywhere in a complex 
hierarchy doesn't seem to be the right thing either.

Will check if we add support for this for 3.0 for JDK < 1.4.*

Comment 2 Eclipse Genie CLA 2020-09-14 14:00:19 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 3 Eclipse Genie CLA 2023-01-08 03:54:28 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.