Bug 121187

Summary: Javadoc contains undefined HTML entity *
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2005-12-16 05:31:28 EST
I20051215-1506

JDT/Core API Javadoc contains 79 references to the undefined HTML entity "&ast;". Most references are in jdt.core.dom.* and 2 in jdt.core.Signature. Since they are not interpreted, browsers just print &ast; where a * is meant.
Comment 1 Olivier Thomann CLA 2005-12-16 07:13:29 EST
I'll take care of it.
Comment 2 Olivier Thomann CLA 2005-12-16 22:50:06 EST
Fixed and released in HEAD.
I replace '&ast;' with '*'.
Comment 3 Maxime Daniel CLA 2006-02-15 10:41:13 EST
Verified for 3.2 M5 using build I20060215-0010.