On Jan 14, 2010, at 12:12 PM, dblev...@apache.org wrote:

Author: dblevins
Date: Thu Jan 14 20:12:38 2010
New Revision: 899387

URL: http://svn.apache.org/viewvc?rev=899387&view=rev
Log:
Added classes as required by the 24-Nov-2009 Java EE 6 TCK
Methods of AbstractProcessor and Completions implemented with 'throw new UnsupportedOperationException()'
[...]
geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/ geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/AbstractProcessor.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/Completion.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/Completions.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/Filer.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/FilerException.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/Messager.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/ProcessingEnvironment.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/Processor.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/RoundEnvironment.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/SupportedAnnotationTypes.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/SupportedOptions.java (with props) geronimo/specs/trunk/geronimo-annotation_1.1_spec/src/main/java/ javax/annotation/processing/SupportedSourceVersion.java (with

Turns out these classes are now in JDK 6 and that's why the had come up in the TCK results as missing -- I was running with JDK 5 where they only exist in a separate 'apt' tool. So they're part of the VM and we don't need to implement them.

Will be removing them shortly.

-David

Reply via email to