Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 9 Number of classfiles: 11

Problems: 14 (Errors: 0 Warnings: 14 )

Source File: org/eclipse/jst/common/internal/annotations/core/AnnotationsAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CloneablePublic is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsAdapter.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.CloneablePublic;

2. WARNING: DiscouragedReference

Discouraged access: The type CloneablePublic is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsAdapter.java :

29 : public class AnnotationsAdapter extends AdapterImpl implements CloneablePublic {

Source File: org/eclipse/jst/common/internal/annotations/core/AnnotationsTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

17 : import org.eclipse.wst.common.internal.emf.resource.Translator;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

25 : public class AnnotationsTranslator extends Translator {

3. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

38 : super("#comment", AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE); //$NON-NLS-1$

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

38 : super("#comment", AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_FEATURE from the type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

38 : super("#comment", AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

46 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE);

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

46 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE);

8. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_FEATURE from the type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

46 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, Translator.COMMENT_FEATURE);

9. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

55 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, style | Translator.COMMENT_FEATURE);

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

55 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, style | Translator.COMMENT_FEATURE);

11. WARNING: DiscouragedReference

Discouraged access: The field COMMENT_FEATURE from the type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

55 : super(domNameAndPath, AnnotationsAdapter.NOTIFICATION_FEATURE, style | Translator.COMMENT_FEATURE);

12. WARNING: DiscouragedReference

Discouraged access: The field feature from the type Translator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AnnotationsTranslator.java :

130 : return (aFeature == feature);