JDK-4655855 : Resolve unknown tags in javadoc warnings for J2SE 1.4.x
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.0,1.4.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2002-03-21
  • Updated: 2003-01-30
  • Resolved: 2003-01-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 b16Fixed
Related Reports
Duplicate :  
Relates :  
Description
Javadoc output for 1.4.0 contains many unknown tags.
Most are @beaninfo, @revised and @spec, which handled in separate bug 4655858.

Resolve the others, which are listed in detail in the attached file, but
shown in brief form here:

@ 
@1.15 
@Return 
@alink 
@alink 
@alink 
@alink 
@bitDepth 
@constraints 
@height 
@id 
@note 
@note 
@note 
@note 
@note 
@overrides 
@overrides 
@overrides 
@overrides 
@pararm 
@parm 
@parm 
@parm 
@refreshRate 
@returns 
@returns 
@returns 
@returns 
@returns 
@returns 
@returns 
@returns 
@returns 
@returns 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@throw 
@width 



Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis-beta FIXED IN: mantis-beta INTEGRATED IN: mantis-b16 mantis-beta tiger-b03
14-06-2004

EVALUATION I split off this part to a separate bug 4655858: @beaninfo, @revised and @spec are valid internal tag used by various engineering teams. To fix this, add this to the makefile: -tag beaninfo:X -tag revised:X -tag spec:X ###@###.### 2002-03-20 It appears these unknown tags have already been fixed as of 1.4.2 Jan 15, 2003: @alink, @bitDepth, @constraints, @refreshRate, @width, @height ###@###.### 2003-01-18 I split @note off to separate bug: 4805738: Fix @note tags in javax.accessibility ###@###.### 2003-01-22
18-01-2003