Compiler Report

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

Number of source files: 11 Number of classfiles: 11

Problems: 29 (Errors: 0 Warnings: 29 )

Source File: org/eclipse/jpt/core/tests/extension/resource/JavaTestAttributeMapping.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractJavaAttributeMapping<T> is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestAttributeMapping.java :

14 : import org.eclipse.jpt.core.internal.context.java.AbstractJavaAttributeMapping;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractJavaAttributeMapping<T> is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestAttributeMapping.java :

16 : public class JavaTestAttributeMapping extends AbstractJavaAttributeMapping

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractJavaAttributeMapping(JavaPersistentAttribute) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestAttributeMapping.java :

23 : super(parent);

Source File: org/eclipse/jpt/core/tests/extension/resource/JavaTestTypeMapping.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractJavaTypeMapping is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestTypeMapping.java :

14 : import org.eclipse.jpt.core.internal.context.java.AbstractJavaTypeMapping;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractJavaTypeMapping is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestTypeMapping.java :

16 : public class JavaTestTypeMapping extends AbstractJavaTypeMapping

3. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractJavaTypeMapping(JavaPersistentType) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

JavaTestTypeMapping.java :

23 : super(parent);

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJavaBasicMapping.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericJavaBasicMapping is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaBasicMapping.java :

13 : import org.eclipse.jpt.core.internal.context.java.GenericJavaBasicMapping;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericJavaBasicMapping is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaBasicMapping.java :

15 : public class TestJavaBasicMapping extends GenericJavaBasicMapping

3. WARNING: DiscouragedReference

Discouraged access: The constructor GenericJavaBasicMapping(JavaPersistentAttribute) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaBasicMapping.java :

18 : super(parent);

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJavaEntity.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericJavaEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaEntity.java :

13 : import org.eclipse.jpt.core.internal.context.java.GenericJavaEntity;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericJavaEntity is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaEntity.java :

15 : public class TestJavaEntity extends GenericJavaEntity

3. WARNING: DiscouragedReference

Discouraged access: The constructor GenericJavaEntity(JavaPersistentType) is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJavaEntity.java :

18 : super(parent);

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJpaFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaFactory.java :

16 : import org.eclipse.jpt.core.internal.platform.GenericJpaFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaFactory.java :

18 : public class TestJpaFactory extends GenericJpaFactory

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJpaPlatform.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaPlatform is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaPlatform.java :

17 : import org.eclipse.jpt.core.internal.platform.GenericJpaPlatform;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericJpaPlatform is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaPlatform.java :

19 : public class TestJpaPlatform extends GenericJpaPlatform

3. WARNING: DiscouragedReference

Discouraged access: The method getAnnotationProvider() from the type GenericJpaPlatform is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaPlatform.java :

35 : return super.getAnnotationProvider();

4. WARNING: DiscouragedReference

Discouraged access: The method addJavaTypeMappingProvidersTo(Collection<JavaTypeMappingProvider>) from the type GenericJpaPlatform is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaPlatform.java :

40 : super.addJavaTypeMappingProvidersTo(providers);

5. WARNING: DiscouragedReference

Discouraged access: The method addJavaAttributeMappingProvidersTo(Collection<JavaAttributeMappingProvider>) from the type GenericJpaPlatform is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.core/@dot

TestJpaPlatform.java :

46 : super.addJavaAttributeMappingProvidersTo(providers);

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJpaPlatformUi.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseJpaPlatformUi is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

20 : import org.eclipse.jpt.ui.internal.platform.base.BaseJpaPlatformUi;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericNavigatorProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

21 : import org.eclipse.jpt.ui.internal.platform.generic.GenericNavigatorProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type BaseJpaPlatformUi is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

24 : public class TestJpaPlatformUi extends BaseJpaPlatformUi

4. WARNING: DiscouragedReference

Discouraged access: The constructor BaseJpaPlatformUi() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

27 : super();

5. WARNING: DiscouragedReference

Discouraged access: The constructor GenericNavigatorProvider() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

31 : return new GenericNavigatorProvider();

6. WARNING: DiscouragedReference

Discouraged access: The type GenericNavigatorProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

31 : return new GenericNavigatorProvider();

7. WARNING: DiscouragedReference

Discouraged access: The method addJavaAttributeMappingUiProvidersTo(List<AttributeMappingUiProvider<? extends AttributeMapping>>) from the type BaseJpaPlatformUi is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

46 : super.addJavaAttributeMappingUiProvidersTo(providers);

8. WARNING: DiscouragedReference

Discouraged access: The method addJavaTypeMappingUiProvidersTo(List<TypeMappingUiProvider<? extends TypeMapping>>) from the type BaseJpaPlatformUi is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaPlatformUi.java :

52 : super.addJavaTypeMappingUiProvidersTo(providers);

Source File: org/eclipse/jpt/core/tests/extension/resource/TestJpaUiFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type BaseJpaUiFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaUiFactory.java :

12 : import org.eclipse.jpt.ui.internal.BaseJpaUiFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type BaseJpaUiFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.0-M/workdir/plugins/org.eclipse.jpt.ui/@dot

TestJpaUiFactory.java :

23 : public class TestJpaUiFactory extends BaseJpaUiFactory