Bug 47687 - Javadoc warning when implementing Cloneable interface
Summary: Javadoc warning when implementing Cloneable interface
Status: RESOLVED DUPLICATE of bug 47341
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 03:17 EST by Jonathan Gossage CLA
Modified: 2004-02-06 14:04 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 Jonathan Gossage CLA 2003-11-28 03:17:09 EST
This occurs in M5 under Sun JDK 1.4.2 when checking for missing Javadoc tags 
is enabled.

If I implement the cloneable interface in a class and generate Javadoc for the 
clone method, I get the tag @see java.lang.Object#clone() generated in the 
Javadoc.

This causes a warning to be generated saying Javadoc: The method clone() from 
the type Object is not visible. I suspect that the reason is that 
java.lang.Object#clone is a protected method.

My position is that generating Javadoc should never generate warnings.
Comment 1 Frederic Fusier CLA 2003-12-02 09:18:40 EST

*** This bug has been marked as a duplicate of 47341 ***