Compiler Report

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

Number of source files: 12 Number of classfiles: 12

Problems: 44 (Errors: 0 Warnings: 44 )

Source File: org/eclipse/jst/jee/model/internal/Web25MergedModelProvider.java
1. WARNING: DiscouragedReference

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

Web25MergedModelProvider.java :

17 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

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

Web25MergedModelProvider.java :

38 : protected Path WEB_APP_XML_PATH = new Path(J2EEConstants.WEBAPP_DD_URI);

3. WARNING: DiscouragedReference

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

Web25MergedModelProvider.java :

38 : protected Path WEB_APP_XML_PATH = new Path(J2EEConstants.WEBAPP_DD_URI);

Source File: org/eclipse/jst/jee/model/internal/Web25ModelProvider.java
1. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

Web25ModelProvider.java :

21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

4. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

36 : setDefaultResourcePath(new Path(J2EEConstants.WEBAPP_DD_URI));

5. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

36 : setDefaultResourcePath(new Path(J2EEConstants.WEBAPP_DD_URI));

6. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

56 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

56 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

57 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

57 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

Web25ModelProvider.java :

64 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(proj);

11. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities 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

Web25ModelProvider.java :

64 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(proj);

12. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

65 : if(version != null && version.equals(J2EEVersionConstants.VERSION_2_5_TEXT)) {

13. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

65 : if(version != null && version.equals(J2EEVersionConstants.VERSION_2_5_TEXT)) {

14. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

66 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_2_5);

15. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

66 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_2_5);

16. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

66 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_2_5);

17. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

66 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_2_5);

18. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

71 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_3_0);

19. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

71 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_3_0);

20. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

71 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_3_0);

21. WARNING: DiscouragedReference

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

Web25ModelProvider.java :

71 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEB_APP_SCHEMA_LOC_3_0);

Source File: org/eclipse/jst/jee/model/internal/WebFragment30ModelProvider.java
1. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

19 : import org.eclipse.jst.j2ee.internal.J2EEConstants;

2. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

20 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

WebFragment30ModelProvider.java :

21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;

4. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

37 : setDefaultResourcePath(new Path(J2EEConstants.WEBFRAGMENT_DD_URI));

5. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

37 : setDefaultResourcePath(new Path(J2EEConstants.WEBFRAGMENT_DD_URI));

6. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

57 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

7. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

57 : dd.getXMLNSPrefixMap().put("", J2EEConstants.JAVAEE_NS_URL); //$NON-NLS-1$

8. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

58 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

9. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

58 : dd.getXMLNSPrefixMap().put("xsi", J2EEConstants.XSI_NS_URL); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type J2EEProjectUtilities 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

WebFragment30ModelProvider.java :

65 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(proj);

11. WARNING: DiscouragedReference

Discouraged access: The method getJ2EEProjectVersion(IProject) from the type J2EEProjectUtilities 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

WebFragment30ModelProvider.java :

65 : String version = J2EEProjectUtilities.getJ2EEProjectVersion(proj);

12. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

66 : if(version != null && version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)) {

13. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

66 : if(version != null && version.equals(J2EEVersionConstants.VERSION_3_0_TEXT)) {

14. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

67 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEBFRAGMENT_SCHEMA_LOC_3_0);

15. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

67 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEBFRAGMENT_SCHEMA_LOC_3_0);

16. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

67 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEBFRAGMENT_SCHEMA_LOC_3_0);

17. WARNING: DiscouragedReference

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

WebFragment30ModelProvider.java :

67 : dd.getXSISchemaLocation().put(J2EEConstants.JAVAEE_NS_URL, J2EEConstants.WEBFRAGMENT_SCHEMA_LOC_3_0);

Source File: org/eclipse/jst/jee/web/Activator.java
1. WARNING: DiscouragedReference

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

Activator.java :

16 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;

2. WARNING: DiscouragedReference

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

Activator.java :

25 : public class Activator extends WTPPlugin {

3. WARNING: DiscouragedReference

Discouraged access: The method start(BundleContext) from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot

Activator.java :

45 : super.start(context);