Bug 266309 - [hovering] Javadoc hovers should mark copied parts from overridden methods
Summary: [hovering] Javadoc hovers should mark copied parts from overridden methods
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 09:40 EST by Markus Keller CLA
Modified: 2009-02-26 09:52 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 Markus Keller CLA 2009-02-26 09:40:00 EST
HEAD

Javadoc hovers should somehow mark copied parts from overridden methods (inherited tags of main description).

The Javadoc tool already writes "Description copied from ..." in some cases (only when the whole description is copied), e.g. in 
http://java.sun.com/javase/6/docs/api/java/util/AbstractMap.html#entrySet()

In other cases, it doesn't mention the copying (e.g. when {@inheritDoc} is used or when tags like @return are copied):
http://java.sun.com/javase/6/docs/api/java/util/AbstractMap.html#keySet()

We should mark all copied parts in Javadoc hovers, e.g. with a slightly darker background color and a tooltip that says where it is copied from.
Comment 1 Dani Megert CLA 2009-02-26 09:52:57 EST
Would be a nice feature.