View | Details | Raw Unified | Return to bug 141949
Collapse All | Expand All

(-)model/org/eclipse/jdt/core/IClasspathAttribute.java (+3 lines)
Lines 13-18 Link Here
13
/**
13
/**
14
 * A classpath attribute defines a name/value pair that can be persisted with a classpath entry. Such an attribute
14
 * A classpath attribute defines a name/value pair that can be persisted with a classpath entry. Such an attribute
15
 * can be created using the factory method {@link JavaCore#newClasspathAttribute(String, String) newClasspathAttribute(String name, String value)}.
15
 * can be created using the factory method {@link JavaCore#newClasspathAttribute(String, String) newClasspathAttribute(String name, String value)}.
16
 * <p>
17
 * This interface is not intended to be implemented by clients.
18
 * </p>
16
 * 
19
 * 
17
 * @see JavaCore#newContainerEntry(
20
 * @see JavaCore#newContainerEntry(
18
 *			org.eclipse.core.runtime.IPath containerPath, 
21
 *			org.eclipse.core.runtime.IPath containerPath, 
(-)model/org/eclipse/jdt/core/CompletionContext.java (+3 lines)
Lines 17-22 Link Here
17
 * Completion context.
17
 * Completion context.
18
 * 
18
 * 
19
 * Represent the context in which the completion occurs.
19
 * Represent the context in which the completion occurs.
20
 * <p>
21
 * This class is not intended to be instantiated or subclassed by clients.
22
 * </p>
20
 * 
23
 * 
21
 * @see CompletionRequestor#acceptContext(CompletionContext)
24
 * @see CompletionRequestor#acceptContext(CompletionContext)
22
 * @since 3.1
25
 * @since 3.1
(-)model/org/eclipse/jdt/core/CompletionProposal.java (-2 / +2 lines)
Lines 43-50 Link Here
43
 * competing proposals.
43
 * competing proposals.
44
 * </p>
44
 * </p>
45
 * <p>
45
 * <p>
46
 * The completion engine creates instances of this class; it is not
46
 * The completion engine creates instances of this class; it is not intended 
47
 * intended to be used by other clients.
47
 * to be instantiated or subclassed by clients.
48
 * </p>
48
 * </p>
49
 * 
49
 * 
50
 * @see ICodeAssist#codeComplete(int, CompletionRequestor)
50
 * @see ICodeAssist#codeComplete(int, CompletionRequestor)
(-)model/org/eclipse/jdt/core/ITypeParameter.java (+3 lines)
Lines 22-27 Link Here
22
 * of the type parameters use {@link IType#getTypeParameters()} for a type and use
22
 * of the type parameters use {@link IType#getTypeParameters()} for a type and use
23
 * {@link IMethod#getTypeParameters()} for a method.
23
 * {@link IMethod#getTypeParameters()} for a method.
24
 * </p>
24
 * </p>
25
 * <p>
26
 * This interface is not intended to be implemented by clients.
27
 * </p>
25
 *
28
 *
26
 * @since 3.1
29
 * @since 3.1
27
 */
30
 */
(-)model/org/eclipse/jdt/core/compiler/ITerminalSymbols.java (+3 lines)
Lines 14-19 Link Here
14
/**
14
/**
15
 * Maps each terminal symbol in the java-grammar into a unique integer. 
15
 * Maps each terminal symbol in the java-grammar into a unique integer. 
16
 * This integer is used to represent the terminal when computing a parsing action. 
16
 * This integer is used to represent the terminal when computing a parsing action. 
17
 * <p>
18
 * This interface is not intended to be implemented by clients.
19
 * </p>
17
 * 
20
 * 
18
 * @see IScanner
21
 * @see IScanner
19
 * @since 2.0
22
 * @since 2.0
(-)model/org/eclipse/jdt/core/compiler/IScanner.java (-2 / +5 lines)
Lines 17-27 Link Here
17
  * Definition of a Java scanner, as returned by the <code>ToolFactory</code>.
17
  * Definition of a Java scanner, as returned by the <code>ToolFactory</code>.
18
  * The scanner is responsible for tokenizing a given source, providing information about
18
  * The scanner is responsible for tokenizing a given source, providing information about
19
  * the nature of the token read, its positions and source equivalent.
19
  * the nature of the token read, its positions and source equivalent.
20
  * 
20
  * <p>
21
  * When the scanner has finished tokenizing, it answers an EOF token (<code>
21
  * When the scanner has finished tokenizing, it answers an EOF token (<code>
22
  * ITerminalSymbols#TokenNameEOF</code>.
22
  * ITerminalSymbols#TokenNameEOF</code>.
23
  * 
23
  * </p><p>
24
  * When encountering lexical errors, an <code>InvalidInputException</code> is thrown.
24
  * When encountering lexical errors, an <code>InvalidInputException</code> is thrown.
25
 * </p><p>
26
 * This interface is not intended to be implemented by clients.
27
 * </p>
25
  * 
28
  * 
26
  * @see org.eclipse.jdt.core.ToolFactory
29
  * @see org.eclipse.jdt.core.ToolFactory
27
  * @see ITerminalSymbols
30
  * @see ITerminalSymbols
(-)dom/org/eclipse/jdt/core/dom/AST.java (-2 / +2 lines)
Lines 84-91 Link Here
84
 * read-only AST.
84
 * read-only AST.
85
 * </p>
85
 * </p>
86
 * <p>
86
 * <p>
87
 * Clients may create instances of this class, which is not intended to be
87
 * Clients may create instances of this class using {@link #newAST(int)}, 
88
 * subclassed.
88
 * but this class is not intended to be subclassed.
89
 * </p>
89
 * </p>
90
 * 
90
 * 
91
 * @see ASTParser
91
 * @see ASTParser
(-)formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java (+3 lines)
Lines 18-23 Link Here
18
18
19
/**
19
/**
20
 * Constants used to set up the options of the code formatter.
20
 * Constants used to set up the options of the code formatter.
21
 * <p>
22
 * This class is not intended to be instantiated or subclassed by clients.
23
 * </p>
21
 * 
24
 * 
22
 * @since 3.0
25
 * @since 3.0
23
 */
26
 */
(-)formatter/org/eclipse/jdt/core/formatter/CodeFormatterApplication.java (+3 lines)
Lines 38-43 Link Here
38
 * There are a couple improvments that could be made: 1. Make a list of all the
38
 * There are a couple improvments that could be made: 1. Make a list of all the
39
 * files first so that a file does not get formatted twice. 2. Use a text based
39
 * files first so that a file does not get formatted twice. 2. Use a text based
40
 * progress monitor for output.
40
 * progress monitor for output.
41
 * <p>
42
 * This class is not intended to be instantiated or subclassed by clients.
43
 * </p>
41
 * 
44
 * 
42
 * @author Ben Konrath <bkonrath@redhat.com>
45
 * @author Ben Konrath <bkonrath@redhat.com>
43
 * @since 3.2
46
 * @since 3.2
(-)component.xml (-11 / +11 lines)
Lines 10-17 Link Here
10
   <type name="BufferChangedEvent" subclass="false" instantiate="false"/>
10
   <type name="BufferChangedEvent" subclass="false" instantiate="false"/>
11
   <type name="ClasspathContainerInitializer" instantiate="false"/>
11
   <type name="ClasspathContainerInitializer" instantiate="false"/>
12
   <type name="ClasspathVariableInitializer" instantiate="false"/>
12
   <type name="ClasspathVariableInitializer" instantiate="false"/>
13
   <type name="CompletionContext" subclass="false"/>
13
   <type name="CompletionContext" subclass="false" instantiate="false"/>
14
   <type name="CompletionProposal" subclass="false"/>
14
   <type name="CompletionProposal" subclass="false" instantiate="false"/>
15
   <type name="CompletionRequestor" instantiate="false"/>
15
   <type name="CompletionRequestor" instantiate="false"/>
16
   <type name="CompletionRequestorAdapter"/>
16
   <type name="CompletionRequestorAdapter"/>
17
   <type name="CorrectionEngine" subclass="false"/>
17
   <type name="CorrectionEngine" subclass="false"/>
Lines 22-28 Link Here
22
   <type name="IBufferChangedListener"/>
22
   <type name="IBufferChangedListener"/>
23
   <type name="IBufferFactory"/>
23
   <type name="IBufferFactory"/>
24
   <type name="IClassFile" implement="false"/>
24
   <type name="IClassFile" implement="false"/>
25
   <type name="IClasspathAttribute"/>
25
   <type name="IClasspathAttribute" implement="false"/>
26
   <type name="IClasspathContainer"/>
26
   <type name="IClasspathContainer"/>
27
   <type name="IClasspathEntry" implement="false"/>
27
   <type name="IClasspathEntry" implement="false"/>
28
   <type name="ICodeAssist" implement="false"/>
28
   <type name="ICodeAssist" implement="false"/>
Lines 59-65 Link Here
59
   <type name="IType" implement="false"/>
59
   <type name="IType" implement="false"/>
60
   <type name="ITypeHierarchy" implement="false"/>
60
   <type name="ITypeHierarchy" implement="false"/>
61
   <type name="ITypeHierarchyChangedListener"/>
61
   <type name="ITypeHierarchyChangedListener"/>
62
   <type name="ITypeParameter"/>
62
   <type name="ITypeParameter" implement="false"/>
63
   <type name="IWorkingCopy" implement="false"/>
63
   <type name="IWorkingCopy" implement="false"/>
64
   <type name="JavaConventions" subclass="false" instantiate="false"/>
64
   <type name="JavaConventions" subclass="false" instantiate="false"/>
65
   <type name="JavaCore" subclass="false" instantiate="false"/>
65
   <type name="JavaCore" subclass="false" instantiate="false"/>
Lines 72-83 Link Here
72
 <package name="org.eclipse.jdt.core.compiler">
72
 <package name="org.eclipse.jdt.core.compiler">
73
   <type name="BuildContext" subclass="false" instantiate="false"/>
73
   <type name="BuildContext" subclass="false" instantiate="false"/>
74
   <type name="CategorizedProblem" instantiate="false"/>
74
   <type name="CategorizedProblem" instantiate="false"/>
75
   <type name="CharOperation" subclass="false"/>
75
   <type name="CharOperation" subclass="false" instantiate="false"/>
76
   <type name="CompilationParticipant" instantiate="false"/>
76
   <type name="CompilationParticipant" instantiate="false"/>
77
   <type name="InvalidInputException"/>
77
   <type name="InvalidInputException" subclass="false" instantiate="false"/>
78
   <type name="IProblem" implement="false"/>
78
   <type name="IProblem" implement="false"/>
79
   <type name="IScanner"/>
79
   <type name="IScanner" implement="false"/>
80
   <type name="ITerminalSymbols"/>
80
   <type name="ITerminalSymbols" implement="false"/>
81
   <type name="ReconcileContext" subclass="false" instantiate="false"/>
81
   <type name="ReconcileContext" subclass="false" instantiate="false"/>
82
 </package>
82
 </package>
83
 <package name="org.eclipse.jdt.core.dom">
83
 <package name="org.eclipse.jdt.core.dom">
Lines 93-99 Link Here
93
   <type name="ArrayType" instantiate="false"/>
93
   <type name="ArrayType" instantiate="false"/>
94
   <type name="AssertStatement" instantiate="false"/>
94
   <type name="AssertStatement" instantiate="false"/>
95
   <type name="Assignment" instantiate="false"/>
95
   <type name="Assignment" instantiate="false"/>
96
   <type name="AST" subclass="false"/>
96
   <type name="AST" subclass="false" instantiate="false"/>
97
   <type name="ASTConverter" reference="false"/>
97
   <type name="ASTConverter" reference="false"/>
98
   <type name="ASTMatcher"/>
98
   <type name="ASTMatcher"/>
99
   <type name="ASTNode" instantiate="false"/>
99
   <type name="ASTNode" instantiate="false"/>
Lines 229-236 Link Here
229
 </package>
229
 </package>
230
 <package name="org.eclipse.jdt.core.formatter">
230
 <package name="org.eclipse.jdt.core.formatter">
231
   <type name="CodeFormatter"/>
231
   <type name="CodeFormatter"/>
232
   <type name="CodeFormatterApplication"/>
232
   <type name="CodeFormatterApplication" subclass="false" instantiate="false"/>
233
   <type name="DefaultCodeFormatterConstants"/>
233
   <type name="DefaultCodeFormatterConstants" subclass="false" instantiate="false"/>
234
   <type name="IndentManipulation" subclass="false" instantiate="false"/>
234
   <type name="IndentManipulation" subclass="false" instantiate="false"/>
235
 </package>
235
 </package>
236
 <package name="org.eclipse.jdt.core.jdom">
236
 <package name="org.eclipse.jdt.core.jdom">
(-)compiler/org/eclipse/jdt/core/compiler/InvalidInputException.java (+3 lines)
Lines 13-18 Link Here
13
13
14
/**
14
/**
15
 * Exception thrown by a scanner when encountering lexical errors.
15
 * Exception thrown by a scanner when encountering lexical errors.
16
 * <p>
17
 * This class is not intended to be instantiated or subclassed by clients.
18
 * </p>
16
 */
19
 */
17
public class InvalidInputException extends Exception {
20
public class InvalidInputException extends Exception {
18
21
(-)compiler/org/eclipse/jdt/core/compiler/CharOperation.java (+3 lines)
Lines 15-20 Link Here
15
15
16
/**
16
/**
17
 * This class is a collection of helper methods to manipulate char arrays.
17
 * This class is a collection of helper methods to manipulate char arrays.
18
 * <p>
19
 * This class is not intended to be instantiated or subclassed by clients.
20
 * </p>
18
 * 
21
 * 
19
 * @since 2.1
22
 * @since 2.1
20
 */
23
 */

Return to bug 141949