Community
Participate
Working Groups
In a Java Editor, enter a Java class, give it a JavaDoc comment that contains an HTML Entity like ä ("a Umlaut") /** @author Matthias Gärtner */ Hover over the class name and look at the tooltip: It displays @author Matthias Gärtner Note that the semicolon is missing, the entity has not been detected correctly. Note too that it works with certain other entities (", & for example)
Adapted summary - was: Entity not displayed correctly in F2/Tooltip
*** This bug has been marked as a duplicate of 12673 ***
*** Bug 116891 has been marked as a duplicate of this bug. ***