Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 11 Number of classfiles: 14

Problems: 31 (Errors: 0 Warnings: 31 )

Source File: org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EjbEmitter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

22 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

2. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

23 : import org.eclipse.jst.j2ee.internal.project.WTPJETEmitter;

3. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

54 : public abstract String emitTypeComment(IEnterpriseBean enterpriseBean) throws ClassNotFoundException, InstantiationException,

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

57 : public abstract String emitTypeStub(IEnterpriseBean enterpriseBean) throws ClassNotFoundException, InstantiationException,

5. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

60 : public abstract String emitInterfaceMethods(IEnterpriseBean enterpriseBean) throws ClassNotFoundException, InstantiationException,

6. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

63 : public abstract String emitFields(IEnterpriseBean enterpriseBean) throws ClassNotFoundException, InstantiationException,

7. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

71 : protected WTPJETEmitter createJetEmitter(String uri) throws JETException {

8. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

72 : WTPJETEmitter emitter = new WTPJETEmitter(uri, this.getClass().getClassLoader());

9. WARNING: DiscouragedReference

Discouraged access: The constructor WTPJETEmitter(String, ClassLoader) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

72 : WTPJETEmitter emitter = new WTPJETEmitter(uri, this.getClass().getClassLoader());

10. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

72 : WTPJETEmitter emitter = new WTPJETEmitter(uri, this.getClass().getClassLoader());

11. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

73 : emitter.setProjectName(WTPJETEmitter.PROJECT_NAME);

12. WARNING: DiscouragedReference

Discouraged access: The field PROJECT_NAME from the type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

73 : emitter.setProjectName(WTPJETEmitter.PROJECT_NAME);

13. WARNING: DiscouragedReference

Discouraged access: The method setIntelligentLinkingEnabled(boolean) from the type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

74 : emitter.setIntelligentLinkingEnabled(true);

14. WARNING: DiscouragedReference

Discouraged access: The method addVariable(String, String) from the type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

79 : emitter.addVariable(JAVACLASSPATHVARIABLEPREFIX + count++, cpItem);

15. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EjbEmitter.java :

84 : public String generate(String templatesBase, String template, IEnterpriseBean enterpriseBean) throws CoreException {

16. WARNING: DiscouragedReference

Discouraged access: The type WTPJETEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot

EjbEmitter.java :

89 : WTPJETEmitter emitter = createJetEmitter(uri);

Source File: org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/EntityEjbEmitter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EntityEjbEmitter.java :

13 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EntityEjbEmitter.java :

26 : public String emitTypeComment(IEnterpriseBean root)

3. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EntityEjbEmitter.java :

32 : public String emitTypeStub(IEnterpriseBean root)

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EntityEjbEmitter.java :

38 : public String emitInterfaceMethods(IEnterpriseBean root)

5. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

EntityEjbEmitter.java :

44 : public String emitFields(IEnterpriseBean root) throws ClassNotFoundException,

Source File: org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/MessageDrivenEjbEmitter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

MessageDrivenEjbEmitter.java :

13 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

MessageDrivenEjbEmitter.java :

26 : public String emitTypeComment(IEnterpriseBean root)

3. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

MessageDrivenEjbEmitter.java :

32 : public String emitTypeStub(IEnterpriseBean root)

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

MessageDrivenEjbEmitter.java :

38 : public String emitInterfaceMethods(IEnterpriseBean root)

5. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

MessageDrivenEjbEmitter.java :

44 : public String emitFields(IEnterpriseBean root) throws ClassNotFoundException,

Source File: org/eclipse/jst/j2ee/ejb/annotations/internal/emitter/SessionEjbEmitter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

SessionEjbEmitter.java :

13 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;

2. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

SessionEjbEmitter.java :

27 : public String emitTypeComment(IEnterpriseBean root)

3. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

SessionEjbEmitter.java :

33 : public String emitTypeStub(IEnterpriseBean root)

4. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

SessionEjbEmitter.java :

39 : public String emitInterfaceMethods(IEnterpriseBean root)

5. WARNING: DiscouragedReference

Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot

SessionEjbEmitter.java :

45 : public String emitFields(IEnterpriseBean root) throws ClassNotFoundException,