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 )
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;
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
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);
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;
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
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);
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;
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
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);
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;
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
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);
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;
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
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;
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
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();
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);
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);
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;
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;
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
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();
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();
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();
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);
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);
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;
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