### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: .settings/.api_filters =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/.settings/Attic/.api_filters,v retrieving revision 1.12.2.2 diff -u -r1.12.2.2 .api_filters --- .settings/.api_filters 18 Feb 2011 10:29:50 -0000 1.12.2.2 +++ .settings/.api_filters 27 Jul 2011 19:12:48 -0000 @@ -1,10 +1,350 @@ - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: META-INF/MANIFEST.MF =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/META-INF/MANIFEST.MF,v retrieving revision 1.35.2.1 diff -u -r1.35.2.1 MANIFEST.MF --- META-INF/MANIFEST.MF 28 Feb 2011 18:50:51 -0000 1.35.2.1 +++ META-INF/MANIFEST.MF 27 Jul 2011 19:12:48 -0000 @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.core; singleton:=true -Bundle-Version: 3.7.0.qualifier +Bundle-Version: 3.8.0.qualifier Bundle-Activator: org.eclipse.jdt.core.JavaCore Bundle-Vendor: %providerName Bundle-Localization: plugin Index: about.html =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/about.html,v retrieving revision 1.15.26.1 diff -u -r1.15.26.1 about.html --- about.html 18 Mar 2011 01:06:10 -0000 1.15.26.1 +++ about.html 27 Jul 2011 19:12:48 -0000 @@ -29,10 +29,5 @@ use the Disassembler to view the Assembler Mnemonics for a method, you should ensure that doing so will not violate the terms of any licenses that apply to your use of that method, as such licenses may not permit you to reverse engineer, decompile, or disassemble method bytecodes.

-

Beta Java 7 Support

- -

This is an implementation of an early-draft specification developed under the Java -Community Process (JCP) and is made available for testing and evaluation purposes -only. The code is not compatible with any specification of the JCP.

\ No newline at end of file Index: batch/org/eclipse/jdt/internal/compiler/batch/Main.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java,v retrieving revision 1.360.2.4 diff -u -r1.360.2.4 Main.java --- batch/org/eclipse/jdt/internal/compiler/batch/Main.java 13 Jul 2011 08:27:07 -0000 1.360.2.4 +++ batch/org/eclipse/jdt/internal/compiler/batch/Main.java 27 Jul 2011 19:12:48 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Tom Tromey - Contribution for bug 125961 Index: batch/org/eclipse/jdt/internal/compiler/batch/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties,v retrieving revision 1.954.2.43 diff -u -r1.954.2.43 messages.properties --- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 25 Jul 2011 16:19:27 -0000 1.954.2.43 +++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 27 Jul 2011 19:12:48 -0000 @@ -15,7 +15,7 @@ #Format: compiler.name = word1 word2 word3 compiler.name = Eclipse Compiler for Java(TM) #Format: compiler.version = 0.XXX[, other words (don't forget the comma if adding other words)] -compiler.version = 0.B70, 3.7.1 (beta java7) +compiler.version = 0.B70, 3.8 compiler.copyright = Copyright IBM Corp 2000, 2011. All rights reserved. ### progress Index: codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java,v retrieving revision 1.425.2.12 diff -u -r1.425.2.12 CompletionEngine.java --- codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java 27 Jul 2011 10:14:22 -0000 1.425.2.12 +++ codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java 27 Jul 2011 19:12:49 -0000 @@ -4,11 +4,7 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * + * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: codeassist/org/eclipse/jdt/internal/codeassist/InternalCompletionProposal.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/InternalCompletionProposal.java,v retrieving revision 1.17.2.1 diff -u -r1.17.2.1 InternalCompletionProposal.java --- codeassist/org/eclipse/jdt/internal/codeassist/InternalCompletionProposal.java 14 Jul 2011 05:29:42 -0000 1.17.2.1 +++ codeassist/org/eclipse/jdt/internal/codeassist/InternalCompletionProposal.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Andreas Magnusson - contribution for bug 151500 Index: codeassist/org/eclipse/jdt/internal/codeassist/InternalExtendedCompletionContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/InternalExtendedCompletionContext.java,v retrieving revision 1.22.2.1 diff -u -r1.22.2.1 InternalExtendedCompletionContext.java --- codeassist/org/eclipse/jdt/internal/codeassist/InternalExtendedCompletionContext.java 14 Jul 2011 05:29:42 -0000 1.22.2.1 +++ codeassist/org/eclipse/jdt/internal/codeassist/InternalExtendedCompletionContext.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: codeassist/org/eclipse/jdt/internal/codeassist/ThrownExceptionFinder.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/ThrownExceptionFinder.java,v retrieving revision 1.5.8.4 diff -u -r1.5.8.4 ThrownExceptionFinder.java --- codeassist/org/eclipse/jdt/internal/codeassist/ThrownExceptionFinder.java 11 Jul 2011 08:10:37 -0000 1.5.8.4 +++ codeassist/org/eclipse/jdt/internal/codeassist/ThrownExceptionFinder.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedAllocationExpression.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedAllocationExpression.java,v retrieving revision 1.25.8.2 diff -u -r1.25.8.2 CompletionOnQualifiedAllocationExpression.java --- codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedAllocationExpression.java 3 Jun 2011 08:06:06 -0000 1.25.8.2 +++ codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedAllocationExpression.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java,v retrieving revision 1.218.2.14 diff -u -r1.218.2.14 CompletionParser.java --- codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java 27 Jul 2011 10:14:22 -0000 1.218.2.14 +++ codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java 27 Jul 2011 19:12:49 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java,v retrieving revision 1.95.2.6 diff -u -r1.95.2.6 AssistParser.java --- codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java 3 Jun 2011 08:06:05 -0000 1.95.2.6 +++ codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java,v retrieving revision 1.92.2.5 diff -u -r1.92.2.5 SelectionParser.java --- codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java 6 Jul 2011 18:46:34 -0000 1.92.2.5 +++ codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionParser.java 27 Jul 2011 19:12:49 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/core/compiler/CharOperation.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java,v retrieving revision 1.89.2.3 diff -u -r1.89.2.3 CharOperation.java --- compiler/org/eclipse/jdt/core/compiler/CharOperation.java 9 Feb 2011 18:16:20 -0000 1.89.2.3 +++ compiler/org/eclipse/jdt/core/compiler/CharOperation.java 27 Jul 2011 19:12:49 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation @@ -773,7 +769,7 @@ * * @return the returned value of the comparison between array1 and array2 * @throws NullPointerException if one of the arrays is null - * @since 3.7 + * @since 3.7.1 */ public static final int compareTo(char[] array1, char[] array2, int start, int end) { int length1 = array1.length; Index: compiler/org/eclipse/jdt/core/compiler/IProblem.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/IProblem.java,v retrieving revision 1.225.2.24 diff -u -r1.225.2.24 IProblem.java --- compiler/org/eclipse/jdt/core/compiler/IProblem.java 13 Jul 2011 08:27:06 -0000 1.225.2.24 +++ compiler/org/eclipse/jdt/core/compiler/IProblem.java 27 Jul 2011 19:12:49 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * IBM Corporation - added the following constants @@ -603,15 +599,15 @@ int InvalidHighSurrogate = Syntax + Internal + 264; /** @since 3.2 */ int UnnecessaryNLSTag = Internal + 265; - /** @since 3.7 */ + /** @since 3.7.1 */ int InvalidBinary = Syntax + Internal + 266; - /** @since 3.7 */ + /** @since 3.7.1 */ int BinaryLiteralNotBelow17 = Syntax + Internal + 267; - /** @since 3.7 */ + /** @since 3.7.1 */ int IllegalUnderscorePosition = Syntax + Internal + 268; - /** @since 3.7 */ + /** @since 3.7.1 */ int UnderscoresInLiteralsNotBelow17 = Syntax + Internal + 269; - /** @since 3.7 */ + /** @since 3.7.1 */ int IllegalHexaLiteral = Syntax + Internal + 270; // type related problems @@ -1153,7 +1149,7 @@ /** @since 3.6*/ int InvalidTypeForCollectionTarget14 = Internal + 582; - /** @since 3.7 */ + /** @since 3.7.1 */ int DuplicateInheritedMethods = MethodRelated + 583; /** @@ -1333,11 +1329,11 @@ int ConstructorVarargsArgumentNeedCast = ConstructorRelated + 802; /** @since 3.1 */ int VarargsConflict = MethodRelated + 803; - /** @since 3.7 */ + /** @since 3.7.1 */ int SafeVarargsOnFixedArityMethod = MethodRelated + 804; - /** @since 3.7 */ + /** @since 3.7.1 */ int SafeVarargsOnNonFinalInstanceMethod = MethodRelated + 805; - /** @since 3.7 */ + /** @since 3.7.1 */ int PotentialHeapPollutionFromVararg = MethodRelated + 806; /** * Javadoc Generic @@ -1366,35 +1362,35 @@ /** * Java 7 errors */ - /** @since 3.7 */ + /** @since 3.7.1 */ int AssignmentToMultiCatchParameter = Internal + 870; - /** @since 3.7 */ + /** @since 3.7.1 */ int ResourceHasToImplementAutoCloseable = TypeRelated + 871; - /** @since 3.7 */ + /** @since 3.7.1 */ int AssignmentToResource = Internal + 872; - /** @since 3.7 */ + /** @since 3.7.1 */ int InvalidUnionTypeReferenceSequence = Internal + TypeRelated + 873; - /** @since 3.7 */ + /** @since 3.7.1 */ int AutoManagedResourceNotBelow17 = Syntax + Internal + 874; - /** @since 3.7 */ + /** @since 3.7.1 */ int MultiCatchNotBelow17 = Syntax + Internal + 875; - /** @since 3.7 */ + /** @since 3.7.1 */ int PolymorphicMethodNotBelow17 = MethodRelated + 876; - /** @since 3.7 */ + /** @since 3.7.1 */ int IncorrectSwitchType17 = TypeRelated + 877; - /** @since 3.7 */ + /** @since 3.7.1 */ int CannotInferElidedTypes = TypeRelated + 878; - /** @since 3.7 */ + /** @since 3.7.1 */ int CannotUseDiamondWithExplicitTypeArguments = TypeRelated + 879; - /** @since 3.7 */ + /** @since 3.7.1 */ int CannotUseDiamondWithAnonymousClasses = TypeRelated + 880; - /** @since 3.7 */ + /** @since 3.7.1 */ int SwitchOnStringsNotBelow17 = TypeRelated + 881; // https://bugs.eclipse.org/bugs/show_bug.cgi?id=348492 - /** @since 3.7 */ + /** @since 3.7.1 */ int UnhandledExceptionOnAutoClose = TypeRelated + 882; - /** @since 3.7 */ + /** @since 3.7.1 */ int DiamondNotBelow17 = TypeRelated + 883; - /** @since 3.7 */ + /** @since 3.7.1 */ int RedundantSpecificationOfTypeArguments = TypeRelated + 884; /** * External problems -- These are problems defined by other plugins Index: compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java,v retrieving revision 1.18.8.3 diff -u -r1.18.8.3 ASTVisitor.java --- compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java 18 May 2011 04:48:06 -0000 1.18.8.3 +++ compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ClassFile.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ClassFile.java,v retrieving revision 1.205.2.3 diff -u -r1.205.2.3 ClassFile.java --- compiler/org/eclipse/jdt/internal/compiler/ClassFile.java 18 Jul 2011 15:23:48 -0000 1.205.2.3 +++ compiler/org/eclipse/jdt/internal/compiler/ClassFile.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java,v retrieving revision 1.106.2.17 diff -u -r1.106.2.17 ASTNode.java --- compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java 7 Jun 2011 16:14:10 -0000 1.106.2.17 +++ compiler/org/eclipse/jdt/internal/compiler/ast/ASTNode.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java,v retrieving revision 1.84.2.13 diff -u -r1.84.2.13 AllocationExpression.java --- compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java 13 Jul 2011 08:27:07 -0000 1.84.2.13 +++ compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java,v retrieving revision 1.69.2.4 diff -u -r1.69.2.4 Annotation.java --- compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java 28 Jun 2011 15:35:07 -0000 1.69.2.4 +++ compiler/org/eclipse/jdt/internal/compiler/ast/Annotation.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java,v retrieving revision 1.65.6.6 diff -u -r1.65.6.6 Argument.java --- compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java 18 May 2011 06:46:55 -0000 1.65.6.6 +++ compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java,v retrieving revision 1.94.2.3 diff -u -r1.94.2.3 Assignment.java --- compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java 16 Mar 2011 10:04:29 -0000 1.94.2.3 +++ compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/CaseStatement.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CaseStatement.java,v retrieving revision 1.35.2.1 diff -u -r1.35.2.1 CaseStatement.java --- compiler/org/eclipse/jdt/internal/compiler/ast/CaseStatement.java 21 Jan 2011 02:29:25 -0000 1.35.2.1 +++ compiler/org/eclipse/jdt/internal/compiler/ast/CaseStatement.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java,v retrieving revision 1.137.2.5 diff -u -r1.137.2.5 CastExpression.java --- compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java 7 Jun 2011 16:14:10 -0000 1.137.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Nick Teryaev - fix for bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=40752) Index: compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java,v retrieving revision 1.60.6.3 diff -u -r1.60.6.3 CompoundAssignment.java --- compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java 16 Mar 2011 10:04:29 -0000 1.60.6.3 +++ compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/DoubleLiteral.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/DoubleLiteral.java,v retrieving revision 1.23.6.1 diff -u -r1.23.6.1 DoubleLiteral.java --- compiler/org/eclipse/jdt/internal/compiler/ast/DoubleLiteral.java 21 Jan 2011 02:29:25 -0000 1.23.6.1 +++ compiler/org/eclipse/jdt/internal/compiler/ast/DoubleLiteral.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/FloatLiteral.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FloatLiteral.java,v retrieving revision 1.23.6.1 diff -u -r1.23.6.1 FloatLiteral.java --- compiler/org/eclipse/jdt/internal/compiler/ast/FloatLiteral.java 21 Jan 2011 02:29:25 -0000 1.23.6.1 +++ compiler/org/eclipse/jdt/internal/compiler/ast/FloatLiteral.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java,v retrieving revision 1.29.2.4 diff -u -r1.29.2.4 IntLiteral.java --- compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java 23 Feb 2011 07:01:36 -0000 1.29.2.4 +++ compiler/org/eclipse/jdt/internal/compiler/ast/IntLiteral.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java,v retrieving revision 1.30.6.6 diff -u -r1.30.6.6 LongLiteral.java --- compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java 23 Feb 2011 07:01:34 -0000 1.30.6.6 +++ compiler/org/eclipse/jdt/internal/compiler/ast/LongLiteral.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java,v retrieving revision 1.151.2.8 diff -u -r1.151.2.8 MessageSend.java --- compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java 28 Jun 2011 14:49:04 -0000 1.151.2.8 +++ compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Nick Teryaev - fix for bug (https://bugs.eclipse.org/bugs/show_bug.cgi?id=40752) Index: compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java,v retrieving revision 1.63.2.7 diff -u -r1.63.2.7 ParameterizedQualifiedTypeReference.java --- compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java 24 Apr 2011 11:01:16 -0000 1.63.2.7 +++ compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java,v retrieving revision 1.54.2.7 diff -u -r1.54.2.7 ParameterizedSingleTypeReference.java --- compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java 24 Apr 2011 11:01:16 -0000 1.54.2.7 +++ compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java,v retrieving revision 1.101.2.12 diff -u -r1.101.2.12 QualifiedAllocationExpression.java --- compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java 13 Jul 2011 08:27:07 -0000 1.101.2.12 +++ compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java,v retrieving revision 1.34.4.2 diff -u -r1.34.4.2 SingleTypeReference.java --- compiler/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java 19 Apr 2011 10:37:24 -0000 1.34.4.2 +++ compiler/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/Statement.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Statement.java,v retrieving revision 1.50.2.5 diff -u -r1.50.2.5 Statement.java --- compiler/org/eclipse/jdt/internal/compiler/ast/Statement.java 7 Jun 2011 16:14:10 -0000 1.50.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/ast/Statement.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephan Herrmann - Contribution for bug 335093 - [compiler][null] minimal hook for future null annotation support Index: compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java,v retrieving revision 1.79.2.2 diff -u -r1.79.2.2 SwitchStatement.java --- compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java 6 Jun 2011 16:08:27 -0000 1.79.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephan Herrmann - Contribution for bug 319201 - [null] no warning when unboxing SingleNameReference causes NPE Index: compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java,v retrieving revision 1.116.2.27 diff -u -r1.116.2.27 TryStatement.java --- compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java 13 Jul 2011 12:34:59 -0000 1.116.2.27 +++ compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephan Herrmann - Contribution for bug 332637 - Dead Code detection removing code that isn't dead Index: compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java,v retrieving revision 1.44.4.3 diff -u -r1.44.4.3 TypeReference.java --- compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java 19 Apr 2011 10:37:24 -0000 1.44.4.3 +++ compiler/org/eclipse/jdt/internal/compiler/ast/TypeReference.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/ast/UnionTypeReference.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Attic/UnionTypeReference.java,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 UnionTypeReference.java --- compiler/org/eclipse/jdt/internal/compiler/ast/UnionTypeReference.java 18 May 2011 06:46:55 -0000 1.1.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/ast/UnionTypeReference.java 27 Jul 2011 19:12:50 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java,v retrieving revision 1.8.2.3 diff -u -r1.8.2.3 AnnotationInfo.java --- compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java 19 Apr 2011 13:09:09 -0000 1.8.2.3 +++ compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationInfo.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * tyeung@bea.com - initial API and implementation * olivier_thomann@ca.ibm.com - add hashCode() and equals(..) methods Index: compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java,v retrieving revision 1.180.2.2 diff -u -r1.180.2.2 CodeStream.java --- compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java 8 Mar 2011 23:36:12 -0000 1.180.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java 27 Jul 2011 19:12:50 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java,v retrieving revision 1.61.8.6 diff -u -r1.61.8.6 ConstantPool.java --- compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java 19 Apr 2011 13:09:09 -0000 1.61.8.6 +++ compiler/org/eclipse/jdt/internal/compiler/codegen/ConstantPool.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/codegen/ExceptionLabel.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ExceptionLabel.java,v retrieving revision 1.22.8.1 diff -u -r1.22.8.1 ExceptionLabel.java --- compiler/org/eclipse/jdt/internal/compiler/codegen/ExceptionLabel.java 27 Jan 2011 14:53:45 -0000 1.22.8.1 +++ compiler/org/eclipse/jdt/internal/compiler/codegen/ExceptionLabel.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/codegen/MultiCatchExceptionLabel.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/Attic/MultiCatchExceptionLabel.java,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 MultiCatchExceptionLabel.java --- compiler/org/eclipse/jdt/internal/compiler/codegen/MultiCatchExceptionLabel.java 18 May 2011 04:48:07 -0000 1.1.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/codegen/MultiCatchExceptionLabel.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java,v retrieving revision 1.45.8.6 diff -u -r1.45.8.6 ExceptionHandlingFlowContext.java --- compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java 18 May 2011 04:48:07 -0000 1.45.8.6 +++ compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java,v retrieving revision 1.68.2.8 diff -u -r1.68.2.8 FlowContext.java --- compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java 27 Jun 2011 11:58:08 -0000 1.68.2.8 +++ compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/flow/InitializationFlowContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/InitializationFlowContext.java,v retrieving revision 1.19.8.1 diff -u -r1.19.8.1 InitializationFlowContext.java --- compiler/org/eclipse/jdt/internal/compiler/flow/InitializationFlowContext.java 16 May 2011 11:02:21 -0000 1.19.8.1 +++ compiler/org/eclipse/jdt/internal/compiler/flow/InitializationFlowContext.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java,v retrieving revision 1.51.2.7 diff -u -r1.51.2.7 LoopingFlowContext.java --- compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java 16 May 2011 11:02:21 -0000 1.51.2.7 +++ compiler/org/eclipse/jdt/internal/compiler/flow/LoopingFlowContext.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java,v retrieving revision 1.241.2.4 diff -u -r1.241.2.4 CompilerOptions.java --- compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 13 Jul 2011 08:27:06 -0000 1.241.2.4 +++ compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Benjamin Muskalla - Contribution for bug 239066 Index: compiler/org/eclipse/jdt/internal/compiler/impl/IrritantSet.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/IrritantSet.java,v retrieving revision 1.13.2.2 diff -u -r1.13.2.2 IrritantSet.java --- compiler/org/eclipse/jdt/internal/compiler/impl/IrritantSet.java 13 Jul 2011 08:27:06 -0000 1.13.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/impl/IrritantSet.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java,v retrieving revision 1.15.6.3 diff -u -r1.15.6.3 AnnotationBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java 26 Jul 2011 17:42:26 -0000 1.15.6.3 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/AnnotationBinding.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Attic/CatchParameterBinding.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 CatchParameterBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding.java 21 Mar 2011 08:47:38 -0000 1.1.2.1 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/InferenceContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/InferenceContext.java,v retrieving revision 1.6.8.2 diff -u -r1.6.8.2 InferenceContext.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/InferenceContext.java 2 Jun 2011 07:12:29 -0000 1.6.8.2 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/InferenceContext.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java,v retrieving revision 1.49.2.2 diff -u -r1.49.2.2 LocalVariableBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java 27 Apr 2011 16:33:51 -0000 1.49.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java,v retrieving revision 1.111.2.9 diff -u -r1.111.2.9 LookupEnvironment.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java 27 Jun 2011 19:23:15 -0000 1.111.2.9 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/LookupEnvironment.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephan Herrmann - contribution for bug 337868 - [compiler][model] incomplete support for package-info.java when using SearchableEnvironment Index: compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java,v retrieving revision 1.129.2.4 diff -u -r1.129.2.4 MethodBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java 24 Jun 2011 17:14:36 -0000 1.129.2.4 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java,v retrieving revision 1.70.2.5 diff -u -r1.70.2.5 ParameterizedGenericMethodBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java 2 Jun 2011 07:12:29 -0000 1.70.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Attic/PolymorphicMethodBinding.java,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 PolymorphicMethodBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding.java 24 Jun 2011 17:14:36 -0000 1.1.2.2 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/PolymorphicMethodBinding.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemReasons.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemReasons.java,v retrieving revision 1.14.28.3 diff -u -r1.14.28.3 ProblemReasons.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemReasons.java 17 May 2011 15:18:29 -0000 1.14.28.3 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemReasons.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java,v retrieving revision 1.140.2.7 diff -u -r1.140.2.7 ReferenceBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java 25 Jul 2011 16:19:27 -0000 1.140.2.7 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java,v retrieving revision 1.380.2.10 diff -u -r1.380.2.10 Scope.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java 7 Jun 2011 16:14:11 -0000 1.380.2.10 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java,v retrieving revision 1.186.2.5 diff -u -r1.186.2.5 SourceTypeBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java 20 Apr 2011 20:40:00 -0000 1.186.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/TagBits.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TagBits.java,v retrieving revision 1.47.2.6 diff -u -r1.47.2.6 TagBits.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/TagBits.java 23 Mar 2011 05:34:55 -0000 1.47.2.6 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/TagBits.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java,v retrieving revision 1.113.2.3 diff -u -r1.113.2.3 TypeBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java 17 Jun 2011 12:56:05 -0000 1.113.2.3 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java 27 Jul 2011 19:12:51 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephen Herrmann - Contribution for bug 317046 Index: compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java,v retrieving revision 1.51.2.6 diff -u -r1.51.2.6 TypeConstants.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java 28 Jun 2011 15:35:07 -0000 1.51.2.6 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/TypeConstants.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java,v retrieving revision 1.36.2.5 diff -u -r1.36.2.5 TypeIds.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java 28 Jun 2011 15:35:07 -0000 1.36.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java,v retrieving revision 1.30.8.2 diff -u -r1.30.8.2 VariableBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java 27 Apr 2011 16:33:51 -0000 1.30.8.2 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/VariableBinding.java 27 Jul 2011 19:12:51 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java,v retrieving revision 1.422.2.28 diff -u -r1.422.2.28 Parser.java --- compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 14 Jul 2011 06:59:09 -0000 1.422.2.28 +++ compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java 27 Jul 2011 19:12:52 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java,v retrieving revision 1.64.2.3 diff -u -r1.64.2.3 ParserBasicInformation.java --- compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java 31 Jan 2011 16:19:35 -0000 1.64.2.3 +++ compiler/org/eclipse/jdt/internal/compiler/parser/ParserBasicInformation.java 27 Jul 2011 19:12:52 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/parser/Scanner.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Scanner.java,v retrieving revision 1.204.2.5 diff -u -r1.204.2.5 Scanner.java --- compiler/org/eclipse/jdt/internal/compiler/parser/Scanner.java 7 Jun 2011 08:39:28 -0000 1.204.2.5 +++ compiler/org/eclipse/jdt/internal/compiler/parser/Scanner.java 27 Jul 2011 19:12:52 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java,v retrieving revision 1.430.2.36 diff -u -r1.430.2.36 ProblemReporter.java --- compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java 21 Jul 2011 08:03:08 -0000 1.430.2.36 +++ compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Benjamin Muskalla - Contribution for bug 239066 Index: compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties,v retrieving revision 1.262.2.32 diff -u -r1.262.2.32 messages.properties --- compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties 13 Jul 2011 08:27:07 -0000 1.262.2.32 +++ compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html # -# This is an implementation of an early-draft specification developed under the Java -# Community Process (JCP) and is made available for testing and evaluation purposes -# only. The code is not compatible with any specification of the JCP. -# # Contributors: # IBM Corporation - initial API and implementation # Benjamin Muskalla - Contribution for bug 239066 Index: dom/org/eclipse/jdt/core/dom/AST.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java,v retrieving revision 1.167.2.8 diff -u -r1.167.2.8 AST.java --- dom/org/eclipse/jdt/core/dom/AST.java 18 May 2011 04:48:05 -0000 1.167.2.8 +++ dom/org/eclipse/jdt/core/dom/AST.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -146,17 +142,12 @@ * Java language as described in the Java Language * Specification, Third Edition (JLS3) plus all the new language * features described in the JSR334. - * JLS4 is a superset of all earlier versions of the - * Java language, and the JLS4 API can be used to manipulate - * programs written in all versions of the Java language - * up to and including J2SE 7 (aka JDK 1.7). - *

- * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - *

- * - * @since 3.7 + * JLS4 is a superset of all earlier versions of the + * Java language, and the JLS4 API can be used to manipulate + * programs written in all versions of the Java language + * up to and including J2SE 7 (aka JDK 1.7). + * + * @since 3.7.1 */ public static final int JLS4 = 4; @@ -1305,7 +1296,7 @@ * By default, the union type has no types. * * @return a new unparented do statement node - * @since 3.7 + * @since 3.7.1 */ public UnionType newUnionType() { return new UnionType(this); Index: dom/org/eclipse/jdt/core/dom/ASTConverter.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java,v retrieving revision 1.273.2.13 diff -u -r1.273.2.13 ASTConverter.java --- dom/org/eclipse/jdt/core/dom/ASTConverter.java 7 Jul 2011 17:31:50 -0000 1.273.2.13 +++ dom/org/eclipse/jdt/core/dom/ASTConverter.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/ASTMatcher.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTMatcher.java,v retrieving revision 1.48.2.4 diff -u -r1.48.2.4 ASTMatcher.java --- dom/org/eclipse/jdt/core/dom/ASTMatcher.java 18 May 2011 04:48:05 -0000 1.48.2.4 +++ dom/org/eclipse/jdt/core/dom/ASTMatcher.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -698,7 +694,7 @@ * @return true if the subtree matches, or * false if they do not match or the other object has a * different node type or is null - * @since 3.7 + * @since 3.7.1 */ public boolean match(UnionType node, Object other) { if (!(other instanceof UnionType)) { Index: dom/org/eclipse/jdt/core/dom/ASTNode.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java,v retrieving revision 1.82.2.8 diff -u -r1.82.2.8 ASTNode.java --- dom/org/eclipse/jdt/core/dom/ASTNode.java 18 May 2011 04:48:05 -0000 1.82.2.8 +++ dom/org/eclipse/jdt/core/dom/ASTNode.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -768,7 +764,7 @@ * Node type constant indicating a node of type * UnionType. * @see UnionType - * @since 3.7 + * @since 3.7.1 */ public static final int UNION_TYPE = 84; Index: dom/org/eclipse/jdt/core/dom/ASTParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java,v retrieving revision 1.102.4.2 diff -u -r1.102.4.2 ASTParser.java --- dom/org/eclipse/jdt/core/dom/ASTParser.java 7 Jul 2011 18:01:44 -0000 1.102.4.2 +++ dom/org/eclipse/jdt/core/dom/ASTParser.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/ASTVisitor.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTVisitor.java,v retrieving revision 1.26.6.4 diff -u -r1.26.6.4 ASTVisitor.java --- dom/org/eclipse/jdt/core/dom/ASTVisitor.java 18 May 2011 04:48:05 -0000 1.26.6.4 +++ dom/org/eclipse/jdt/core/dom/ASTVisitor.java 27 Jul 2011 19:12:52 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -1497,7 +1493,7 @@ * @return true if the children of this node should be * visited, and false if the children of this node should * be skipped - * @since 3.7 + * @since 3.7.1 */ public boolean visit(UnionType node) { return true; @@ -2556,7 +2552,7 @@ *

* * @param node the node to visit - * @since 3.7 + * @since 3.7.1 */ public void endVisit(UnionType node) { // default implementation: do nothing Index: dom/org/eclipse/jdt/core/dom/BindingResolver.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BindingResolver.java,v retrieving revision 1.51.16.1 diff -u -r1.51.16.1 BindingResolver.java --- dom/org/eclipse/jdt/core/dom/BindingResolver.java 7 Jul 2011 17:47:46 -0000 1.51.16.1 +++ dom/org/eclipse/jdt/core/dom/BindingResolver.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java,v retrieving revision 1.45.2.2 diff -u -r1.45.2.2 ClassInstanceCreation.java --- dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java 7 Jul 2011 17:47:46 -0000 1.45.2.2 +++ dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -569,7 +565,7 @@ * * @return true if the resolved class type has been inferred * from the assignment context (JLS3 15.12.2.8), false otherwise - * @since 3.7 + * @since 3.7.1 */ public boolean isResolvedTypeInferredFromExpectedType() { return this.ast.getBindingResolver().isResolvedTypeInferredFromExpectedType(this); Index: dom/org/eclipse/jdt/core/dom/DefaultASTVisitor.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultASTVisitor.java,v retrieving revision 1.11.8.2 diff -u -r1.11.8.2 DefaultASTVisitor.java --- dom/org/eclipse/jdt/core/dom/DefaultASTVisitor.java 18 May 2011 04:48:05 -0000 1.11.8.2 +++ dom/org/eclipse/jdt/core/dom/DefaultASTVisitor.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java,v retrieving revision 1.171.2.5 diff -u -r1.171.2.5 DefaultBindingResolver.java --- dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java 7 Jul 2011 17:47:46 -0000 1.171.2.5 +++ dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Stephan Herrmann - Contribution for Bug 342671 - ClassCastException: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding cannot be cast to org.eclipse.jdt.internal.compiler.lookup.ArrayBinding Index: dom/org/eclipse/jdt/core/dom/IMethodBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IMethodBinding.java,v retrieving revision 1.35.8.1 diff -u -r1.35.8.1 IMethodBinding.java --- dom/org/eclipse/jdt/core/dom/IMethodBinding.java 22 Jun 2011 13:21:27 -0000 1.35.8.1 +++ dom/org/eclipse/jdt/core/dom/IMethodBinding.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/ParameterizedType.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParameterizedType.java,v retrieving revision 1.27.2.1 diff -u -r1.27.2.1 ParameterizedType.java --- dom/org/eclipse/jdt/core/dom/ParameterizedType.java 7 Jul 2011 17:47:46 -0000 1.27.2.1 +++ dom/org/eclipse/jdt/core/dom/ParameterizedType.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/core/dom/TryStatement.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java,v retrieving revision 1.30.2.5 diff -u -r1.30.2.5 TryStatement.java --- dom/org/eclipse/jdt/core/dom/TryStatement.java 20 Jun 2011 18:20:45 -0000 1.30.2.5 +++ dom/org/eclipse/jdt/core/dom/TryStatement.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -47,7 +43,7 @@ /** * The "resources" structural property of this node type (element type: {@link VariableDeclarationExpression}) (added in JLS4 API). - * @since 3.7 + * @since 3.7.1 */ public static final ChildListPropertyDescriptor RESOURCES_PROPERTY = new ChildListPropertyDescriptor(TryStatement.class, "resources", VariableDeclarationExpression.class, CYCLE_RISK); //$NON-NLS-1$ @@ -352,7 +348,7 @@ * (element type: {@link VariableDeclarationExpression}) * @exception UnsupportedOperationException if this operation is used * in a JLS2 or JLS3 AST - * @since 3.7 + * @since 3.7.1 */ public List resources() { // more efficient than just calling unsupportedIn2_3() to check Index: dom/org/eclipse/jdt/core/dom/Type.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Type.java,v retrieving revision 1.15.8.2 diff -u -r1.15.8.2 Type.java --- dom/org/eclipse/jdt/core/dom/Type.java 18 May 2011 04:48:05 -0000 1.15.8.2 +++ dom/org/eclipse/jdt/core/dom/Type.java 27 Jul 2011 19:12:53 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation @@ -149,7 +145,7 @@ * * @return true if this is a union type, and * false otherwise - * @since 3.7 + * @since 3.7.1 */ public final boolean isUnionType() { return (this instanceof UnionType); Index: dom/org/eclipse/jdt/core/dom/UnionType.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Attic/UnionType.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 UnionType.java --- dom/org/eclipse/jdt/core/dom/UnionType.java 18 May 2011 04:48:05 -0000 1.1.2.1 +++ dom/org/eclipse/jdt/core/dom/UnionType.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -28,7 +24,7 @@ * This kind of node is used inside a catch clause's formal parameter type. *

* - * @since 3.7 + * @since 3.7.1 * @noinstantiate This class is not intended to be instantiated by clients. */ public class UnionType extends Type { Index: dom/org/eclipse/jdt/internal/core/dom/NaiveASTFlattener.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/NaiveASTFlattener.java,v retrieving revision 1.2.8.4 diff -u -r1.2.8.4 NaiveASTFlattener.java --- dom/org/eclipse/jdt/internal/core/dom/NaiveASTFlattener.java 18 May 2011 04:48:07 -0000 1.2.8.4 +++ dom/org/eclipse/jdt/internal/core/dom/NaiveASTFlattener.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java,v retrieving revision 1.78.2.5 diff -u -r1.78.2.5 ASTRewriteAnalyzer.java --- dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java 7 Jul 2011 17:31:50 -0000 1.78.2.5 +++ dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java 27 Jul 2011 19:12:53 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java,v retrieving revision 1.23.4.3 diff -u -r1.23.4.3 ASTRewriteFlattener.java --- dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java 18 May 2011 04:48:05 -0000 1.23.4.3 +++ dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java 27 Jul 2011 19:12:53 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java,v retrieving revision 1.28.4.3 diff -u -r1.28.4.3 ASTRewriteFormatter.java --- dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java 25 Jul 2011 19:56:05 -0000 1.28.4.3 +++ dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFormatter.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java,v retrieving revision 1.42.4.1 diff -u -r1.42.4.1 CodeSnippetAllocationExpression.java --- eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java 26 May 2011 09:38:03 -0000 1.42.4.1 +++ eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java,v retrieving revision 1.72.4.3 diff -u -r1.72.4.3 CodeSnippetParser.java --- eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java 6 Jul 2011 18:46:36 -0000 1.72.4.3 +++ eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java 27 Jul 2011 19:12:53 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java,v retrieving revision 1.120.2.4 diff -u -r1.120.2.4 DefaultCodeFormatterConstants.java --- formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java 11 Jul 2011 19:35:03 -0000 1.120.2.4 +++ formatter/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Brock Janiczak - Contribution for bug 150741 @@ -252,7 +248,7 @@ * - default: createAlignmentValue(false, WRAP_NEXT_PER_LINE, INDENT_DEFAULT) * * @see #createAlignmentValue(boolean, int, int) - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_ALIGNMENT_FOR_RESOURCES_IN_TRY = JavaCore.PLUGIN_ID + ".formatter.alignment_for_resources_in_try"; //$NON-NLS-1$ /** @@ -329,7 +325,7 @@ * - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) * * @see #createAlignmentValue(boolean, int, int) - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH = JavaCore.PLUGIN_ID + ".formatter.alignment_for_union_type_in_multicatch"; //$NON-NLS-1$ /** @@ -2229,7 +2225,7 @@ * * @see JavaCore#INSERT * @see JavaCore#DO_NOT_INSERT - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_TRY = JavaCore.PLUGIN_ID + ".formatter.insert_space_after_opening_paren_in_try"; //$NON-NLS-1$ /** @@ -2314,7 +2310,7 @@ * * @see JavaCore#INSERT * @see JavaCore#DO_NOT_INSERT - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_TRY_RESOURCES = JavaCore.PLUGIN_ID + ".formatter.insert_space_after_semicolon_in_try_resources"; //$NON-NLS-1$ /** @@ -2602,7 +2598,7 @@ * * @see JavaCore#INSERT * @see JavaCore#DO_NOT_INSERT - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_TRY = JavaCore.PLUGIN_ID + ".formatter.insert_space_before_closing_paren_in_try"; //$NON-NLS-1$ /** @@ -3274,7 +3270,7 @@ * * @see JavaCore#INSERT * @see JavaCore#DO_NOT_INSERT - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_TRY = JavaCore.PLUGIN_ID + ".formatter.insert_space_before_opening_paren_in_try"; //$NON-NLS-1$ /** @@ -3397,7 +3393,7 @@ * * @see JavaCore#INSERT * @see JavaCore#DO_NOT_INSERT - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_TRY_RESOURCES = JavaCore.PLUGIN_ID + ".formatter.insert_space_before_semicolon_in_try_resources"; //$NON-NLS-1$ /** @@ -3749,7 +3745,7 @@ * This option is used only if the option {@link #FORMATTER_ALIGNMENT_FOR_UNION_TYPE_IN_MULTICATCH} is set. * @see #TRUE * @see #FALSE - * @since 3.7 + * @since 3.7.1 */ public static final String FORMATTER_WRAP_BEFORE_OR_OPERATOR_MULTICATCH = JavaCore.PLUGIN_ID + ".formatter.wrap_before_or_operator_multicatch"; //$NON-NLS-1$ /** Index: formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java,v retrieving revision 1.239.2.11 diff -u -r1.239.2.11 CodeFormatterVisitor.java --- formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java 11 Jul 2011 19:35:03 -0000 1.239.2.11 +++ formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java 27 Jul 2011 19:12:53 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java,v retrieving revision 1.110.2.5 diff -u -r1.110.2.5 DefaultCodeFormatterOptions.java --- formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java 11 Jul 2011 19:35:03 -0000 1.110.2.5 +++ formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatterOptions.java 27 Jul 2011 19:12:53 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Brock Janiczak - Contribution for bug 150741 Index: formatter/org/eclipse/jdt/internal/formatter/Scribe.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/Scribe.java,v retrieving revision 1.227.2.1 diff -u -r1.227.2.1 Scribe.java --- formatter/org/eclipse/jdt/internal/formatter/Scribe.java 31 Jan 2011 15:58:28 -0000 1.227.2.1 +++ formatter/org/eclipse/jdt/internal/formatter/Scribe.java 27 Jul 2011 19:12:54 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: formatter/org/eclipse/jdt/internal/formatter/align/Alignment.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/align/Alignment.java,v retrieving revision 1.41.2.2 diff -u -r1.41.2.2 Alignment.java --- formatter/org/eclipse/jdt/internal/formatter/align/Alignment.java 28 Jun 2011 05:49:40 -0000 1.41.2.2 +++ formatter/org/eclipse/jdt/internal/formatter/align/Alignment.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: grammar/java.g =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/grammar/java.g,v retrieving revision 1.11.2.10 diff -u -r1.11.2.10 java.g --- grammar/java.g 18 May 2011 04:48:06 -0000 1.11.2.10 +++ grammar/java.g 27 Jul 2011 19:12:54 -0000 @@ -1,7 +1,3 @@ --- This is an implementation of an early-draft specification developed under the Java --- Community Process (JCP) and is made available for testing and evaluation purposes --- only. The code is not compatible with any specification of the JCP. - --main options %options ACTION, AN=JavaAction.java, GP=java, %options FILE-PREFIX=java, ESCAPE=$, PREFIX=TokenName, OUTPUT-SIZE=125 , Index: model/org/eclipse/jdt/core/CompletionProposal.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java,v retrieving revision 1.49.4.1 diff -u -r1.49.4.1 CompletionProposal.java --- model/org/eclipse/jdt/core/CompletionProposal.java 14 Jul 2011 05:29:43 -0000 1.49.4.1 +++ model/org/eclipse/jdt/core/CompletionProposal.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ @@ -1807,7 +1803,7 @@ *

* * @param coreContext the completion context associated with the proposal - * @since 3.7 + * @since 3.7.1 * @return true if it is safe to use the diamond operator for the constructor invocation, * false otherwise. Also returns false for source levels below 1.7 */ Index: model/org/eclipse/jdt/core/IMethod.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IMethod.java,v retrieving revision 1.33.4.2 diff -u -r1.33.4.2 IMethod.java --- model/org/eclipse/jdt/core/IMethod.java 22 Jun 2011 13:21:27 -0000 1.33.4.2 +++ model/org/eclipse/jdt/core/IMethod.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * IBM Corporation - added J2SE 1.5 support Index: model/org/eclipse/jdt/core/JavaCore.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java,v retrieving revision 1.659.2.3 diff -u -r1.659.2.3 JavaCore.java --- model/org/eclipse/jdt/core/JavaCore.java 13 Jul 2011 08:27:06 -0000 1.659.2.3 +++ model/org/eclipse/jdt/core/JavaCore.java 27 Jul 2011 19:12:54 -0000 @@ -1667,7 +1667,7 @@ *
Possible values:
{ "error", "warning", "ignore" }
*
Default:
"ignore"
* - * @since 3.7 + * @since 3.7.1 * @category CompilerOptionID */ public static final String COMPILER_PB_REDUNDANT_TYPE_ARGUMENTS = PLUGIN_ID + ".compiler.problem.redundantSpecificationOfTypeArguments"; //$NON-NLS-1$ Index: model/org/eclipse/jdt/core/Signature.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java,v retrieving revision 1.99.2.5 diff -u -r1.99.2.5 Signature.java --- model/org/eclipse/jdt/core/Signature.java 14 Apr 2011 17:22:25 -0000 1.99.2.5 +++ model/org/eclipse/jdt/core/Signature.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * IBM Corporation - added J2SE 1.5 support @@ -267,7 +263,7 @@ /** * Character constant indicating an intersection type in a * signature. Value is '|'. - * @since 3.7 + * @since 3.7.1 */ public static final char C_INTERSECTION = '|'; @@ -378,7 +374,7 @@ /** * Kind constant for the intersection type signature. * @see #getTypeSignatureKind(String) - * @since 3.7 + * @since 3.7.1 */ public static final int INTERSECTION_TYPE_SIGNATURE = 7; @@ -1090,7 +1086,7 @@ * * @param typeSignatures the given type signatures * @return the encoded type signature - * @since 3.7 + * @since 3.7.1 */ public static String createIntersectionTypeSignature(char[][] typeSignatures) { StringBuffer buffer = new StringBuffer(); @@ -1111,7 +1107,7 @@ * * @param typeSignatures the given type signatures * @return the encoded type signature - * @since 3.7 + * @since 3.7.1 */ public static String createIntersectionTypeSignature(String[] typeSignatures) { int typeSignaturesLenth = typeSignatures.length; @@ -1556,7 +1552,7 @@ * @return the signatures of the type bounds * @exception IllegalArgumentException if the signature is syntactically incorrect * - * @since 3.7 + * @since 3.7.1 */ public static char[][] getIntersectionTypeBounds(char[] intersectionTypeSignature) throws IllegalArgumentException { if (getTypeSignatureKind(intersectionTypeSignature) != INTERSECTION_TYPE_SIGNATURE) { @@ -1590,7 +1586,7 @@ * @return the signatures of the type bounds * @exception IllegalArgumentException if the signature is syntactically incorrect * - * @since 3.7 + * @since 3.7.1 */ public static String[] getIntersectionTypeBounds(String intersectionTypeSignature) throws IllegalArgumentException { char[][] args = getIntersectionTypeBounds(intersectionTypeSignature.toCharArray()); Index: model/org/eclipse/jdt/core/compiler/ReconcileContext.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/ReconcileContext.java,v retrieving revision 1.21.4.1 diff -u -r1.21.4.1 ReconcileContext.java --- model/org/eclipse/jdt/core/compiler/ReconcileContext.java 11 Mar 2011 15:00:17 -0000 1.21.4.1 +++ model/org/eclipse/jdt/core/compiler/ReconcileContext.java 27 Jul 2011 19:12:54 -0000 @@ -120,7 +120,7 @@ *
    *
  • The working copy does not exist (ELEMENT_DOES_NOT_EXIST)
  • *
- * @since 3.7 + * @since 3.7.1 */ public org.eclipse.jdt.core.dom.CompilationUnit getAST4() throws JavaModelException { if (this.operation.astLevel != AST.JLS4 || !this.operation.resolveBindings) { Index: model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java,v retrieving revision 1.31.8.2 diff -u -r1.31.8.2 DocumentElementParser.java --- model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java 7 Apr 2011 00:41:34 -0000 1.31.8.2 +++ model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java 27 Jul 2011 19:12:54 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: model/org/eclipse/jdt/internal/compiler/SourceElementParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java,v retrieving revision 1.91.2.1 diff -u -r1.91.2.1 SourceElementParser.java --- model/org/eclipse/jdt/internal/compiler/SourceElementParser.java 25 Jan 2011 20:33:02 -0000 1.91.2.1 +++ model/org/eclipse/jdt/internal/compiler/SourceElementParser.java 27 Jul 2011 19:12:54 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: model/org/eclipse/jdt/internal/core/BinaryMember.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryMember.java,v retrieving revision 1.36.8.3 diff -u -r1.36.8.3 BinaryMember.java --- model/org/eclipse/jdt/internal/core/BinaryMember.java 26 Jul 2011 17:42:22 -0000 1.36.8.3 +++ model/org/eclipse/jdt/internal/core/BinaryMember.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: model/org/eclipse/jdt/internal/core/ClassFileInfo.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFileInfo.java,v retrieving revision 1.49.2.3 diff -u -r1.49.2.3 ClassFileInfo.java --- model/org/eclipse/jdt/internal/core/ClassFileInfo.java 26 Jul 2011 17:42:23 -0000 1.49.2.3 +++ model/org/eclipse/jdt/internal/core/ClassFileInfo.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: model/org/eclipse/jdt/internal/core/util/PublicScanner.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/PublicScanner.java,v retrieving revision 1.114.2.3 diff -u -r1.114.2.3 PublicScanner.java --- model/org/eclipse/jdt/internal/core/util/PublicScanner.java 7 Jun 2011 08:39:29 -0000 1.114.2.3 +++ model/org/eclipse/jdt/internal/core/util/PublicScanner.java 27 Jul 2011 19:12:54 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java,v retrieving revision 1.70.6.2 diff -u -r1.70.6.2 BinaryIndexer.java --- search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java 26 Jul 2011 19:20:43 -0000 1.70.6.2 +++ search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: search/org/eclipse/jdt/internal/core/search/matching/ClassFileMatchLocator.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ClassFileMatchLocator.java,v retrieving revision 1.44.2.1 diff -u -r1.44.2.1 ClassFileMatchLocator.java --- search/org/eclipse/jdt/internal/core/search/matching/ClassFileMatchLocator.java 26 Jul 2011 19:20:45 -0000 1.44.2.1 +++ search/org/eclipse/jdt/internal/core/search/matching/ClassFileMatchLocator.java 27 Jul 2011 19:12:54 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java,v retrieving revision 1.88.2.4 diff -u -r1.88.2.4 MatchLocatorParser.java --- search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java 18 May 2011 04:48:06 -0000 1.88.2.4 +++ search/org/eclipse/jdt/internal/core/search/matching/MatchLocatorParser.java 27 Jul 2011 19:12:54 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation #P org.eclipse.jdt.core.tests.compiler Index: src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java,v retrieving revision 1.36.2.8 diff -u -r1.36.2.8 CompletionParserTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java 28 Jun 2011 14:26:00 -0000 1.36.2.8 +++ src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest.java 27 Jul 2011 19:13:00 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest2.java,v retrieving revision 1.53.2.2 diff -u -r1.53.2.2 CompletionParserTest2.java --- src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest2.java 21 Feb 2011 03:59:55 -0000 1.53.2.2 +++ src/org/eclipse/jdt/core/tests/compiler/parser/CompletionParserTest2.java 27 Jul 2011 19:13:00 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java,v retrieving revision 1.63.4.5 diff -u -r1.63.4.5 DietRecoveryTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java 27 Apr 2011 19:54:08 -0000 1.63.4.5 +++ src/org/eclipse/jdt/core/tests/compiler/parser/DietRecoveryTest.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java,v retrieving revision 1.41.2.3 diff -u -r1.41.2.3 GenericsCompletionParserTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java 27 Jul 2011 10:10:20 -0000 1.41.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/parser/GenericsCompletionParserTest.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest1_7.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/Attic/ParserTest1_7.java,v retrieving revision 1.1.2.3 diff -u -r1.1.2.3 ParserTest1_7.java --- src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest1_7.java 1 Mar 2011 05:58:30 -0000 1.1.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/parser/ParserTest1_7.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/ReferenceTypeCompletionTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/ReferenceTypeCompletionTest.java,v retrieving revision 1.18.10.1 diff -u -r1.18.10.1 ReferenceTypeCompletionTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/ReferenceTypeCompletionTest.java 27 Jan 2011 17:00:03 -0000 1.18.10.1 +++ src/org/eclipse/jdt/core/tests/compiler/parser/ReferenceTypeCompletionTest.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java,v retrieving revision 1.16.10.1 diff -u -r1.16.10.1 StatementRecoveryTest.java --- src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java 27 Jan 2011 16:04:10 -0000 1.16.10.1 +++ src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest.java 27 Jul 2011 19:13:01 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java,v retrieving revision 1.7.10.2 diff -u -r1.7.10.2 StatementRecoveryTest_1_5.java --- src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java 13 Apr 2011 16:20:31 -0000 1.7.10.2 +++ src/org/eclipse/jdt/core/tests/compiler/parser/StatementRecoveryTest_1_5.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java,v retrieving revision 1.33.10.1 diff -u -r1.33.10.1 TestAll.java --- src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java 25 Jan 2011 20:32:58 -0000 1.33.10.1 +++ src/org/eclipse/jdt/core/tests/compiler/parser/TestAll.java 27 Jul 2011 19:13:01 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java,v retrieving revision 1.224.2.3 diff -u -r1.224.2.3 BatchCompilerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 13 Jul 2011 08:27:36 -0000 1.224.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 27 Jul 2011 19:13:01 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Benjamin Muskalla - Contribution for bug 239066 Index: src/org/eclipse/jdt/core/tests/compiler/regression/BinaryLiteralTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/BinaryLiteralTest.java,v retrieving revision 1.2.2.3 diff -u -r1.2.2.3 BinaryLiteralTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BinaryLiteralTest.java 15 Jun 2011 13:54:10 -0000 1.2.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BinaryLiteralTest.java 27 Jul 2011 19:13:01 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java,v retrieving revision 1.40.2.20 diff -u -r1.40.2.20 CompilerInvocationTests.java --- src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java 13 Jul 2011 08:27:36 -0000 1.40.2.20 +++ src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java 27 Jul 2011 19:13:01 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation * Benjamin Muskalla - Contribution for bug 239066 Index: src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_7.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/Compliance_1_7.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 Compliance_1_7.java --- src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_7.java 26 Jul 2011 19:20:46 -0000 1.1.2.1 +++ src/org/eclipse/jdt/core/tests/compiler/regression/Compliance_1_7.java 27 Jul 2011 19:13:01 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java,v retrieving revision 1.826.2.6 diff -u -r1.826.2.6 GenericTypeTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java 15 Jun 2011 13:54:09 -0000 1.826.2.6 +++ src/org/eclipse/jdt/core/tests/compiler/regression/GenericTypeTest.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest.java,v retrieving revision 1.5.2.20 diff -u -r1.5.2.20 GenericsRegressionTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest.java 6 Jul 2011 18:45:55 -0000 1.5.2.20 +++ src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest_1_7.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/GenericsRegressionTest_1_7.java,v retrieving revision 1.1.2.25 diff -u -r1.1.2.25 GenericsRegressionTest_1_7.java --- src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest_1_7.java 21 Jul 2011 08:03:10 -0000 1.1.2.25 +++ src/org/eclipse/jdt/core/tests/compiler/regression/GenericsRegressionTest_1_7.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/MethodHandleTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/MethodHandleTest.java,v retrieving revision 1.1.2.7 diff -u -r1.1.2.7 MethodHandleTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/MethodHandleTest.java 7 Jun 2011 16:14:12 -0000 1.1.2.7 +++ src/org/eclipse/jdt/core/tests/compiler/regression/MethodHandleTest.java 27 Jul 2011 19:13:03 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/PolymorphicSignatureTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/PolymorphicSignatureTest.java,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 PolymorphicSignatureTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/PolymorphicSignatureTest.java 28 Jun 2011 14:49:01 -0000 1.1.2.1 +++ src/org/eclipse/jdt/core/tests/compiler/regression/PolymorphicSignatureTest.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java,v retrieving revision 1.35.2.4 diff -u -r1.35.2.4 ScannerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java 20 Jul 2011 16:35:09 -0000 1.35.2.4 +++ src/org/eclipse/jdt/core/tests/compiler/regression/ScannerTest.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java,v retrieving revision 1.47.2.3 diff -u -r1.47.2.3 StackMapAttributeTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java 21 Jul 2011 00:13:08 -0000 1.47.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java 27 Jul 2011 19:13:03 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java,v retrieving revision 1.27.2.3 diff -u -r1.27.2.3 SwitchTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java 7 Jun 2011 09:30:53 -0000 1.27.2.3 +++ src/org/eclipse/jdt/core/tests/compiler/regression/SwitchTest.java 27 Jul 2011 19:13:04 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java,v retrieving revision 1.90.2.6 diff -u -r1.90.2.6 TestAll.java --- src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java 26 Jul 2011 19:20:46 -0000 1.90.2.6 +++ src/org/eclipse/jdt/core/tests/compiler/regression/TestAll.java 27 Jul 2011 19:13:04 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/TryStatement17Test.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/TryStatement17Test.java,v retrieving revision 1.1.2.19 diff -u -r1.1.2.19 TryStatement17Test.java --- src/org/eclipse/jdt/core/tests/compiler/regression/TryStatement17Test.java 4 Jul 2011 08:57:19 -0000 1.1.2.19 +++ src/org/eclipse/jdt/core/tests/compiler/regression/TryStatement17Test.java 27 Jul 2011 19:13:04 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java,v retrieving revision 1.50.10.5 diff -u -r1.50.10.5 TryStatementTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java 13 Jul 2011 12:34:58 -0000 1.50.10.5 +++ src/org/eclipse/jdt/core/tests/compiler/regression/TryStatementTest.java 27 Jul 2011 19:13:04 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/TryWithResourcesStatementTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/TryWithResourcesStatementTest.java,v retrieving revision 1.1.2.27 diff -u -r1.1.2.27 TryWithResourcesStatementTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/TryWithResourcesStatementTest.java 21 Jun 2011 06:09:22 -0000 1.1.2.27 +++ src/org/eclipse/jdt/core/tests/compiler/regression/TryWithResourcesStatementTest.java 27 Jul 2011 19:13:04 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/compiler/regression/UnderscoresInLiteralsTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/Attic/UnderscoresInLiteralsTest.java,v retrieving revision 1.2.2.4 diff -u -r1.2.2.4 UnderscoresInLiteralsTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/UnderscoresInLiteralsTest.java 15 Jun 2011 13:54:10 -0000 1.2.2.4 +++ src/org/eclipse/jdt/core/tests/compiler/regression/UnderscoresInLiteralsTest.java 27 Jul 2011 19:13:04 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java,v retrieving revision 1.62.2.7 diff -u -r1.62.2.7 VarargsTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java 15 Jun 2011 13:54:09 -0000 1.62.2.7 +++ src/org/eclipse/jdt/core/tests/compiler/regression/VarargsTest.java 27 Jul 2011 19:13:04 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/runtime/StandardVMLauncher.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/runtime/StandardVMLauncher.java,v retrieving revision 1.24.2.2 diff -u -r1.24.2.2 StandardVMLauncher.java --- src/org/eclipse/jdt/core/tests/runtime/StandardVMLauncher.java 19 Apr 2011 13:09:08 -0000 1.24.2.2 +++ src/org/eclipse/jdt/core/tests/runtime/StandardVMLauncher.java 27 Jul 2011 19:13:04 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ #P org.eclipse.jdt.core.tests.model Index: src/org/eclipse/jdt/core/tests/dom/ASTConverter17Test.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/Attic/ASTConverter17Test.java,v retrieving revision 1.1.2.18 diff -u -r1.1.2.18 ASTConverter17Test.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverter17Test.java 26 Jul 2011 17:42:27 -0000 1.1.2.18 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverter17Test.java 27 Jul 2011 19:13:05 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java,v retrieving revision 1.199.2.3 diff -u -r1.199.2.3 ASTConverterTest2.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java 18 Feb 2011 09:54:02 -0000 1.199.2.3 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverterTest2.java 27 Jul 2011 19:13:06 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java,v retrieving revision 1.179.2.3 diff -u -r1.179.2.3 ASTConverterTestAST3_2.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java 14 Apr 2011 18:09:27 -0000 1.179.2.3 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST3_2.java 27 Jul 2011 19:13:06 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST4_2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/Attic/ASTConverterTestAST4_2.java,v retrieving revision 1.1.2.3 diff -u -r1.1.2.3 ASTConverterTestAST4_2.java --- src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST4_2.java 14 Mar 2011 18:59:57 -0000 1.1.2.3 +++ src/org/eclipse/jdt/core/tests/dom/ASTConverterTestAST4_2.java 27 Jul 2011 19:13:07 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/dom/ASTMatcherTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTMatcherTest.java,v retrieving revision 1.35.10.3 diff -u -r1.35.10.3 ASTMatcherTest.java --- src/org/eclipse/jdt/core/tests/dom/ASTMatcherTest.java 18 May 2011 04:35:43 -0000 1.35.10.3 +++ src/org/eclipse/jdt/core/tests/dom/ASTMatcherTest.java 27 Jul 2011 19:13:07 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/dom/ASTStructuralPropertyTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ASTStructuralPropertyTest.java,v retrieving revision 1.15.10.3 diff -u -r1.15.10.3 ASTStructuralPropertyTest.java --- src/org/eclipse/jdt/core/tests/dom/ASTStructuralPropertyTest.java 18 Mar 2011 12:52:30 -0000 1.15.10.3 +++ src/org/eclipse/jdt/core/tests/dom/ASTStructuralPropertyTest.java 27 Jul 2011 19:13:07 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java,v retrieving revision 1.42.10.2 diff -u -r1.42.10.2 AbstractASTTests.java --- src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java 14 Mar 2011 18:59:57 -0000 1.42.10.2 +++ src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java 27 Jul 2011 19:13:07 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/dom/ConverterTestSetup.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ConverterTestSetup.java,v retrieving revision 1.63.2.3 diff -u -r1.63.2.3 ConverterTestSetup.java --- src/org/eclipse/jdt/core/tests/dom/ConverterTestSetup.java 21 Jun 2011 20:30:31 -0000 1.63.2.3 +++ src/org/eclipse/jdt/core/tests/dom/ConverterTestSetup.java 27 Jul 2011 19:13:07 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java,v retrieving revision 1.263.2.11 diff -u -r1.263.2.11 FormatterRegressionTests.java --- src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java 11 Jul 2011 19:34:37 -0000 1.263.2.11 +++ src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java 27 Jul 2011 19:13:08 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/model/CompletionTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests.java,v retrieving revision 1.236.2.17 diff -u -r1.236.2.17 CompletionTests.java --- src/org/eclipse/jdt/core/tests/model/CompletionTests.java 18 Jul 2011 06:07:11 -0000 1.236.2.17 +++ src/org/eclipse/jdt/core/tests/model/CompletionTests.java 27 Jul 2011 19:13:09 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java,v retrieving revision 1.33.2.1 diff -u -r1.33.2.1 CompletionTestsRequestor2.java --- src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java 14 Jul 2011 05:28:25 -0000 1.33.2.1 +++ src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java 27 Jul 2011 19:13:09 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java,v retrieving revision 1.122.2.2 diff -u -r1.122.2.2 CompletionTests_1_5.java --- src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java 27 Jul 2011 10:10:42 -0000 1.122.2.2 +++ src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java 27 Jul 2011 19:13:09 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java,v retrieving revision 1.212.2.11 diff -u -r1.212.2.11 JavaSearchBugsTests.java --- src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java 5 Jul 2011 14:30:45 -0000 1.212.2.11 +++ src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java 27 Jul 2011 19:13:10 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation Index: src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java,v retrieving revision 1.19.10.1 diff -u -r1.19.10.1 ASTRewritingExpressionsTest.java --- src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java 7 Jul 2011 17:31:52 -0000 1.19.10.1 +++ src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java 27 Jul 2011 19:13:10 -0000 @@ -5,10 +5,6 @@ * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. - * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ Index: src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java,v retrieving revision 1.33.4.4 diff -u -r1.33.4.4 ASTRewritingStatementsTest.java --- src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java 7 Jul 2011 17:31:52 -0000 1.33.4.4 +++ src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java 27 Jul 2011 19:13:11 -0000 @@ -4,10 +4,6 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * - * This is an implementation of an early-draft specification developed under the Java - * Community Process (JCP) and is made available for testing and evaluation purposes - * only. The code is not compatible with any specification of the JCP. * * Contributors: * IBM Corporation - initial API and implementation