7032975: API files in javax.annotation.processing need to be updated for references to JLS

7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks
7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks

Removed URLs and 'edition' references

Reviewed-by: jjg, darcy
This commit is contained in:
Jim Holmlund 2011-04-13 11:35:43 -07:00
parent 02daeca60e
commit e9456bc9af
107 changed files with 184 additions and 171 deletions

View file

@ -36,7 +36,7 @@ import java.util.List;
* {@code @}<em>annotationType</em> ( <em>arguments</em> )
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 9.7"
* @jls section 9.7
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>expression</em> [ <em>index</em> ]
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.13"
* @jls section 15.13
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>type</em> []
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 10.1"
* @jls section 10.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ package com.sun.source.tree;
* assert <em>condition</em> : <em>detail</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.10"
* @jls section 14.10
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>variable</em> = <em>expression</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.26.1"
* @jls section 15.26.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>leftOperand</em> <em>operator</em> <em>rightOperand</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections 15.17 to 15.24"
* @jls sections 15.17 to 15.24
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -39,7 +39,7 @@ import java.util.List;
* static { <em>statements</em> }
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.2"
* @jls section 14.2
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -37,7 +37,7 @@ import javax.lang.model.element.Name;
* break <em>label</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.15"
* @jls section 14.15
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -39,7 +39,7 @@ import java.util.List;
* <em>statements</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.11"
* @jls section 14.11
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>block</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.20"
* @jls section 14.20
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -42,8 +42,7 @@ import javax.lang.model.element.Name;
* }
* </pre>
*
* @see "The Java Language Specification, 3rd ed,
* sections 8.1, 8.9, 9.1, and 9.6"
* @jls sections 8.1, 8.9, 9.1, and 9.6
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ import com.sun.source.tree.LineMap;
* Represents the abstract syntax tree for compilation units (source
* files) and package declarations (package-info.java).
*
* @see "The Java Language Specification, 3rd ed, sections 7.3, and 7.4"
* @jls sections 7.3, and 7.4
*
* @author Peter von der Ah&eacute;
* @since 1.6

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>variable</em> <em>operator</em> <em>expression</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.26.2"
* @jls section 15.26.2
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>condition</em> ? <em>trueExpression</em> : <em>falseExpression</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.25"
* @jls section 15.25
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -36,7 +36,7 @@ import javax.lang.model.element.Name;
* continue <em>label</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.16"
* @jls section 14.16
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ package com.sun.source.tree;
* while ( <em>expression</em> );
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.13"
* @jls section 14.13
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.6"
* @jls section 14.6
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>statement</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.14.2"
* @jls section 14.14.2
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>expression</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.8"
* @jls section 14.8
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -29,7 +29,7 @@ package com.sun.source.tree;
* A tree node used as the base class for the different types of
* expressions.
*
* @see "The Java Language Specification, 3rd ed, chapter 15"
* @jls chapter 15
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -36,7 +36,7 @@ import java.util.List;
* <em>statement</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.14.1"
* @jls section 14.14.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ import javax.lang.model.element.Name;
* <em>name</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 6.5.6.1"
* @jls section 6.5.6.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -39,7 +39,7 @@ package com.sun.source.tree;
* <em>elseStatement</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.9"
* @jls section 14.9
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ package com.sun.source.tree;
* static import <em>qualifiedIdentifier</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 7.5"
* @jls section 7.5
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* <em>expression</em> instanceof <em>type</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.20.2"
* @jls section 15.20.2
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ import javax.lang.model.element.Name;
* <em>label</em> : <em>statement</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.7"
* @jls section 14.7
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* <em>value</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.28"
* @jls section 15.28
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,8 +35,7 @@ import javax.lang.model.element.Name;
* <em>expression</em> . <em>identifier</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections 6.5,
* 15.11, and 15.12"
* @jls sections 6.5, 15.11,and 15.12
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -37,7 +37,7 @@ import java.util.List;
* this . <em>typeArguments</em> <em>identifier</em> ( <em>arguments</em> )
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.12"
* @jls section 15.12
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -40,8 +40,7 @@ import javax.lang.model.element.Name;
* <em>modifiers</em> <em>type</em> <em>name</em> () default <em>defaultValue</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections 8.4, 8.6, 8.7,
* 9.4, and 9.6"
* @jls sections 8.4, 8.6, 8.7, 9.4, and 9.6
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -39,8 +39,7 @@ import javax.lang.model.element.Modifier;
* <em>flags</em> <em>annotations</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections
* 8.1.1, 8.3.1, 8.4.3, 8.5.1, 8.8.3, 9.1.1, and 9.7"
* @jls sections 8.1.1, 8.3.1, 8.4.3, 8.5.1, 8.8.3, 9.1.1, and 9.7
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -37,7 +37,7 @@ import java.util.List;
* new <em>type</em> <em>dimensions</em> [ ] <em>initializers</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.10"
* @jls section 15.10
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -42,7 +42,7 @@ import java.util.List;
* <em>enclosingExpression</em>.new <em>identifier</em> ( <em>arguments</em> )
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.9"
* @jls section 15.9
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ import java.util.List;
* <em>type</em> &lt; <em>typeArguments</em> &gt;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 4.5.1"
* @jls section 4.5.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* ( <em>expression</em> )
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.8.5"
* @jls section 15.8.5
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ import javax.lang.model.type.TypeKind;
* <em>primitiveTypeKind</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 4.2"
* @jls section 4.2
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* return <em>expression</em>;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.17"
* @jls section 14.17
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -29,7 +29,7 @@ package com.sun.source.tree;
* A tree node used as the base class for the different kinds of
* statements.
*
* @see "The Java Language Specification, 3rd ed, chapter 14"
* @jls chapter 14
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -37,7 +37,7 @@ import java.util.List;
* }
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.11"
* @jls section 14.11
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -34,7 +34,7 @@ package com.sun.source.tree;
* </em>block</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.19"
* @jls section 14.19
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* throw <em>expression</em>;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.18"
* @jls section 14.18
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -39,7 +39,7 @@ import java.util.List;
* <em>finallyBlock</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 14.20"
* @jls section 14.20
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -33,7 +33,7 @@ package com.sun.source.tree;
* ( <em>type</em> ) <em>expression</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.16"
* @jls section 15.16
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -38,7 +38,7 @@ import javax.lang.model.element.Name;
* <em>name</em> extends <em>bounds</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 4.4"
* @jls section 4.4
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -36,7 +36,7 @@ package com.sun.source.tree;
* <em>expression</em> <em>operator</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections 15.14 and 15.15"
* @jls sections 15.14 and 15.15
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ import javax.lang.model.element.Name;
* <em>modifiers</em> <em>type</em> <em>name</em> <em>initializer</em> ;
* </pre>
*
* @see "The Java Language Specification, 3rd ed, sections 8.3 and 14.4"
* @jls sections 8.3 and 14.4
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -35,7 +35,7 @@ package com.sun.source.tree;
* </pre>
*
*
* @see "The Java Language Specification, 3rd ed, section 14.12"
* @jls section 14.12
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons

View file

@ -38,7 +38,7 @@ package com.sun.source.tree;
* ? super <em>bound</em>
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 4.5.1"
* @jls section 4.5.1
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons