JDK-5006128 : Incorrect javadoc markup in Integer class description
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2004-03-02
  • Updated: 2004-03-02
  • Resolved: 2004-03-02
Related Reports
Relates :  
Description

Name: nl37777			Date: 03/01/2004

The Integer class description contains the text "such as 
@link{#highestOneBit(int)} and @link{#numberOfTrailingZeros(int)})". 
This text is not processed by javadoc because the "{"s are placed 
incorrectly - they should be before the "@"s.

I'm also wondering why this paragraph is part of the class description. 
It's clearly useful for someone working on the implementation, but it 
doesn't seem relevant to users of the API. Couldn't it be just an 
implementation comment?
======================================================================

Comments
EVALUATION JavaDoc corrected as part of fix for 4990346. ###@###.### 2004-03-01
01-03-2004