Bug 572777 - Specified by clause in overriding method not shown in javadoc unless text is added to the documentation.
Summary: Specified by clause in overriding method not shown in javadoc unless text is ...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 4.20   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Doc-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-12 05:44 EDT by Sam Green CLA
Modified: 2023-05-17 14: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 Sam Green CLA 2021-04-12 05:44:08 EDT
when a method is annotated with @override the javadoc doesn't show 
Specified by unless a javadoc is added to the method like so:

//undocumented overriding method that dosn't show the Specified by in the javadoc:
/**
*
*/
@Override
public void myMethod()
{
			
}

//documented method that shows the Specified by clause
/**
* My documentation
*/
@Override
public void myMethod()
{
			
}
Comment 1 Eclipse Genie CLA 2023-05-17 14:25:23 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.