Community
Participate
Working Groups
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
*** This bug has been marked as a duplicate of 15462 ***