Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 128235 - [hover] Javadoc hover displaying {@inheritDoc} does not work correctly
Summary: [hover] Javadoc hover displaying {@inheritDoc} does not work correctly
Status: RESOLVED DUPLICATE of bug 15462
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 11:16 EST by Tobias Widmer CLA
Modified: 2006-02-16 11:39 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 Tobias Widmer CLA 2006-02-16 11:16:42 EST
I20060216-0010

Steps to reproduce:
- Consider following cu

public class Foo {

  /**
   * {@inheritDoc}
   *
   * My comment to the overridden method
   */
  public boolean equals(Object o) {
    return false;
  }
}

-> Javadoc hover only displays content of java.lang.Object#equals(..)
-> Javadoc should be composed from the overridden comment and the overriding comment

See http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#{@inheritDoc} for information
Comment 1 Dani Megert CLA 2006-02-16 11:39:22 EST

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