Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A58, 3.6.0

Number of source files: 1241 Number of classfiles: 1397

Problems: 2328 (Errors: 0 Warnings: 2328 )

Source File: org/eclipse/jst/j2ee/application/internal/impl/ApplicationImpl.java
1. WARNING: DiscouragedReference

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

ApplicationImpl.java :

36 : import org.eclipse.wst.common.internal.emf.utilities.StringUtil;

2. WARNING: DiscouragedReference

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

ApplicationImpl.java :

100 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDD()))

3. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

100 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDD()))

4. WARNING: DiscouragedReference

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

ApplicationImpl.java :

100 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDD()))

5. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

100 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDD()))

6. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

151 : String systemId = ((XMLResource)eResource()).getSystemId();

7. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

161 : String systemId = ((XMLResource)eResource()).getSystemId();

Source File: org/eclipse/jst/j2ee/application/internal/impl/ApplicationResourceFactory.java
1. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

18 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

19 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

20 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

21 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

22 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

25 : public class ApplicationResourceFactory extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

46 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

46 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

46 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

52 : public ApplicationResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

53 : super(aRendererFactory);

12. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

60 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

60 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

66 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

67 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

75 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

75 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

78 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

19. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

79 : aRegistry.registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(RendererFactory.getDefaultRendererFactory()));

20. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

79 : aRegistry.registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

79 : aRegistry.registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

84 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.APPLICATION_DD_URI_OBJ);

Source File: org/eclipse/jst/j2ee/application/internal/impl/ApplicationResourceImpl.java
1. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

19 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

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

3. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

28 : public ApplicationResourceImpl(URI uri, Renderer aRenderer) {

4. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

36 : public ApplicationResourceImpl(Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceImpl.java :

43 : return (Application) getRootObject();

6. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

68 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/client/internal/impl/ApplicationClientImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientImpl.java :

147 : String systemId = ((XMLResource)eResource()).getSystemId();

2. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientImpl.java :

157 : String systemId = ((XMLResource)eResource()).getSystemId();

Source File: org/eclipse/jst/j2ee/client/internal/impl/ApplicationClientResourceFactory.java
1. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

19 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

20 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

21 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

22 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

23 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

26 : public class ApplicationClientResourceFactory extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

50 : public ApplicationClientResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

51 : super(aRendererFactory);

12. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

58 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

58 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

65 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

66 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

73 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

73 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

76 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

19. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

20. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

82 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.APP_CLIENT_DD_URI_OBJ);

Source File: org/eclipse/jst/j2ee/client/internal/impl/ApplicationClientResourceImpl.java
1. WARNING: DiscouragedReference

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

ApplicationClientResourceImpl.java :

21 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

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

ApplicationClientResourceImpl.java :

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

3. WARNING: DiscouragedReference

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

ApplicationClientResourceImpl.java :

30 : public ApplicationClientResourceImpl(URI uri, Renderer aRenderer) {

4. WARNING: DiscouragedReference

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

ApplicationClientResourceImpl.java :

38 : public ApplicationClientResourceImpl(Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceImpl.java :

46 : return (ApplicationClient) getRootObject();

6. WARNING: DiscouragedReference

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

ApplicationClientResourceImpl.java :

110 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/common/internal/impl/J2EEResouceFactorySaxRegistry.java
1. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

27 : import org.eclipse.wst.common.internal.emf.resource.EMF2SAXRendererFactory;

2. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

43 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

3. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

43 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

4. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

43 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

5. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

44 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2SAXRendererFactory.INSTANCE));

6. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

44 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2SAXRendererFactory.INSTANCE));

7. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

44 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2SAXRendererFactory.INSTANCE));

8. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

45 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2SAXRendererFactory.INSTANCE));

9. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

45 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2SAXRendererFactory.INSTANCE));

10. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

45 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2SAXRendererFactory.INSTANCE));

11. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

46 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

12. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

46 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

13. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

46 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

14. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

47 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2SAXRendererFactory.INSTANCE));

15. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

47 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2SAXRendererFactory.INSTANCE));

16. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

47 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2SAXRendererFactory.INSTANCE));

17. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

48 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2SAXRendererFactory.INSTANCE));

18. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

48 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2SAXRendererFactory.INSTANCE));

19. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

48 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2SAXRendererFactory.INSTANCE));

20. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

49 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

21. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

49 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

22. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

49 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2SAXRendererFactory.INSTANCE));

23. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

50 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2SAXRendererFactory.INSTANCE));

24. WARNING: DiscouragedReference

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

J2EEResouceFactorySaxRegistry.java :

50 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2SAXRendererFactory.INSTANCE));

25. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResouceFactorySaxRegistry.java :

50 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2SAXRendererFactory.INSTANCE));

Source File: org/eclipse/jst/j2ee/common/internal/impl/J2EEResourceFactoryDomRegistry.java
1. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

25 : import org.eclipse.wst.common.internal.emf.resource.EMF2DOMRendererFactory;

2. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

26 : import org.eclipse.wst.common.internal.emf.resource.EMF2SAXRendererFactory;

3. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

45 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

4. WARNING: DiscouragedReference

Discouraged access: The method setValidating(boolean) from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

45 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

5. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2SAXRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

45 : EMF2SAXRendererFactory.INSTANCE.setValidating(false);

6. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

46 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2DOMRendererFactory.INSTANCE));

7. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

46 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2DOMRendererFactory.INSTANCE));

8. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

46 : registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(EMF2DOMRendererFactory.INSTANCE));

9. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

47 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2DOMRendererFactory.INSTANCE));

10. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

47 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2DOMRendererFactory.INSTANCE));

11. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

47 : registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(EMF2DOMRendererFactory.INSTANCE));

12. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

48 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

13. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

48 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

14. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

48 : registerLastFileSegment(J2EEConstants.APP_CLIENT_DD_SHORT_NAME, new ApplicationClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

49 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2DOMRendererFactory.INSTANCE));

16. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

49 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2DOMRendererFactory.INSTANCE));

17. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

49 : registerLastFileSegment(J2EEConstants.APPLICATION_DD_SHORT_NAME, new ApplicationResourceFactory(EMF2DOMRendererFactory.INSTANCE));

18. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

50 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2DOMRendererFactory.INSTANCE));

19. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

50 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2DOMRendererFactory.INSTANCE));

20. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

50 : registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(EMF2DOMRendererFactory.INSTANCE));

21. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

51 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

22. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

51 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

23. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

51 : registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(EMF2DOMRendererFactory.INSTANCE));

24. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

52 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2DOMRendererFactory.INSTANCE));

25. WARNING: DiscouragedReference

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

J2EEResourceFactoryDomRegistry.java :

52 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2DOMRendererFactory.INSTANCE));

26. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type EMF2DOMRendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

52 : registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(EMF2DOMRendererFactory.INSTANCE));

Source File: org/eclipse/jst/j2ee/common/internal/impl/J2EEResourceFactoryRegistry.java
1. WARNING: DiscouragedReference

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

J2EEResourceFactoryRegistry.java :

22 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

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

J2EEResourceFactoryRegistry.java :

25 : public class J2EEResourceFactoryRegistry extends FileNameResourceFactoryRegistry {

3. WARNING: DiscouragedReference

Discouraged access: The constructor FileNameResourceFactoryRegistry() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

44 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method delegatedGetFactory(URI) from the type DefaultOverridableResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

50 : return super.delegatedGetFactory(uri);

5. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

51 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(uri);

Source File: org/eclipse/jst/j2ee/common/internal/impl/QNameImpl.java
1. WARNING: DiscouragedReference

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

QNameImpl.java :

19 : import org.eclipse.wst.common.internal.emf.utilities.NamespaceAdapter;

2. WARNING: DiscouragedReference

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

QNameImpl.java :

20 : import org.eclipse.wst.common.internal.emf.utilities.StringUtil;

3. WARNING: DiscouragedReference

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

QNameImpl.java :

151 : String resolved = NamespaceAdapter.getResolvedNamespaceURI(internalPrefixOrNsURI, this);

4. WARNING: DiscouragedReference

Discouraged access: The method getResolvedNamespaceURI(String, EObject) from the type NamespaceAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

151 : String resolved = NamespaceAdapter.getResolvedNamespaceURI(internalPrefixOrNsURI, this);

5. WARNING: DiscouragedReference

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

QNameImpl.java :

169 : if (!StringUtil.stringsEqual(prefix, oldNsURI))

6. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

169 : if (!StringUtil.stringsEqual(prefix, oldNsURI))

7. WARNING: DiscouragedReference

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

QNameImpl.java :

429 : String existingURI = NamespaceAdapter.getNamespaceURIAtThisLevel(prefix, this);

8. WARNING: DiscouragedReference

Discouraged access: The method getNamespaceURIAtThisLevel(String, EObject) from the type NamespaceAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

429 : String existingURI = NamespaceAdapter.getNamespaceURIAtThisLevel(prefix, this);

9. WARNING: DiscouragedReference

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

QNameImpl.java :

432 : NamespaceAdapter.removeNamespace(prefix, this);

10. WARNING: DiscouragedReference

Discouraged access: The method removeNamespace(String, EObject) from the type NamespaceAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

432 : NamespaceAdapter.removeNamespace(prefix, this);

11. WARNING: DiscouragedReference

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

QNameImpl.java :

436 : NamespaceAdapter.addNamespace(prefix, nsURI, this);

12. WARNING: DiscouragedReference

Discouraged access: The method addNamespace(String, String, EObject) from the type NamespaceAdapter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

436 : NamespaceAdapter.addNamespace(prefix, nsURI, this);

Source File: org/eclipse/jst/j2ee/common/internal/impl/SecurityRoleImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

SecurityRoleImpl.java :

26 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WorkbenchUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

SecurityRoleImpl.java :

45 : static boolean inEclipse = WorkbenchUtil.workbenchIsRunning();

3. WARNING: DiscouragedReference

Discouraged access: The method workbenchIsRunning() from the type WorkbenchUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

SecurityRoleImpl.java :

45 : static boolean inEclipse = WorkbenchUtil.workbenchIsRunning();

Source File: org/eclipse/jst/j2ee/common/internal/impl/XMLResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

17 : import org.eclipse.core.internal.resources.Workspace;

2. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.internal.J2EEVersionConstants is never used

XMLResourceImpl.java :

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

3. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

32 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

4. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

33 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: UnusedImport

The import org.eclipse.wst.common.internal.emf.resource.TranslatorResource is never used

XMLResourceImpl.java :

33 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

6. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

34 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceImpl;

7. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

XMLResourceImpl.java :

35 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

8. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

39 : public abstract class XMLResourceImpl extends TranslatorResourceImpl implements XMLResource,J2EEVersionResource {

9. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

81 : super();

10. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceImpl(URI) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

89 : super(uri);

11. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

92 : public XMLResourceImpl(URI uri, Renderer aRenderer) {

12. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceImpl(URI, Renderer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

93 : super(uri, aRenderer);

13. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

96 : public XMLResourceImpl(Renderer aRenderer) {

14. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceImpl(Renderer) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

97 : super(aRenderer);

15. WARNING: DiscouragedReference

Discouraged access: The method initializeContents() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

105 : super.initializeContents();

16. WARNING: DiscouragedReference

Discouraged access: The method eAdapters() from the type ReferencedXMIResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

106 : eAdapters().add(new RootVersionAdapter());

17. WARNING: DiscouragedReference

Discouraged access: The method setDoctypeValues(String, String) from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

149 : super.setDoctypeValues(publicId, systemId);

18. WARNING: DiscouragedReference

Discouraged access: The method setVersionID(int) from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

173 : super.setVersionID(id);

19. WARNING: DiscouragedReference

Discouraged access: The method setDoctypeValues(String, String) from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

176 : super.setDoctypeValues(aPublicId,aSystemId);

20. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

202 : setDoctypeValues(id, getSystemId());

21. WARNING: DiscouragedReference

Discouraged access: The method getPublicId() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

212 : setDoctypeValues(getPublicId(), id);

22. WARNING: DiscouragedReference

Discouraged access: The method preDelete() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

266 : preDelete();

23. WARNING: DiscouragedReference

Discouraged access: The method getVersionID() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

295 : return super.getVersionID();

24. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

XMLResourceImpl.java :

313 : IFile file = WorkbenchResourceHelper.getFile(this);

25. WARNING: DiscouragedReference

Discouraged access: The method getFile(ReferencedResource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

XMLResourceImpl.java :

313 : IFile file = WorkbenchResourceHelper.getFile(this);

26. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

317 : Workspace workspace = (Workspace)file.getWorkspace();

27. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

317 : Workspace workspace = (Workspace)file.getWorkspace();

28. WARNING: DiscouragedReference

Discouraged access: The method getElementTree() from the type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

318 : if (workspace.getElementTree().isImmutable())

29. WARNING: DiscouragedReference

Discouraged access: The method isImmutable() from the type ElementTree is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

318 : if (workspace.getElementTree().isImmutable())

30. WARNING: DiscouragedReference

Discouraged access: The method newWorkingTree() from the type Workspace is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

320 : workspace.newWorkingTree();

31. WARNING: DiscouragedReference

Discouraged access: The method getLocalManager() from the type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

322 : ((org.eclipse.core.internal.resources.Resource)file).getLocalManager().refresh(file.getProject(), IResource.DEPTH_INFINITE, true, null);

32. WARNING: DiscouragedReference

Discouraged access: The method refresh(IResource, int, boolean, IProgressMonitor) from the type FileSystemResourceManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

322 : ((org.eclipse.core.internal.resources.Resource)file).getLocalManager().refresh(file.getProject(), IResource.DEPTH_INFINITE, true, null);

33. WARNING: DiscouragedReference

Discouraged access: The type Resource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar

XMLResourceImpl.java :

322 : ((org.eclipse.core.internal.resources.Resource)file).getLocalManager().refresh(file.getProject(), IResource.DEPTH_INFINITE, true, null);

34. WARNING: DiscouragedReference

Discouraged access: The method loadExisting(Map) from the type CompatibilityXMIResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

331 : super.loadExisting(options);

Source File: org/eclipse/jst/j2ee/common/internal/util/IDUtility.java
1. WARNING: DiscouragedReference

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

IDUtility.java :

16 : import org.eclipse.wst.common.internal.emf.utilities.IDUtil;

2. WARNING: DiscouragedReference

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

IDUtility.java :

37 : return IDUtil.getOrAssignID(object);

3. WARNING: DiscouragedReference

Discouraged access: The method getOrAssignID(EObject) from the type IDUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

IDUtility.java :

37 : return IDUtil.getOrAssignID(object);

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/AssemblyDescriptorImpl.java
1. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

38 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

2. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

457 : ExtendedEcoreUtil.becomeProxy(mp, mp.eResource());

3. WARNING: DiscouragedReference

Discouraged access: The method becomeProxy(EObject, Resource) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

457 : ExtendedEcoreUtil.becomeProxy(mp, mp.eResource());

4. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

461 : ExtendedEcoreUtil.becomeProxy(me, me.eResource());

5. WARNING: DiscouragedReference

Discouraged access: The method becomeProxy(EObject, Resource) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

461 : ExtendedEcoreUtil.becomeProxy(me, me.eResource());

6. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

477 : ExtendedEcoreUtil.becomeProxy(mt, mt.eResource());

7. WARNING: DiscouragedReference

Discouraged access: The method becomeProxy(EObject, Resource) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

477 : ExtendedEcoreUtil.becomeProxy(mt, mt.eResource());

8. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

481 : ExtendedEcoreUtil.becomeProxy(me, me.eResource());

9. WARNING: DiscouragedReference

Discouraged access: The method becomeProxy(EObject, Resource) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

481 : ExtendedEcoreUtil.becomeProxy(me, me.eResource());

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/EJBJarResourceFactory.java
1. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

22 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

23 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

24 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

25 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

26 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

32 : public class EJBJarResourceFactory extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

45 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

45 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

45 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

51 : public EJBJarResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

52 : super(aRendererFactory);

12. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

59 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

59 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

65 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

66 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

69 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.EJBJAR_DD_URI_OBJ);

17. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

77 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

77 : registerWith(RendererFactory.getDefaultRendererFactory());

19. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

79 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

20. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

80 : aRegistry.registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

80 : aRegistry.registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

80 : aRegistry.registerLastFileSegment(J2EEConstants.EJBJAR_DD_SHORT_NAME, new EJBJarResourceFactory(RendererFactory.getDefaultRendererFactory()));

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/EJBRelationshipRoleImpl.java
1. WARNING: DiscouragedReference

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

EJBRelationshipRoleImpl.java :

43 : import org.eclipse.wst.common.internal.emf.utilities.IDUtil;

2. WARNING: DiscouragedReference

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

EJBRelationshipRoleImpl.java :

247 : result = IDUtil.getOrAssignID(this);

3. WARNING: DiscouragedReference

Discouraged access: The method getOrAssignID(EObject) from the type IDUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBRelationshipRoleImpl.java :

247 : result = IDUtil.getOrAssignID(this);

4. WARNING: DiscouragedReference

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

EJBRelationshipRoleImpl.java :

1015 : IDUtil.getOrAssignID(this);

5. WARNING: DiscouragedReference

Discouraged access: The method getOrAssignID(EObject) from the type IDUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBRelationshipRoleImpl.java :

1015 : IDUtil.getOrAssignID(this);

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/EJBResourceImpl.java
1. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

31 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EJBResourceImpl.java :

33 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

4. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

44 : public EJBResourceImpl(URI uri, Renderer aRenderer) {

5. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

51 : public EJBResourceImpl(Renderer aRenderer) {

6. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

139 : public Translator getRootTranslator() {

7. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

169 : return (EJBJar) getRootObject();

8. WARNING: DiscouragedReference

Discouraged access: The field renderer from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

173 : renderer.setBatchMode(isBatch);

9. WARNING: DiscouragedReference

Discouraged access: The method setBatchMode(boolean) from the type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

173 : renderer.setBatchMode(isBatch);

10. WARNING: DiscouragedReference

Discouraged access: The field renderer from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

258 : return renderer.isBatchMode();

11. WARNING: DiscouragedReference

Discouraged access: The method isBatchMode() from the type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

258 : return renderer.isBatchMode();

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EJBResourceImpl.java :

274 : IFile afile = WorkbenchResourceHelper.getFile(this);

13. WARNING: DiscouragedReference

Discouraged access: The method getFile(ReferencedResource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

EJBResourceImpl.java :

274 : IFile afile = WorkbenchResourceHelper.getFile(this);

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/EjbFactoryImpl.java
1. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

61 : import org.eclipse.wst.common.internal.emf.utilities.AdapterFactoryDescriptor;

2. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

62 : import org.eclipse.wst.common.internal.emf.utilities.AdapterFactoryUtil;

3. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

63 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

4. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

325 : Adapter loadingAdapter = ExtendedEcoreUtil.createAdapterForLoading(cmpAdapter,cmp);

5. WARNING: DiscouragedReference

Discouraged access: The method createAdapterForLoading(Adapter, EObject) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

325 : Adapter loadingAdapter = ExtendedEcoreUtil.createAdapterForLoading(cmpAdapter,cmp);

6. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

674 : public static void internalRegisterCMPAdapterFactory(AdapterFactoryDescriptor config) {

7. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

678 : public static void internalRegisterEJBRelationAdapterFactory(AdapterFactoryDescriptor config) {

8. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

681 : public static void internalRegisterRelationshipsAdapterFactory(AdapterFactoryDescriptor config) {

9. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

688 : AdapterFactoryUtil.createAdapterFactories(CMP_ADAPTER_FACTORY_DESCRIPTORS, CMP_ADAPTER_FACTORIES);

10. WARNING: DiscouragedReference

Discouraged access: The method createAdapterFactories(List, List) from the type AdapterFactoryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

688 : AdapterFactoryUtil.createAdapterFactories(CMP_ADAPTER_FACTORY_DESCRIPTORS, CMP_ADAPTER_FACTORIES);

11. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

689 : AdapterFactoryUtil.createAdapterFactories(EJB_RELATION_ADAPTER_FACTORY_DESCRIPTORS, EJB_RELATION_ADAPTER_FACTORIES);

12. WARNING: DiscouragedReference

Discouraged access: The method createAdapterFactories(List, List) from the type AdapterFactoryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

689 : AdapterFactoryUtil.createAdapterFactories(EJB_RELATION_ADAPTER_FACTORY_DESCRIPTORS, EJB_RELATION_ADAPTER_FACTORIES);

13. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

690 : AdapterFactoryUtil.createAdapterFactories(RELATIONSHIPS_ADAPTER_FACTORY_DESCRIPTORS, RELATIONSHIPS_ADAPTER_FACTORIES);

14. WARNING: DiscouragedReference

Discouraged access: The method createAdapterFactories(List, List) from the type AdapterFactoryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

690 : AdapterFactoryUtil.createAdapterFactories(RELATIONSHIPS_ADAPTER_FACTORY_DESCRIPTORS, RELATIONSHIPS_ADAPTER_FACTORIES);

15. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

696 : AdapterFactoryUtil.adaptNew(notifier, factories);

16. WARNING: DiscouragedReference

Discouraged access: The method adaptNew(Notifier, List) from the type AdapterFactoryUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

696 : AdapterFactoryUtil.adaptNew(notifier, factories);

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/EnterpriseBeanImpl.java
1. WARNING: DiscouragedReference

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

EnterpriseBeanImpl.java :

57 : import org.eclipse.wst.common.internal.emf.utilities.Revisit;

2. WARNING: DiscouragedReference

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

EnterpriseBeanImpl.java :

588 : Revisit.revisit(); //jsholl this should throw an exception. if there is not JAR then the version is undefined

3. WARNING: DiscouragedReference

Discouraged access: The method revisit() from the type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

588 : Revisit.revisit(); //jsholl this should throw an exception. if there is not JAR then the version is undefined

4. WARNING: DiscouragedReference

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

EnterpriseBeanImpl.java :

599 : Revisit.revisit(); //jsholl this should throw an exception. if there is not JAR then the version is undefined

5. WARNING: DiscouragedReference

Discouraged access: The method revisit() from the type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

599 : Revisit.revisit(); //jsholl this should throw an exception. if there is not JAR then the version is undefined

Source File: org/eclipse/jst/j2ee/ejb/internal/impl/MethodElementImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

MethodElementImpl.java :

51 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

MethodElementImpl.java :

691 : IJavaProject javaProject = JavaCore.create(WorkbenchResourceHelper.getProject(getEnterpriseBean().eResource()));

3. WARNING: DiscouragedReference

Discouraged access: The method getProject(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

MethodElementImpl.java :

691 : IJavaProject javaProject = JavaCore.create(WorkbenchResourceHelper.getProject(getEnterpriseBean().eResource()));

Source File: org/eclipse/jst/j2ee/ejb/internal/util/EJBAttributeMaintenanceFactoryImpl.java
1. WARNING: DiscouragedReference

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

EJBAttributeMaintenanceFactoryImpl.java :

16 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

2. WARNING: DiscouragedReference

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

EJBAttributeMaintenanceFactoryImpl.java :

32 : return ExtendedEcoreUtil.createAdapterForLoading(targetAdapter, (EObject) target);

3. WARNING: DiscouragedReference

Discouraged access: The method createAdapterForLoading(Adapter, EObject) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBAttributeMaintenanceFactoryImpl.java :

32 : return ExtendedEcoreUtil.createAdapterForLoading(targetAdapter, (EObject) target);

Source File: org/eclipse/jst/j2ee/internal/J2EEInit.java
1. WARNING: DiscouragedReference

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

J2EEInit.java :

66 : import org.eclipse.wst.common.internal.emf.utilities.AdapterFactoryDescriptor;

2. WARNING: DiscouragedReference

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

J2EEInit.java :

67 : import org.eclipse.wst.common.internal.emf.utilities.DOMUtilities;

3. WARNING: DiscouragedReference

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

J2EEInit.java :

68 : import org.eclipse.wst.common.internal.emf.utilities.EncoderDecoderRegistry;

4. WARNING: DiscouragedReference

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

J2EEInit.java :

69 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

5. WARNING: DiscouragedReference

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

J2EEInit.java :

70 : import org.eclipse.wst.common.internal.emf.utilities.PasswordEncoderDecoder;

6. WARNING: DiscouragedReference

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

J2EEInit.java :

71 : import org.eclipse.wst.common.internal.emf.utilities.Revisit;

7. WARNING: DiscouragedReference

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

J2EEInit.java :

113 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

8. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEntityResolver(EntityResolver) from the type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

113 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

9. WARNING: DiscouragedReference

Discouraged access: The type JavaInit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

J2EEInit.java :

114 : org.eclipse.jem.internal.java.init.JavaInit.init(shouldPreRegisterPackages);

10. WARNING: DiscouragedReference

Discouraged access: The method init(boolean) from the type JavaInit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

J2EEInit.java :

114 : org.eclipse.jem.internal.java.init.JavaInit.init(shouldPreRegisterPackages);

11. WARNING: DiscouragedReference

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

J2EEInit.java :

120 : EjbFactoryImpl.internalRegisterEJBRelationAdapterFactory(new AdapterFactoryDescriptor() {

12. WARNING: DiscouragedReference

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

J2EEInit.java :

125 : EjbFactoryImpl.internalRegisterRelationshipsAdapterFactory(new AdapterFactoryDescriptor() {

13. WARNING: DiscouragedReference

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

J2EEInit.java :

140 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

14. WARNING: DiscouragedReference

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

J2EEInit.java :

140 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

15. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRegistry() from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

140 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

16. WARNING: DiscouragedReference

Discouraged access: The method getDefaultEncoderDecoder() from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

141 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

17. WARNING: DiscouragedReference

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

J2EEInit.java :

141 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

18. WARNING: DiscouragedReference

Discouraged access: The field INITIAL_DEFAULT_ENCODER from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

141 : if (reg.getDefaultEncoderDecoder() == EncoderDecoderRegistry.INITIAL_DEFAULT_ENCODER) {

19. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEncoderDecoder(EncoderDecoder) from the type EncoderDecoderRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

142 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

20. WARNING: DiscouragedReference

Discouraged access: The constructor PasswordEncoderDecoder() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

142 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

21. WARNING: DiscouragedReference

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

J2EEInit.java :

142 : reg.setDefaultEncoderDecoder(new PasswordEncoderDecoder());

22. WARNING: DiscouragedReference

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

J2EEInit.java :

148 : ExtendedEcoreUtil.preRegisterPackage("common.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

23. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

148 : ExtendedEcoreUtil.preRegisterPackage("common.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return CommonPackage.eINSTANCE; } public EFactory getEFactory() { return CommonFactory.eINSTANCE; } });

24. WARNING: DiscouragedReference

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

J2EEInit.java :

157 : ExtendedEcoreUtil.preRegisterPackage("application.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

25. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

157 : ExtendedEcoreUtil.preRegisterPackage("application.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return ApplicationPackage.eINSTANCE; } public EFactory getEFactory() { return ApplicationFactory.eINSTANCE; } });

26. WARNING: DiscouragedReference

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

J2EEInit.java :

166 : ExtendedEcoreUtil.preRegisterPackage("client.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

27. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

166 : ExtendedEcoreUtil.preRegisterPackage("client.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return ClientPackage.eINSTANCE; } public EFactory getEFactory() { return ClientFactory.eINSTANCE; } });

28. WARNING: DiscouragedReference

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

J2EEInit.java :

175 : ExtendedEcoreUtil.preRegisterPackage("webapplication.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

29. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

175 : ExtendedEcoreUtil.preRegisterPackage("webapplication.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return WebapplicationPackage.eINSTANCE; } public EFactory getEFactory() { return WebapplicationFactory.eINSTANCE; } });

30. WARNING: DiscouragedReference

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

J2EEInit.java :

184 : ExtendedEcoreUtil.preRegisterPackage("ejb.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

31. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

184 : ExtendedEcoreUtil.preRegisterPackage("ejb.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return EjbPackage.eINSTANCE; } public EFactory getEFactory() { return EjbFactory.eINSTANCE; } });

32. WARNING: DiscouragedReference

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

J2EEInit.java :

193 : ExtendedEcoreUtil.preRegisterPackage("jca.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

33. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

193 : ExtendedEcoreUtil.preRegisterPackage("jca.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return JcaPackage.eINSTANCE; } public EFactory getEFactory() { return JcaFactory.eINSTANCE; } });

34. WARNING: DiscouragedReference

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

J2EEInit.java :

202 : ExtendedEcoreUtil.preRegisterPackage("webservice_client.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

35. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

202 : ExtendedEcoreUtil.preRegisterPackage("webservice_client.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return Webservice_clientPackage.eINSTANCE; } public EFactory getEFactory() { return Webservice_clientFactory.eINSTANCE; } });

36. WARNING: DiscouragedReference

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

J2EEInit.java :

211 : ExtendedEcoreUtil.preRegisterPackage("wscommon.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

37. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

211 : ExtendedEcoreUtil.preRegisterPackage("wscommon.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return WscommonPackage.eINSTANCE; } public EFactory getEFactory() { return WscommonFactory.eINSTANCE; } });

38. WARNING: DiscouragedReference

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

J2EEInit.java :

220 : ExtendedEcoreUtil.preRegisterPackage("wsdd.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

220 : ExtendedEcoreUtil.preRegisterPackage("wsdd.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return WsddPackage.eINSTANCE; } public EFactory getEFactory() { return WsddFactory.eINSTANCE; } });

40. WARNING: DiscouragedReference

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

J2EEInit.java :

229 : ExtendedEcoreUtil.preRegisterPackage("jaxrpcmap.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

41. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

229 : ExtendedEcoreUtil.preRegisterPackage("jaxrpcmap.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return JaxrpcmapPackage.eINSTANCE; } public EFactory getEFactory() { return JaxrpcmapFactory.eINSTANCE; } });

42. WARNING: DiscouragedReference

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

J2EEInit.java :

238 : ExtendedEcoreUtil.preRegisterPackage("jsp.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

43. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

238 : ExtendedEcoreUtil.preRegisterPackage("jsp.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return JspPackage.eINSTANCE; } public EFactory getEFactory() { return JspFactory.eINSTANCE; } });

44. WARNING: DiscouragedReference

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

J2EEInit.java :

247 : ExtendedEcoreUtil.preRegisterPackage("taglib.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

45. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

247 : ExtendedEcoreUtil.preRegisterPackage("taglib.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return TaglibPackage.eINSTANCE; } public EFactory getEFactory() { return TaglibFactory.eINSTANCE; } });

46. WARNING: DiscouragedReference

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

J2EEInit.java :

258 : ExtendedEcoreUtil.preRegisterPackage(JavaeePackage.eNS_URI, new EPackage.Descriptor() {

47. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

258 : ExtendedEcoreUtil.preRegisterPackage(JavaeePackage.eNS_URI, new EPackage.Descriptor() { public EPackage getEPackage() { return JavaeePackage.eINSTANCE; } public EFactory getEFactory() { return JavaeeFactory.eINSTANCE; } });

48. WARNING: DiscouragedReference

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

J2EEInit.java :

267 : ExtendedEcoreUtil.preRegisterPackage(EjbPackage.eNS_URI, new EPackage.Descriptor() {

49. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

267 : ExtendedEcoreUtil.preRegisterPackage(EjbPackage.eNS_URI, new EPackage.Descriptor() { public EPackage getEPackage() { return EjbPackage.eINSTANCE; } public EFactory getEFactory() { return EjbFactory.eINSTANCE; } });

50. WARNING: DiscouragedReference

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

J2EEInit.java :

276 : ExtendedEcoreUtil.preRegisterPackage(WebPackage.eNS_URI, new EPackage.Descriptor() {

51. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

276 : ExtendedEcoreUtil.preRegisterPackage(WebPackage.eNS_URI, new EPackage.Descriptor() { public EPackage getEPackage() { return WebPackage.eINSTANCE; } public EFactory getEFactory() { return WebFactory.eINSTANCE; } });

52. WARNING: DiscouragedReference

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

J2EEInit.java :

285 : ExtendedEcoreUtil.preRegisterPackage(ApplicationPackage.eNS_URI, new EPackage.Descriptor() {

53. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

285 : ExtendedEcoreUtil.preRegisterPackage(ApplicationPackage.eNS_URI, new EPackage.Descriptor() { public EPackage getEPackage() { return ApplicationPackage.eINSTANCE; } public EFactory getEFactory() { return ApplicationFactory.eINSTANCE; } });

54. WARNING: DiscouragedReference

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

J2EEInit.java :

294 : ExtendedEcoreUtil.preRegisterPackage(ApplicationclientPackage.eNS_URI, new EPackage.Descriptor() {

55. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

294 : ExtendedEcoreUtil.preRegisterPackage(ApplicationclientPackage.eNS_URI, new EPackage.Descriptor() { public EPackage getEPackage() { return ApplicationclientPackage.eINSTANCE; } public EFactory getEFactory() { return ApplicationclientFactory.eINSTANCE; } });

56. WARNING: DiscouragedReference

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

J2EEInit.java :

308 : Revisit.revisit();

57. WARNING: DiscouragedReference

Discouraged access: The method revisit() from the type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

308 : Revisit.revisit();

Source File: org/eclipse/jst/j2ee/internal/common/J2EEXMIResource.java
1. WARNING: DiscouragedReference

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

J2EEXMIResource.java :

15 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResourceImpl;

2. WARNING: DiscouragedReference

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

J2EEXMIResource.java :

21 : public class J2EEXMIResource extends CompatibilityXMIResourceImpl implements J2EEVersionResource{

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityXMIResourceImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEXMIResource.java :

27 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityXMIResourceImpl(URI) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEXMIResource.java :

35 : super(uri);

Source File: org/eclipse/jst/j2ee/internal/common/J2EEXMIResourceFactory.java
1. WARNING: DiscouragedReference

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

J2EEXMIResourceFactory.java :

16 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityResourceFactory;

2. WARNING: DiscouragedReference

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

J2EEXMIResourceFactory.java :

29 : public class J2EEXMIResourceFactory extends CompatibilityResourceFactory {

3. WARNING: DiscouragedReference

Discouraged access: The constructor CompatibilityResourceFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEXMIResourceFactory.java :

41 : super();

Source File: org/eclipse/jst/j2ee/internal/common/XMLResource.java
1. WARNING: DiscouragedReference

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

XMLResource.java :

15 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

2. WARNING: DiscouragedReference

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

XMLResource.java :

18 : public interface XMLResource extends TranslatorResource, J2EEVersionConstants {

Source File: org/eclipse/jst/j2ee/internal/model/translator/application/ApplicationTranslator.java
1. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

24 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

4. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

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

5. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

35 : public class ApplicationTranslator extends RootTranslator implements EarDeploymentDescriptorXmlMapperI, J2EEConstants {

6. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

37 : private static Translator[] children13;

7. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

38 : private static Translator[] children14;

8. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

43 : super(APPLICATION, ApplicationPackage.eINSTANCE.getApplication());

9. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

50 : public Translator[] getChildren(Object o, int versionID) {

10. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

64 : protected Translator[] create13Children() {

11. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

65 : return new Translator[] {

12. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

66 : IDTranslator.INSTANCE,

13. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

66 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

67 : new Translator(ICON+"/"+SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()), //$NON-NLS-1$

15. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

67 : new Translator(ICON+"/"+SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()), //$NON-NLS-1$

16. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

68 : new Translator(ICON+"/"+LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()), //$NON-NLS-1$

17. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

68 : new Translator(ICON+"/"+LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()), //$NON-NLS-1$

18. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

69 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

19. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

69 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

20. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

70 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

21. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

70 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

22. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

76 : protected Translator[] create14Children() {

23. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

77 : return new Translator[] {

24. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

78 : IDTranslator.INSTANCE,

25. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

78 : IDTranslator.INSTANCE,

26. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

79 : new Translator(VERSION, APPLICATION_PKG.getApplication_Version(), DOM_ATTRIBUTE),

27. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

79 : new Translator(VERSION, APPLICATION_PKG.getApplication_Version(), DOM_ATTRIBUTE),

28. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

79 : new Translator(VERSION, APPLICATION_PKG.getApplication_Version(), DOM_ATTRIBUTE),

29. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

80 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

30. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

80 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

31. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

81 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

32. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

81 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

33. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

82 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+APPLICATION_SCHEMA_LOC_1_4),

34. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

82 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+APPLICATION_SCHEMA_LOC_1_4),

Source File: org/eclipse/jst/j2ee/internal/model/translator/application/ModuleTranslator.java
1. WARNING: DiscouragedReference

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

ModuleTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

2. WARNING: DiscouragedReference

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

ModuleTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.ReadAheadHelper;

3. WARNING: DiscouragedReference

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

ModuleTranslator.java :

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

4. WARNING: DiscouragedReference

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

ModuleTranslator.java :

29 : public class ModuleTranslator extends Translator implements EarDeploymentDescriptorXmlMapperI {

5. WARNING: DiscouragedReference

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

ModuleTranslator.java :

32 : private static final Translator ALT_DD_TRANSLATOR = createAltDDTranslator();

6. WARNING: DiscouragedReference

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

ModuleTranslator.java :

33 : private static final Translator[] WEB_TRANSLATORS = createWebModuleTranslators();

7. WARNING: DiscouragedReference

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

ModuleTranslator.java :

34 : private static final Translator[] EJB_TRANSLATORS = createEJBModuleTranslators();

8. WARNING: DiscouragedReference

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

ModuleTranslator.java :

35 : private static final Translator[] JAVA_TRANSLATORS = createJavaModuleTranslators();

9. WARNING: DiscouragedReference

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

ModuleTranslator.java :

36 : private static final Translator[] CONNECTOR_TRANSLATORS = createConnectorModuleTranslators();

10. WARNING: DiscouragedReference

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

ModuleTranslator.java :

44 : super(MODULE, APPLICATION_PKG.getApplication_Modules());

11. WARNING: DiscouragedReference

Discouraged access: The method addReadAheadHelper(ReadAheadHelper) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

45 : addReadAheadHelper(new ReadAheadHelper(MODULE, new String[] { EJB, JAVA, WEB, CONNECTOR }, null));

12. WARNING: DiscouragedReference

Discouraged access: The constructor ReadAheadHelper(String, String[], String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

45 : addReadAheadHelper(new ReadAheadHelper(MODULE, new String[] { EJB, JAVA, WEB, CONNECTOR }, null));

13. WARNING: DiscouragedReference

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

ModuleTranslator.java :

45 : addReadAheadHelper(new ReadAheadHelper(MODULE, new String[] { EJB, JAVA, WEB, CONNECTOR }, null));

14. WARNING: DiscouragedReference

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

ModuleTranslator.java :

51 : private static Translator[] createConnectorModuleTranslators() {

15. WARNING: DiscouragedReference

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

ModuleTranslator.java :

52 : return new Translator[] {

16. WARNING: DiscouragedReference

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

ModuleTranslator.java :

53 : IDTranslator.INSTANCE,

17. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

53 : IDTranslator.INSTANCE,

18. WARNING: DiscouragedReference

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

ModuleTranslator.java :

54 : new Translator(CONNECTOR, APPLICATION_PKG.getModule_Uri()),

19. WARNING: DiscouragedReference

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

ModuleTranslator.java :

54 : new Translator(CONNECTOR, APPLICATION_PKG.getModule_Uri()),

20. WARNING: DiscouragedReference

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

ModuleTranslator.java :

63 : private static Translator[] createJavaModuleTranslators() {

21. WARNING: DiscouragedReference

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

ModuleTranslator.java :

64 : return new Translator[] {

22. WARNING: DiscouragedReference

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

ModuleTranslator.java :

65 : IDTranslator.INSTANCE,

23. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

65 : IDTranslator.INSTANCE,

24. WARNING: DiscouragedReference

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

ModuleTranslator.java :

66 : new Translator(JAVA, APPLICATION_PKG.getModule_Uri()),

25. WARNING: DiscouragedReference

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

ModuleTranslator.java :

66 : new Translator(JAVA, APPLICATION_PKG.getModule_Uri()),

26. WARNING: DiscouragedReference

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

ModuleTranslator.java :

75 : private static Translator[] createEJBModuleTranslators() {

27. WARNING: DiscouragedReference

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

ModuleTranslator.java :

76 : return new Translator[] {

28. WARNING: DiscouragedReference

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

ModuleTranslator.java :

77 : IDTranslator.INSTANCE,

29. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

77 : IDTranslator.INSTANCE,

30. WARNING: DiscouragedReference

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

ModuleTranslator.java :

78 : new Translator(EJB, APPLICATION_PKG.getModule_Uri()),

31. WARNING: DiscouragedReference

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

ModuleTranslator.java :

78 : new Translator(EJB, APPLICATION_PKG.getModule_Uri()),

32. WARNING: DiscouragedReference

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

ModuleTranslator.java :

87 : private static Translator[] createWebModuleTranslators() {

33. WARNING: DiscouragedReference

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

ModuleTranslator.java :

88 : return new Translator[] {

34. WARNING: DiscouragedReference

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

ModuleTranslator.java :

89 : IDTranslator.INSTANCE,

35. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

89 : IDTranslator.INSTANCE,

36. WARNING: DiscouragedReference

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

ModuleTranslator.java :

90 : new Translator(WEB + "/" + WEB_URI, APPLICATION_PKG.getModule_Uri()), //$NON-NLS-1$

37. WARNING: DiscouragedReference

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

ModuleTranslator.java :

90 : new Translator(WEB + "/" + WEB_URI, APPLICATION_PKG.getModule_Uri()), //$NON-NLS-1$

38. WARNING: DiscouragedReference

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

ModuleTranslator.java :

91 : new Translator(WEB + "/" + CONTEXT_ROOT, APPLICATION_PKG.getWebModule_ContextRoot()), //$NON-NLS-1$

39. WARNING: DiscouragedReference

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

ModuleTranslator.java :

91 : new Translator(WEB + "/" + CONTEXT_ROOT, APPLICATION_PKG.getWebModule_ContextRoot()), //$NON-NLS-1$

40. WARNING: DiscouragedReference

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

ModuleTranslator.java :

98 : private static Translator createAltDDTranslator() {

41. WARNING: DiscouragedReference

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

ModuleTranslator.java :

99 : return new Translator(ALT_DD, ApplicationPackage.eINSTANCE.getModule_AltDD());

42. WARNING: DiscouragedReference

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

ModuleTranslator.java :

99 : return new Translator(ALT_DD, ApplicationPackage.eINSTANCE.getModule_AltDD());

43. WARNING: DiscouragedReference

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

ModuleTranslator.java :

106 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/client/ApplicationClientTranslator.java
1. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

20 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

22 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

4. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

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

5. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

25 : public class ApplicationClientTranslator extends RootTranslator implements DeploymentDescriptorXmlMapperI, J2EEConstants {

6. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

30 : private static Translator[] children13;

7. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

31 : private static Translator[] children14;

8. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

34 : super(APPLICATION_CLIENT, ClientPackage.eINSTANCE.getApplicationClient());

9. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

41 : public Translator[] getChildren(Object o, int versionID) {

10. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

55 : protected Translator[] create13Children() {

11. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

57 : return new Translator[] {

12. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

58 : IDTranslator.INSTANCE,

13. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

58 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

59 : new Translator(SMALL_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

15. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

59 : new Translator(SMALL_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

16. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

60 : new Translator(LARGE_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

17. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

60 : new Translator(LARGE_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

18. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

61 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

19. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

61 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

20. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

62 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

21. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

62 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

22. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

72 : protected Translator[] create14Children() {

23. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

74 : return new Translator[] {

24. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

75 : IDTranslator.INSTANCE,

25. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

75 : IDTranslator.INSTANCE,

26. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

76 : new Translator(VERSION, ePackageClient.getApplicationClient_Version(), DOM_ATTRIBUTE),

27. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

76 : new Translator(VERSION, ePackageClient.getApplicationClient_Version(), DOM_ATTRIBUTE),

28. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

76 : new Translator(VERSION, ePackageClient.getApplicationClient_Version(), DOM_ATTRIBUTE),

29. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

77 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

30. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

77 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

31. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

78 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

32. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

78 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

33. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

79 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+APP_CLIENT_SCHEMA_LOC_1_4),

34. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

79 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+APP_CLIENT_SCHEMA_LOC_1_4),

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/BooleanTranslator.java
1. WARNING: DiscouragedReference

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

BooleanTranslator.java :

21 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

BooleanTranslator.java :

29 : public class BooleanTranslator extends Translator {

3. WARNING: DiscouragedReference

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

BooleanTranslator.java :

37 : super(domNameAndPath, aFeature, BOOLEAN_LOWERCASE);

4. WARNING: DiscouragedReference

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

BooleanTranslator.java :

37 : super(domNameAndPath, aFeature, BOOLEAN_LOWERCASE);

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/CommonTranslators.java
1. WARNING: DiscouragedReference

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

CommonTranslators.java :

21 : import org.eclipse.wst.common.internal.emf.resource.DependencyTranslator;

2. WARNING: DiscouragedReference

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

CommonTranslators.java :

22 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

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

CommonTranslators.java :

23 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

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

CommonTranslators.java :

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

5. WARNING: DiscouragedReference

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

CommonTranslators.java :

33 : public static final Translator[] EMPTY_CHILDREN = new Translator[] {};

6. WARNING: DiscouragedReference

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

CommonTranslators.java :

33 : public static final Translator[] EMPTY_CHILDREN = new Translator[] {};

7. WARNING: DiscouragedReference

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

CommonTranslators.java :

34 : private static final Translator EJB_REF_NAME_TRANSLATOR = new Translator(EJB_REF_NAME, COMMON_PKG.getEjbRef_Name());

8. WARNING: DiscouragedReference

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

CommonTranslators.java :

34 : private static final Translator EJB_REF_NAME_TRANSLATOR = new Translator(EJB_REF_NAME, COMMON_PKG.getEjbRef_Name());

9. WARNING: DiscouragedReference

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

CommonTranslators.java :

34 : private static final Translator EJB_REF_NAME_TRANSLATOR = new Translator(EJB_REF_NAME, COMMON_PKG.getEjbRef_Name());

10. WARNING: DiscouragedReference

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

CommonTranslators.java :

35 : private static final Translator EJB_REF_TYPE_TRANSLATOR = new Translator(EJB_REF_TYPE, COMMON_PKG.getEjbRef_Type()); //Enumeration

11. WARNING: DiscouragedReference

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

CommonTranslators.java :

35 : private static final Translator EJB_REF_TYPE_TRANSLATOR = new Translator(EJB_REF_TYPE, COMMON_PKG.getEjbRef_Type()); //Enumeration

12. WARNING: DiscouragedReference

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

CommonTranslators.java :

35 : private static final Translator EJB_REF_TYPE_TRANSLATOR = new Translator(EJB_REF_TYPE, COMMON_PKG.getEjbRef_Type()); //Enumeration

13. WARNING: DiscouragedReference

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

CommonTranslators.java :

36 : private static final Translator EJB_LINK_TRANSLATOR = new Translator(EJB_LINK, COMMON_PKG.getEjbRef_Link());

14. WARNING: DiscouragedReference

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

CommonTranslators.java :

36 : private static final Translator EJB_LINK_TRANSLATOR = new Translator(EJB_LINK, COMMON_PKG.getEjbRef_Link());

15. WARNING: DiscouragedReference

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

CommonTranslators.java :

36 : private static final Translator EJB_LINK_TRANSLATOR = new Translator(EJB_LINK, COMMON_PKG.getEjbRef_Link());

16. WARNING: DiscouragedReference

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

CommonTranslators.java :

38 : private static final Translator RES_REF_NAME_TRANSLATOR = new Translator(RES_REF_NAME, COMMON_PKG.getResourceRef_Name());

17. WARNING: DiscouragedReference

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

CommonTranslators.java :

38 : private static final Translator RES_REF_NAME_TRANSLATOR = new Translator(RES_REF_NAME, COMMON_PKG.getResourceRef_Name());

18. WARNING: DiscouragedReference

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

CommonTranslators.java :

38 : private static final Translator RES_REF_NAME_TRANSLATOR = new Translator(RES_REF_NAME, COMMON_PKG.getResourceRef_Name());

19. WARNING: DiscouragedReference

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

CommonTranslators.java :

39 : private static final Translator RES_TYPE_TRANSLATOR = new Translator(RES_TYPE, COMMON_PKG.getResourceRef_Type());

20. WARNING: DiscouragedReference

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

CommonTranslators.java :

39 : private static final Translator RES_TYPE_TRANSLATOR = new Translator(RES_TYPE, COMMON_PKG.getResourceRef_Type());

21. WARNING: DiscouragedReference

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

CommonTranslators.java :

39 : private static final Translator RES_TYPE_TRANSLATOR = new Translator(RES_TYPE, COMMON_PKG.getResourceRef_Type());

22. WARNING: DiscouragedReference

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

CommonTranslators.java :

40 : private static final Translator RES_AUTH_TRANSLATOR = new ResAuthTranslator();

23. WARNING: DiscouragedReference

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

CommonTranslators.java :

41 : private static final Translator RES_SHARING_SCOPE_TRANSLATOR = new Translator(RES_SHARING_SCOPE, COMMON_PKG.getResourceRef_ResSharingScope());

24. WARNING: DiscouragedReference

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

CommonTranslators.java :

41 : private static final Translator RES_SHARING_SCOPE_TRANSLATOR = new Translator(RES_SHARING_SCOPE, COMMON_PKG.getResourceRef_ResSharingScope());

25. WARNING: DiscouragedReference

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

CommonTranslators.java :

41 : private static final Translator RES_SHARING_SCOPE_TRANSLATOR = new Translator(RES_SHARING_SCOPE, COMMON_PKG.getResourceRef_ResSharingScope());

26. WARNING: DiscouragedReference

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

CommonTranslators.java :

43 : private static final Translator RES_ENV_REF_NAME_TRANSLATOR = new Translator(RESOURCE_ENV_REF_NAME, COMMON_PKG.getResourceEnvRef_Name());

27. WARNING: DiscouragedReference

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

CommonTranslators.java :

43 : private static final Translator RES_ENV_REF_NAME_TRANSLATOR = new Translator(RESOURCE_ENV_REF_NAME, COMMON_PKG.getResourceEnvRef_Name());

28. WARNING: DiscouragedReference

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

CommonTranslators.java :

43 : private static final Translator RES_ENV_REF_NAME_TRANSLATOR = new Translator(RESOURCE_ENV_REF_NAME, COMMON_PKG.getResourceEnvRef_Name());

29. WARNING: DiscouragedReference

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

CommonTranslators.java :

44 : private static final Translator RES_ENV_REF_TYPE_TRANSLATOR = new JavaClassTranslator(RESOURCE_ENV_REF_TYPE, COMMON_PKG.getResourceEnvRef_Type());

30. WARNING: DiscouragedReference

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

CommonTranslators.java :

46 : private static final Translator SEC_REF_ROLE_NAME_TRANSALTOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRoleRef_Name());

31. WARNING: DiscouragedReference

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

CommonTranslators.java :

46 : private static final Translator SEC_REF_ROLE_NAME_TRANSALTOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRoleRef_Name());

32. WARNING: DiscouragedReference

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

CommonTranslators.java :

46 : private static final Translator SEC_REF_ROLE_NAME_TRANSALTOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRoleRef_Name());

33. WARNING: DiscouragedReference

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

CommonTranslators.java :

47 : private static final Translator SEC_REF_ROLE_LINK_TRANSLATOR = new Translator(ROLE_LINK, COMMON_PKG.getSecurityRoleRef_Link());

34. WARNING: DiscouragedReference

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

CommonTranslators.java :

47 : private static final Translator SEC_REF_ROLE_LINK_TRANSLATOR = new Translator(ROLE_LINK, COMMON_PKG.getSecurityRoleRef_Link());

35. WARNING: DiscouragedReference

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

CommonTranslators.java :

47 : private static final Translator SEC_REF_ROLE_LINK_TRANSLATOR = new Translator(ROLE_LINK, COMMON_PKG.getSecurityRoleRef_Link());

36. WARNING: DiscouragedReference

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

CommonTranslators.java :

49 : private static final Translator RUNAS_ROLE_NAME_TRANSLATOR = new DependencyTranslator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName(), COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

37. WARNING: DiscouragedReference

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

CommonTranslators.java :

49 : private static final Translator RUNAS_ROLE_NAME_TRANSLATOR = new DependencyTranslator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName(), COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

38. WARNING: DiscouragedReference

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

CommonTranslators.java :

49 : private static final Translator RUNAS_ROLE_NAME_TRANSLATOR = new DependencyTranslator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName(), COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

39. WARNING: DiscouragedReference

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

CommonTranslators.java :

51 : private static final Translator SECURITY_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRole_RoleName());

40. WARNING: DiscouragedReference

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

CommonTranslators.java :

51 : private static final Translator SECURITY_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRole_RoleName());

41. WARNING: DiscouragedReference

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

CommonTranslators.java :

51 : private static final Translator SECURITY_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, COMMON_PKG.getSecurityRole_RoleName());

42. WARNING: DiscouragedReference

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

CommonTranslators.java :

53 : public static final Translator DESCRIPTIONS_TRANSLATOR = createDescriptionTranslator(COMMON_PKG.getDescriptionGroup_Descriptions());

43. WARNING: DiscouragedReference

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

CommonTranslators.java :

54 : public static final Translator DISPLAYNAMES_TRANSLATOR = createDisplayNameTranslator(COMMON_PKG.getDescriptionGroup_DisplayNames());

44. WARNING: DiscouragedReference

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

CommonTranslators.java :

55 : public static final Translator ICONS_TRANSLATOR = createIconTranslator();

45. WARNING: DiscouragedReference

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

CommonTranslators.java :

58 : public static final Translator JNDI_REF_GROUP_ENV_ENTRY_1_4 = new EnvEntryTranslator(COMMON_PKG.getJNDIEnvRefsGroup_EnvironmentProperties(), true, true);

46. WARNING: DiscouragedReference

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

CommonTranslators.java :

59 : public static final Translator JNDI_REF_GROUP_EJB_REF_1_4 = CommonTranslators.createEJBRefTranslator14(COMMON_PKG.getJNDIEnvRefsGroup_EjbRefs());

47. WARNING: DiscouragedReference

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

CommonTranslators.java :

60 : public static final Translator JNDI_REF_GROUP_EJB_LOCAL_REF_1_4 = CommonTranslators.createEJBLocalRefTranslator14(COMMON_PKG.getJNDIEnvRefsGroup_EjbLocalRefs());

48. WARNING: DiscouragedReference

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

CommonTranslators.java :

61 : public static final Translator JNDI_REF_GROUP_SERVICE_REF_1_4 = CommonTranslators.createServiceRefGroupTranslator(COMMON_PKG.getJNDIEnvRefsGroup_ServiceRefs());

49. WARNING: DiscouragedReference

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

CommonTranslators.java :

62 : public static final Translator JNDI_REF_GROUP_RESOURCE_REF_1_4 = CommonTranslators.createResourceRefTranslator14(COMMON_PKG.getJNDIEnvRefsGroup_ResourceRefs());

50. WARNING: DiscouragedReference

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

CommonTranslators.java :

63 : public static final Translator JNDI_REF_GROUP_RESOURCE_ENV_REF_1_4 = CommonTranslators.createResourceEnvRefTranslator14(COMMON_PKG.getJNDIEnvRefsGroup_ResourceEnvRefs());

51. WARNING: DiscouragedReference

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

CommonTranslators.java :

64 : public static final Translator JNDI_REF_GROUP_MESSAGE_DEST_REF_1_4 = CommonTranslators.createMessageDestinationRefTranslator(COMMON_PKG.getJNDIEnvRefsGroup_MessageDestinationRefs());

52. WARNING: DiscouragedReference

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

CommonTranslators.java :

67 : public static final Translator JNDI_REF_GROUP_ENV_ENTRY_1_3 = new EnvEntryTranslator(COMMON_PKG.getJNDIEnvRefsGroup_EnvironmentProperties(), true, false);

53. WARNING: DiscouragedReference

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

CommonTranslators.java :

68 : public static final Translator JNDI_REF_GROUP_EJB_REF_1_3 = CommonTranslators.createEJBRefTranslator13(COMMON_PKG.getJNDIEnvRefsGroup_EjbRefs());

54. WARNING: DiscouragedReference

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

CommonTranslators.java :

69 : public static final Translator JNDI_REF_GROUP_EJB_LOCAL_REF_1_3 = CommonTranslators.createEJBLocalRefTranslator13(COMMON_PKG.getJNDIEnvRefsGroup_EjbLocalRefs());

55. WARNING: DiscouragedReference

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

CommonTranslators.java :

70 : public static final Translator JNDI_REF_GROUP_RESOURCE_REF_1_3 = CommonTranslators.createResourceRefTranslator13(COMMON_PKG.getJNDIEnvRefsGroup_ResourceRefs());

56. WARNING: DiscouragedReference

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

CommonTranslators.java :

71 : public static final Translator JNDI_REF_GROUP_RESOURCE_ENV_REF_1_3 = CommonTranslators.createResourceEnvRefTranslator13(COMMON_PKG.getJNDIEnvRefsGroup_ResourceEnvRefs());

57. WARNING: DiscouragedReference

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

CommonTranslators.java :

73 : public static final Translator LISTENER_CLASS_TRANSLATOR = new JavaClassTranslator(LISTENER_CLASS, COMMON_PKG.getListener_ListenerClass());

58. WARNING: DiscouragedReference

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

CommonTranslators.java :

79 : public static Translator createSecurityRoleRefTranslator13(EStructuralFeature feature) {

59. WARNING: DiscouragedReference

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

CommonTranslators.java :

81 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

60. WARNING: DiscouragedReference

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

CommonTranslators.java :

81 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

61. WARNING: DiscouragedReference

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

CommonTranslators.java :

81 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

62. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

82 : result.setChildren(new Translator[] { new Translator(DESCRIPTION, COMMON_PKG.getSecurityRoleRef_Description()), SEC_REF_ROLE_NAME_TRANSALTOR, SEC_REF_ROLE_LINK_TRANSLATOR });

63. WARNING: DiscouragedReference

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

CommonTranslators.java :

82 : result.setChildren(new Translator[] {

64. WARNING: DiscouragedReference

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

CommonTranslators.java :

83 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityRoleRef_Description()),

65. WARNING: DiscouragedReference

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

CommonTranslators.java :

83 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityRoleRef_Description()),

66. WARNING: DiscouragedReference

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

CommonTranslators.java :

90 : public static Translator createSecurityRoleRefTranslator14(EStructuralFeature feature) {

67. WARNING: DiscouragedReference

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

CommonTranslators.java :

92 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

68. WARNING: DiscouragedReference

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

CommonTranslators.java :

92 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

69. WARNING: DiscouragedReference

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

CommonTranslators.java :

92 : GenericTranslator result = new GenericTranslator(SECURITY_ROLE_REF, feature);

70. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

93 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createDescriptionTranslator(COMMON_PKG.getSecurityRoleRef_Descriptions()), SEC_REF_ROLE_NAME_TRANSALTOR, SEC_REF_ROLE_LINK_TRANSLATOR });

71. WARNING: DiscouragedReference

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

CommonTranslators.java :

93 : result.setChildren(new Translator[] {

72. WARNING: DiscouragedReference

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

CommonTranslators.java :

94 : IDTranslator.INSTANCE,

73. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

94 : IDTranslator.INSTANCE,

74. WARNING: DiscouragedReference

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

CommonTranslators.java :

102 : public static Translator createResourceEnvRefTranslator13(EStructuralFeature feature) {

75. WARNING: DiscouragedReference

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

CommonTranslators.java :

103 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

76. WARNING: DiscouragedReference

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

CommonTranslators.java :

103 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

77. WARNING: DiscouragedReference

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

CommonTranslators.java :

103 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

78. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

104 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(DESCRIPTION, COMMON_PKG.getResourceEnvRef_Description()), RES_ENV_REF_NAME_TRANSLATOR, RES_ENV_REF_TYPE_TRANSLATOR });

79. WARNING: DiscouragedReference

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

CommonTranslators.java :

104 : result.setChildren(new Translator[] {

80. WARNING: DiscouragedReference

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

CommonTranslators.java :

105 : IDTranslator.INSTANCE,

81. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

105 : IDTranslator.INSTANCE,

82. WARNING: DiscouragedReference

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

CommonTranslators.java :

106 : new Translator(DESCRIPTION, COMMON_PKG.getResourceEnvRef_Description()),

83. WARNING: DiscouragedReference

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

CommonTranslators.java :

106 : new Translator(DESCRIPTION, COMMON_PKG.getResourceEnvRef_Description()),

84. WARNING: DiscouragedReference

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

CommonTranslators.java :

113 : public static Translator createResourceEnvRefTranslator14(EStructuralFeature feature) {

85. WARNING: DiscouragedReference

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

CommonTranslators.java :

114 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

86. WARNING: DiscouragedReference

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

CommonTranslators.java :

114 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

87. WARNING: DiscouragedReference

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

CommonTranslators.java :

114 : GenericTranslator result = new GenericTranslator(RESOURCE_ENV_REF, feature);

88. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

115 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createDescriptionTranslator(COMMON_PKG.getResourceEnvRef_Descriptions()), RES_ENV_REF_NAME_TRANSLATOR, RES_ENV_REF_TYPE_TRANSLATOR, //J2EE1.4 Added // createDeploymentExtensionTranslator(COMMON_PKG.getResourceEnvRef_Extensions()) });

89. WARNING: DiscouragedReference

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

CommonTranslators.java :

115 : result.setChildren(new Translator[] {

90. WARNING: DiscouragedReference

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

CommonTranslators.java :

116 : IDTranslator.INSTANCE,

91. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

116 : IDTranslator.INSTANCE,

92. WARNING: DiscouragedReference

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

CommonTranslators.java :

126 : public static Translator createResourceRefTranslator13(EStructuralFeature feature) {

93. WARNING: DiscouragedReference

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

CommonTranslators.java :

127 : GenericTranslator result = new GenericTranslator(RESOURCE_REF, feature);

94. WARNING: DiscouragedReference

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

CommonTranslators.java :

127 : GenericTranslator result = new GenericTranslator(RESOURCE_REF, feature);

95. WARNING: DiscouragedReference

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

CommonTranslators.java :

127 : GenericTranslator result = new GenericTranslator(RESOURCE_REF, feature);

96. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

128 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(DESCRIPTION, COMMON_PKG.getResourceRef_Description()), RES_REF_NAME_TRANSLATOR, RES_TYPE_TRANSLATOR, RES_AUTH_TRANSLATOR, //EJB 2.0 Added RES_SHARING_SCOPE_TRANSLATOR, });

97. WARNING: DiscouragedReference

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

CommonTranslators.java :

128 : result.setChildren(new Translator[] {

98. WARNING: DiscouragedReference

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

CommonTranslators.java :

129 : IDTranslator.INSTANCE,

99. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CommonTranslators.java :

129 : IDTranslator.INSTANCE,

100. WARNING: DiscouragedReference

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

CommonTranslators.java :

130 : new Translator(DESCRIPTION, COMMON_PKG.getResourceRef_Description()),

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/EnvEntryTranslator.java
1. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

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

2. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

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

3. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

20 : public class EnvEntryTranslator extends Translator implements DeploymentDescriptorXmlMapperI {

4. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

22 : private static Translator[] children;

5. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

23 : private static Translator[] reorderedChildren;

6. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

32 : super(ENV_ENTRY, aFeature);

7. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

41 : public Translator[] getChildren(Object obj, int versionID) {

8. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

52 : protected Translator[] createChildren() {

9. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

54 : Translator descriptionTranslator;

10. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

58 : descriptionTranslator = new Translator(DESCRIPTION, ePackageCommon.getEnvEntry_Description());

11. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

58 : descriptionTranslator = new Translator(DESCRIPTION, ePackageCommon.getEnvEntry_Description());

12. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

60 : return new Translator[] {

13. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

61 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

61 : IDTranslator.INSTANCE,

15. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

63 : new Translator(ENV_ENTRY_NAME, ePackageCommon.getEnvEntry_Name()),

16. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

63 : new Translator(ENV_ENTRY_NAME, ePackageCommon.getEnvEntry_Name()),

17. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

65 : new Translator(ENV_ENTRY_VALUE, ePackageCommon.getEnvEntry_Value())

18. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

65 : new Translator(ENV_ENTRY_VALUE, ePackageCommon.getEnvEntry_Value())

19. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

70 : reorderedChildren = new Translator[children.length];

20. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

72 : Translator temp = reorderedChildren[3];

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/EnvEntryTypeTranslator.java
1. WARNING: DiscouragedReference

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

EnvEntryTypeTranslator.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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTypeTranslator.java :

19 : public class EnvEntryTypeTranslator extends Translator implements DeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

EnvEntryTypeTranslator.java :

23 : super(ENV_ENTRY_TYPE, CommonPackage.eINSTANCE.getEnvEntry_Type());

4. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTypeTranslator.java :

32 : return super.convertStringToValue(strValue.substring(SUBSTRING_LENGTH), owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/JavaClassTranslator.java
1. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

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

2. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.TranslatorPath;

3. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

23 : public class JavaClassTranslator extends Translator {

4. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

31 : super(domNameAndPath, aFeature);

5. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

40 : public JavaClassTranslator(String domNameAndPath, EStructuralFeature aFeature, TranslatorPath path) {

6. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

41 : super(domNameAndPath, aFeature, path);

7. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

50 : public JavaClassTranslator(String domNameAndPath, EStructuralFeature aFeature, TranslatorPath[] paths) {

8. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

51 : super(domNameAndPath, aFeature, paths);

9. WARNING: DiscouragedReference

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

JavaClassTranslator.java :

61 : super(domNameAndPath, aFeature, style);

Source File: org/eclipse/jst/j2ee/internal/model/translator/common/ResAuthTranslator.java
1. WARNING: DiscouragedReference

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

ResAuthTranslator.java :

24 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

28 : public class ResAuthTranslator extends Translator implements DeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

ResAuthTranslator.java :

33 : super(RES_AUTH, CommonPackage.eINSTANCE.getResourceRef_Auth());

4. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

44 : return super.convertStringToValue(strValue, owner);

5. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

58 : return super.convertStringToValue(strValue, owner);

6. WARNING: DiscouragedReference

Discouraged access: The method convertValueToString(Object, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

69 : return super.convertValueToString(value, owner);

7. WARNING: DiscouragedReference

Discouraged access: The method convertValueToString(Object, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

82 : return super.convertValueToString(value, owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/connector/ConnectorTranslator.java
1. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

20 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

22 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

23 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

5. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

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

6. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

27 : public class ConnectorTranslator extends RootTranslator implements RarDeploymentDescriptorXmlMapperI, J2EEConstants {

7. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

32 : private static Translator[] children13;

8. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

33 : private static Translator[] children14;

9. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

35 : private static final Translator VENDOR_NAME_TRANSLATOR = new Translator(VENDOR_NAME, CONNECTOR_PKG.getConnector_VendorName());

10. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

35 : private static final Translator VENDOR_NAME_TRANSLATOR = new Translator(VENDOR_NAME, CONNECTOR_PKG.getConnector_VendorName());

11. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

35 : private static final Translator VENDOR_NAME_TRANSLATOR = new Translator(VENDOR_NAME, CONNECTOR_PKG.getConnector_VendorName());

12. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

36 : private static final Translator EIS_TYPE_TRANSLATOR = new Translator(EIS_TYPE, CONNECTOR_PKG.getConnector_EisType());

13. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

36 : private static final Translator EIS_TYPE_TRANSLATOR = new Translator(EIS_TYPE, CONNECTOR_PKG.getConnector_EisType());

14. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

36 : private static final Translator EIS_TYPE_TRANSLATOR = new Translator(EIS_TYPE, CONNECTOR_PKG.getConnector_EisType());

15. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

38 : private static final Translator CONFIG_PROPERTY_NAME_TRANSLATOR= new Translator(CONFIG_PROPERTY_NAME, CONNECTOR_PKG.getConfigProperty_Name());

16. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

38 : private static final Translator CONFIG_PROPERTY_NAME_TRANSLATOR= new Translator(CONFIG_PROPERTY_NAME, CONNECTOR_PKG.getConfigProperty_Name());

17. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

38 : private static final Translator CONFIG_PROPERTY_NAME_TRANSLATOR= new Translator(CONFIG_PROPERTY_NAME, CONNECTOR_PKG.getConfigProperty_Name());

18. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

39 : private static final Translator CONFIG_PROPERTY_TYPE_TRANSLATOR= new Translator(CONFIG_PROPERTY_TYPE, CONNECTOR_PKG.getConfigProperty_Type());

19. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

39 : private static final Translator CONFIG_PROPERTY_TYPE_TRANSLATOR= new Translator(CONFIG_PROPERTY_TYPE, CONNECTOR_PKG.getConfigProperty_Type());

20. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

39 : private static final Translator CONFIG_PROPERTY_TYPE_TRANSLATOR= new Translator(CONFIG_PROPERTY_TYPE, CONNECTOR_PKG.getConfigProperty_Type());

21. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

40 : private static final Translator CONFIG_PROPERTY_VALUE_TRANSLATOR= new Translator(CONFIG_PROPERTY_VALUE, CONNECTOR_PKG.getConfigProperty_Value());

22. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

40 : private static final Translator CONFIG_PROPERTY_VALUE_TRANSLATOR= new Translator(CONFIG_PROPERTY_VALUE, CONNECTOR_PKG.getConfigProperty_Value());

23. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

40 : private static final Translator CONFIG_PROPERTY_VALUE_TRANSLATOR= new Translator(CONFIG_PROPERTY_VALUE, CONNECTOR_PKG.getConfigProperty_Value());

24. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

42 : private static final Translator SECURITY_PERMISSION_SPEC_TRANSLATOR = new Translator(SECURITY_PERMISSION_SPEC, CONNECTOR_PKG.getSecurityPermission_Specification());

25. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

42 : private static final Translator SECURITY_PERMISSION_SPEC_TRANSLATOR = new Translator(SECURITY_PERMISSION_SPEC, CONNECTOR_PKG.getSecurityPermission_Specification());

26. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

42 : private static final Translator SECURITY_PERMISSION_SPEC_TRANSLATOR = new Translator(SECURITY_PERMISSION_SPEC, CONNECTOR_PKG.getSecurityPermission_Specification());

27. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

44 : private static final Translator AUTH_MECH_TYPE_TRANSLATOR = new Translator(AUTH_MECH_TYPE, CONNECTOR_PKG.getAuthenticationMechanism_AuthenticationMechanismType());

28. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

44 : private static final Translator AUTH_MECH_TYPE_TRANSLATOR = new Translator(AUTH_MECH_TYPE, CONNECTOR_PKG.getAuthenticationMechanism_AuthenticationMechanismType());

29. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

44 : private static final Translator AUTH_MECH_TYPE_TRANSLATOR = new Translator(AUTH_MECH_TYPE, CONNECTOR_PKG.getAuthenticationMechanism_AuthenticationMechanismType());

30. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

45 : private static final Translator CREDENTIAL_INTERFACE_TRANSLATOR = new Translator(CREDENTIAL_INTERFACE, CONNECTOR_PKG.getAuthenticationMechanism_CredentialInterface());

31. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

45 : private static final Translator CREDENTIAL_INTERFACE_TRANSLATOR = new Translator(CREDENTIAL_INTERFACE, CONNECTOR_PKG.getAuthenticationMechanism_CredentialInterface());

32. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

45 : private static final Translator CREDENTIAL_INTERFACE_TRANSLATOR = new Translator(CREDENTIAL_INTERFACE, CONNECTOR_PKG.getAuthenticationMechanism_CredentialInterface());

33. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

50 : super(CONNECTOR, JcaPackage.eINSTANCE.getConnector());

34. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

57 : public Translator[] getChildren(Object o, int versionID) {

35. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

71 : protected Translator[] create13Children() {

36. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

72 : return new Translator[] {

37. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

73 : IDTranslator.INSTANCE,

38. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

73 : IDTranslator.INSTANCE,

39. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

74 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName() ),

40. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

74 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName() ),

41. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

75 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

42. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

75 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

43. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

76 : new Translator(ICON+"/"+SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon() ), //$NON-NLS-1$

44. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

76 : new Translator(ICON+"/"+SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon() ), //$NON-NLS-1$

45. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

77 : new Translator(ICON+"/"+LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon() ), //$NON-NLS-1$

46. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

77 : new Translator(ICON+"/"+LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon() ), //$NON-NLS-1$

47. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

79 : new Translator(SPEC_VERSION, CONNECTOR_PKG.getConnector_SpecVersion() ),

48. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

79 : new Translator(SPEC_VERSION, CONNECTOR_PKG.getConnector_SpecVersion() ),

49. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

81 : new Translator(VERSION, CONNECTOR_PKG.getConnector_Version() ),

50. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

81 : new Translator(VERSION, CONNECTOR_PKG.getConnector_Version() ),

51. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

87 : protected Translator[] create14Children() {

52. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

88 : return new Translator[] {

53. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

89 : IDTranslator.INSTANCE,

54. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

89 : IDTranslator.INSTANCE,

55. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

90 : new Translator(VERSION, CONNECTOR_PKG.getConnector_SpecVersion(), DOM_ATTRIBUTE),

56. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

90 : new Translator(VERSION, CONNECTOR_PKG.getConnector_SpecVersion(), DOM_ATTRIBUTE),

57. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

90 : new Translator(VERSION, CONNECTOR_PKG.getConnector_SpecVersion(), DOM_ATTRIBUTE),

58. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

91 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

59. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

91 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

60. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

92 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

61. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

92 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

62. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

93 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+CONNECTOR_SCHEMA_LOC_1_5),

63. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

93 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+CONNECTOR_SCHEMA_LOC_1_5),

64. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

99 : new Translator(RESOURCEADAPTER_VERSION, CONNECTOR_PKG.getConnector_Version()),

65. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

99 : new Translator(RESOURCEADAPTER_VERSION, CONNECTOR_PKG.getConnector_Version()),

66. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

105 : private Translator createResourceAdapterTranslator14() {

67. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

106 : GenericTranslator result = new GenericTranslator(RESOURCEADAPTER, CONNECTOR_PKG.getConnector_ResourceAdapter());

68. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

106 : GenericTranslator result = new GenericTranslator(RESOURCEADAPTER, CONNECTOR_PKG.getConnector_ResourceAdapter());

69. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

106 : GenericTranslator result = new GenericTranslator(RESOURCEADAPTER, CONNECTOR_PKG.getConnector_ResourceAdapter());

70. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

107 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(RESOURCEADAPTER_CLASS,CONNECTOR_PKG.getResourceAdapter_ResourceAdapterClass()), createConfigurationPropertyTranslator14(CONNECTOR_PKG.getResourceAdapter_ConfigProperties()), createOutboundTranslator(), createInboundTranslator(), createAdminObjectTranslator(), createSecurityPermissionsTranslator() });

71. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

107 : result.setChildren(new Translator[] {

72. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

108 : IDTranslator.INSTANCE,

73. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

108 : IDTranslator.INSTANCE,

74. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

109 : new Translator(RESOURCEADAPTER_CLASS,CONNECTOR_PKG.getResourceAdapter_ResourceAdapterClass()),

75. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

109 : new Translator(RESOURCEADAPTER_CLASS,CONNECTOR_PKG.getResourceAdapter_ResourceAdapterClass()),

76. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

119 : private Translator createOutboundTranslator() {

77. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

120 : GenericTranslator result = new GenericTranslator(OUTBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_OutboundResourceAdapter());

78. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

120 : GenericTranslator result = new GenericTranslator(OUTBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_OutboundResourceAdapter());

79. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

120 : GenericTranslator result = new GenericTranslator(OUTBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_OutboundResourceAdapter());

80. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

121 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createConnectionDefinationTranslator(), new Translator(TRANSACTION_SUPPORT, CONNECTOR_PKG.getOutboundResourceAdapter_TransactionSupport()), createAuthMechanismTranslator14(CONNECTOR_PKG.getOutboundResourceAdapter_AuthenticationMechanisms()), new BooleanTranslator(REAUTHENTICATION_SUPPORT, CONNECTOR_PKG.getOutboundResourceAdapter_ReauthenticationSupport()), });

81. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

121 : result.setChildren(new Translator[] {

82. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

122 : IDTranslator.INSTANCE,

83. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

122 : IDTranslator.INSTANCE,

84. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

124 : new Translator(TRANSACTION_SUPPORT, CONNECTOR_PKG.getOutboundResourceAdapter_TransactionSupport()),

85. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

124 : new Translator(TRANSACTION_SUPPORT, CONNECTOR_PKG.getOutboundResourceAdapter_TransactionSupport()),

86. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

131 : private Translator createInboundTranslator() {

87. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

132 : GenericTranslator result = new GenericTranslator(INBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_InboundResourceAdapter());

88. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

132 : GenericTranslator result = new GenericTranslator(INBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_InboundResourceAdapter());

89. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

132 : GenericTranslator result = new GenericTranslator(INBOUND_RESOURCEADAPTER, CONNECTOR_PKG.getResourceAdapter_InboundResourceAdapter());

90. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

133 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createMessageAdapterTranslator() });

91. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

133 : result.setChildren(new Translator[] {

92. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

134 : IDTranslator.INSTANCE,

93. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

134 : IDTranslator.INSTANCE,

94. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

141 : private Translator createMessageAdapterTranslator() {

95. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

142 : GenericTranslator result = new GenericTranslator(MESSAGEADAPTER, CONNECTOR_PKG.getInboundResourceAdapter_MessageAdapter());

96. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

142 : GenericTranslator result = new GenericTranslator(MESSAGEADAPTER, CONNECTOR_PKG.getInboundResourceAdapter_MessageAdapter());

97. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

142 : GenericTranslator result = new GenericTranslator(MESSAGEADAPTER, CONNECTOR_PKG.getInboundResourceAdapter_MessageAdapter());

98. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

143 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createMessageListenerTranslator(), });

99. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

143 : result.setChildren(new Translator[] {

100. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

144 : IDTranslator.INSTANCE,

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/AbstractEJBTranslator.java
1. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

23 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

2. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

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

3. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

29 : public abstract class AbstractEJBTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI, J2EEVersionConstants {

4. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

39 : super(domNameAndPath, EJB_PKG.getEJBJar_EnterpriseBeans());

5. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

43 : protected Translator[] create13Children() {

6. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

44 : Translator[] start = getCommonBeginMaps13();

7. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

45 : Translator[] middle = getSpecificMaps(J2EE_1_3_ID);

8. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

46 : Translator[] end = getEndMaps13();

9. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

47 : return (Translator[]) concat(start, concat(middle, end));

10. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

47 : return (Translator[]) concat(start, concat(middle, end));

11. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

47 : return (Translator[]) concat(start, concat(middle, end));

12. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

50 : protected Translator[] create14Children() {

13. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

51 : Translator[] start = getCommonBeginMaps14();

14. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

52 : Translator[] middle = getSpecificMaps(J2EE_1_4_ID);

15. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

53 : Translator[] end = getEndMaps14();

16. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

55 : return (Translator[]) concat(start, concat(middle, end));

17. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

55 : return (Translator[]) concat(start, concat(middle, end));

18. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

55 : return (Translator[]) concat(start, concat(middle, end));

19. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

58 : protected Translator[] getCommonBeginMaps13() {

20. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

60 : Translator[] beginMaps = new Translator[] {

21. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

60 : Translator[] beginMaps = new Translator[] {

22. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

61 : IDTranslator.INSTANCE,

23. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

61 : IDTranslator.INSTANCE,

24. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

62 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

25. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

62 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

26. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

63 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

27. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

63 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

28. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

64 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

29. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

64 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

30. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

65 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

31. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

65 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

32. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

66 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())

33. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

66 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())

34. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

70 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

35. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

70 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

36. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

70 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

37. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

71 : return (Translator[])concat(beginMaps, getEJBClassMap());

38. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

71 : return (Translator[])concat(beginMaps, getEJBClassMap());

39. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

75 : protected Translator[] getCommonBeginMaps14() {

40. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

77 : Translator[] beginMaps = new Translator[] {

41. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

77 : Translator[] beginMaps = new Translator[] {

42. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

78 : IDTranslator.INSTANCE,

43. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

78 : IDTranslator.INSTANCE,

44. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

82 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())

45. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

82 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())

46. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

85 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

47. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

85 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

48. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

85 : return (Translator[])concat(concat(beginMaps, getHomeRemoteMaps()), getEJBClassMap());

49. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

86 : return (Translator[])concat(beginMaps, getEJBClassMap());

50. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AbstractEJBTranslator.java :

86 : return (Translator[])concat(beginMaps, getEJBClassMap());

51. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

89 : protected Translator[] getHomeRemoteMaps() {

52. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

90 : return new Translator[] {

53. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

100 : protected Translator[] getEJBClassMap() {

54. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

101 : return new Translator[] {

55. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

111 : protected Translator[] getEndMaps13() {

56. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

112 : return new Translator[] {

57. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

124 : protected Translator[] getEndMaps14() {

58. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

125 : return new Translator[] {

59. WARNING: DiscouragedReference

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

AbstractEJBTranslator.java :

139 : protected abstract Translator[] getSpecificMaps(int versionID);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/AcknowledgeModeTranslator.java
1. WARNING: DiscouragedReference

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

AcknowledgeModeTranslator.java :

22 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AcknowledgeModeTranslator.java :

27 : public class AcknowledgeModeTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

AcknowledgeModeTranslator.java :

36 : super(ACKNOWLEDGE_MODE, EjbPackage.eINSTANCE.getMessageDriven_AcknowledgeMode());

4. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AcknowledgeModeTranslator.java :

47 : return super.convertStringToValue(strValue, owner);

5. WARNING: DiscouragedReference

Discouraged access: The method convertValueToString(Object, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AcknowledgeModeTranslator.java :

57 : return super.convertValueToString(value, owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/CMPFieldTranslator.java
1. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

29 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

2. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

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

3. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

38 : public class CMPFieldTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

4. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

40 : public static Translator[] children;

5. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

42 : super(CMP_FIELD, EJB_PKG.getContainerManagedEntity_PersistentAttributes());

6. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

49 : protected Translator[] getChildren() {

7. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

55 : protected Translator[] createChildren(){

8. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

56 : return new Translator[] {

9. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

57 : IDTranslator.INSTANCE,

10. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

57 : IDTranslator.INSTANCE,

11. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

58 : new Translator(DESCRIPTION,EJB_PKG.getCMPAttribute_Description()),

12. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

58 : new Translator(DESCRIPTION,EJB_PKG.getCMPAttribute_Description()),

13. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

59 : new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name())

14. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

59 : new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name())

15. WARNING: DiscouragedReference

Discouraged access: The method getMOFChildren(EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

73 : return super.getMOFChildren(mofObject);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/CMPVersionTranslator.java
1. WARNING: DiscouragedReference

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

CMPVersionTranslator.java :

23 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPVersionTranslator.java :

28 : public class CMPVersionTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

CMPVersionTranslator.java :

35 : super(CMP_VERSION, EjbPackage.eINSTANCE.getContainerManagedEntity_Version());

4. WARNING: DiscouragedReference

Discouraged access: The method getMOFValue(EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPVersionTranslator.java :

45 : return super.getMOFValue(mofObject);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/ContainerManagedEntityTranslator.java
1. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

19 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

2. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

20 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

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

4. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

28 : private static Translator[] children13;

5. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

29 : private static Translator[] children14;

6. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

65 : public Translator[] getChildren(Object o, int versionID) {

7. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

88 : protected Translator[] getSpecificMaps(int versionID) {

8. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

89 : Translator[] cmpTranslators = new Translator[] {

9. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

89 : Translator[] cmpTranslators = new Translator[] {

10. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

92 : new Translator(ABSTRACT_SCHEMA_NAME, EJB_PKG.getContainerManagedEntity_AbstractSchemaName()),

11. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

92 : new Translator(ABSTRACT_SCHEMA_NAME, EJB_PKG.getContainerManagedEntity_AbstractSchemaName()),

12. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

98 : return (Translator[]) concat(super.getSpecificMaps(versionID), cmpTranslators);

13. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

98 : return (Translator[]) concat(super.getSpecificMaps(versionID), cmpTranslators);

14. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

103 : protected Translator[] getEndMaps13() {

15. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

105 : Translator[] queryT = new Translator[] {

16. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

105 : Translator[] queryT = new Translator[] {

17. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

108 : return (Translator[]) concat(super.getEndMaps13(), queryT);

18. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

108 : return (Translator[]) concat(super.getEndMaps13(), queryT);

19. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

112 : protected Translator[] getEndMaps14() {

20. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

114 : Translator[] queryT = new Translator[] {

21. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

114 : Translator[] queryT = new Translator[] {

22. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

117 : return (Translator[]) concat(super.getEndMaps14(), queryT);

23. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

117 : return (Translator[]) concat(super.getEndMaps14(), queryT);

24. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

120 : public static Translator createQueryTranslators() {

25. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

121 : GenericTranslator result = new GenericTranslator(QUERY, EJB_PKG.getContainerManagedEntity_Queries());

26. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

121 : GenericTranslator result = new GenericTranslator(QUERY, EJB_PKG.getContainerManagedEntity_Queries());

27. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

121 : GenericTranslator result = new GenericTranslator(QUERY, EJB_PKG.getContainerManagedEntity_Queries());

28. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

122 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(DESCRIPTION, EJB_PKG.getQuery_Description()), createQueryMethodTranslators(), new Translator(RESULT_TYPE_MAPPING, EJB_PKG.getQuery_ReturnTypeMapping()), new Translator(EJB_QL, EJB_PKG.getQuery_EjbQL()) });

29. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

122 : result.setChildren(new Translator[] {

30. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

123 : IDTranslator.INSTANCE,

31. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

123 : IDTranslator.INSTANCE,

32. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

124 : new Translator(DESCRIPTION, EJB_PKG.getQuery_Description()),

33. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

124 : new Translator(DESCRIPTION, EJB_PKG.getQuery_Description()),

34. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

126 : new Translator(RESULT_TYPE_MAPPING, EJB_PKG.getQuery_ReturnTypeMapping()),

35. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

126 : new Translator(RESULT_TYPE_MAPPING, EJB_PKG.getQuery_ReturnTypeMapping()),

36. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

127 : new Translator(EJB_QL, EJB_PKG.getQuery_EjbQL())

37. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

127 : new Translator(EJB_QL, EJB_PKG.getQuery_EjbQL())

38. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

132 : public static Translator createQueryMethodTranslators() {

39. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

133 : GenericTranslator result = new GenericTranslator(QUERY_METHOD, EJB_PKG.getQuery_QueryMethod());

40. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

133 : GenericTranslator result = new GenericTranslator(QUERY_METHOD, EJB_PKG.getQuery_QueryMethod());

41. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

133 : GenericTranslator result = new GenericTranslator(QUERY_METHOD, EJB_PKG.getQuery_QueryMethod());

42. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

134 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name()), new MethodParamsTranslator(EJB_PKG.getMethodElement_Parms()) });

43. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

134 : result.setChildren(new Translator[] {

44. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

135 : IDTranslator.INSTANCE,

45. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

135 : IDTranslator.INSTANCE,

46. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

136 : new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name()),

47. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

136 : new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name()),

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/EJBJarTranslator.java
1. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

27 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

28 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

5. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

29 : import org.eclipse.wst.common.internal.emf.resource.SourceLinkTranslator;

6. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

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

7. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

31 : import org.eclipse.wst.common.internal.emf.resource.TranslatorPath;

8. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

36 : public class EJBJarTranslator extends RootTranslator implements EjbDeploymentDescriptorXmlMapperI, J2EEConstants {

9. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

40 : private static Translator[] children13;

10. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

41 : private static Translator[] children14;

11. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

43 : public static TranslatorPath ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH =

12. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorPath(Translator[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

44 : new TranslatorPath( new Translator[] { new Translator(EJB_JAR, ROOT_FEATURE), new Translator(EnterpriseBeansTranslator.ENTERPRISE_BEANS_PATH, EJB_PKG.getEJBJar_EnterpriseBeans()), new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())});

13. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

44 : new TranslatorPath(

14. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

45 : new Translator[] {

15. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

46 : new Translator(EJB_JAR, ROOT_FEATURE),

16. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

46 : new Translator(EJB_JAR, ROOT_FEATURE),

17. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

46 : new Translator(EJB_JAR, ROOT_FEATURE),

18. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

47 : new Translator(EnterpriseBeansTranslator.ENTERPRISE_BEANS_PATH, EJB_PKG.getEJBJar_EnterpriseBeans()),

19. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

47 : new Translator(EnterpriseBeansTranslator.ENTERPRISE_BEANS_PATH, EJB_PKG.getEJBJar_EnterpriseBeans()),

20. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

48 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())});

21. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

48 : new Translator(EJB_NAME, EJB_PKG.getEnterpriseBean_Name())});

22. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

51 : private static final Translator CMR_FIELD_NAME_TRANSLATOR = new Translator(CMR_FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name());

23. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

51 : private static final Translator CMR_FIELD_NAME_TRANSLATOR = new Translator(CMR_FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name());

24. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

51 : private static final Translator CMR_FIELD_NAME_TRANSLATOR = new Translator(CMR_FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name());

25. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

52 : private static final Translator CMR_FIELD_TYPE_TRANSLATOR = new JavaClassTranslator(CMR_FIELD_TYPE, EJB_PKG.getCMRField_CollectionType());

26. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

53 : private static final Translator ROLE_SOURCE_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getRoleSource_EntityBean(), ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

27. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

53 : private static final Translator ROLE_SOURCE_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getRoleSource_EntityBean(), ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

28. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

53 : private static final Translator ROLE_SOURCE_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getRoleSource_EntityBean(), ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

29. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

54 : private static final Translator EJB_RELATIONSHIP_ROLE_NAME_TRANSLATOR = new Translator(EJB_RELATIONSHIP_ROLE_NAME, EJB_PKG.getEJBRelationshipRole_RoleName());

30. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

54 : private static final Translator EJB_RELATIONSHIP_ROLE_NAME_TRANSLATOR = new Translator(EJB_RELATIONSHIP_ROLE_NAME, EJB_PKG.getEJBRelationshipRole_RoleName());

31. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

54 : private static final Translator EJB_RELATIONSHIP_ROLE_NAME_TRANSLATOR = new Translator(EJB_RELATIONSHIP_ROLE_NAME, EJB_PKG.getEJBRelationshipRole_RoleName());

32. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

55 : private static final Translator MULTIPLICITY_TRANSLATOR = new MultiplicityTranslator();

33. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

56 : private static final Translator CASCADE_DELETE_TRANSLATOR = new Translator(CASCADE_DELETE, EJB_PKG.getEJBRelationshipRole_CascadeDelete(), Translator.EMPTY_TAG);

34. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

56 : private static final Translator CASCADE_DELETE_TRANSLATOR = new Translator(CASCADE_DELETE, EJB_PKG.getEJBRelationshipRole_CascadeDelete(), Translator.EMPTY_TAG);

35. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

56 : private static final Translator CASCADE_DELETE_TRANSLATOR = new Translator(CASCADE_DELETE, EJB_PKG.getEJBRelationshipRole_CascadeDelete(), Translator.EMPTY_TAG);

36. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

56 : private static final Translator CASCADE_DELETE_TRANSLATOR = new Translator(CASCADE_DELETE, EJB_PKG.getEJBRelationshipRole_CascadeDelete(), Translator.EMPTY_TAG);

37. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

56 : private static final Translator CASCADE_DELETE_TRANSLATOR = new Translator(CASCADE_DELETE, EJB_PKG.getEJBRelationshipRole_CascadeDelete(), Translator.EMPTY_TAG);

38. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

57 : private static final Translator EJB_RELATION_NAME_TRANSLATOR = new Translator(EJB_RELATION_NAME, EJB_PKG.getEJBRelation_Name());

39. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

57 : private static final Translator EJB_RELATION_NAME_TRANSLATOR = new Translator(EJB_RELATION_NAME, EJB_PKG.getEJBRelation_Name());

40. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

57 : private static final Translator EJB_RELATION_NAME_TRANSLATOR = new Translator(EJB_RELATION_NAME, EJB_PKG.getEJBRelation_Name());

41. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

58 : private static final Translator UNCHECKED_TRANSLATOR = new Translator(UNCHECKED, EJB_PKG.getMethodPermission_Unchecked(), Translator.EMPTY_TAG);

42. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

58 : private static final Translator UNCHECKED_TRANSLATOR = new Translator(UNCHECKED, EJB_PKG.getMethodPermission_Unchecked(), Translator.EMPTY_TAG);

43. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

58 : private static final Translator UNCHECKED_TRANSLATOR = new Translator(UNCHECKED, EJB_PKG.getMethodPermission_Unchecked(), Translator.EMPTY_TAG);

44. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

58 : private static final Translator UNCHECKED_TRANSLATOR = new Translator(UNCHECKED, EJB_PKG.getMethodPermission_Unchecked(), Translator.EMPTY_TAG);

45. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

58 : private static final Translator UNCHECKED_TRANSLATOR = new Translator(UNCHECKED, EJB_PKG.getMethodPermission_Unchecked(), Translator.EMPTY_TAG);

46. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

59 : private static final Translator METHOD_PERMISSION_ROLE_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(ROLE_NAME,EJB_PKG.getMethodPermission_Roles(),new TranslatorPath(

47. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

59 : private static final Translator METHOD_PERMISSION_ROLE_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(ROLE_NAME,EJB_PKG.getMethodPermission_Roles(),new TranslatorPath( new Translator[] { new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE), new Translator(SECURITY_ROLE, EJB_PKG.getAssemblyDescriptor_SecurityRoles()), new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName()) }));

48. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

59 : private static final Translator METHOD_PERMISSION_ROLE_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(ROLE_NAME,EJB_PKG.getMethodPermission_Roles(),new TranslatorPath(

49. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorPath(Translator[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

59 : private static final Translator METHOD_PERMISSION_ROLE_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(ROLE_NAME,EJB_PKG.getMethodPermission_Roles(),new TranslatorPath( new Translator[] { new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE), new Translator(SECURITY_ROLE, EJB_PKG.getAssemblyDescriptor_SecurityRoles()), new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName()) }));

50. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

59 : private static final Translator METHOD_PERMISSION_ROLE_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(ROLE_NAME,EJB_PKG.getMethodPermission_Roles(),new TranslatorPath(

51. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

60 : new Translator[] {

52. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

61 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

53. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

61 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

54. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

61 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

55. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

62 : new Translator(SECURITY_ROLE, EJB_PKG.getAssemblyDescriptor_SecurityRoles()),

56. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

62 : new Translator(SECURITY_ROLE, EJB_PKG.getAssemblyDescriptor_SecurityRoles()),

57. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

63 : new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName())

58. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

63 : new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName())

59. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

65 : private static final Translator SEC_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName(), new TranslatorPath(

60. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

65 : private static final Translator SEC_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName(), new TranslatorPath( new Translator[] { new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE), new Translator(METHOD_PERMISSION, EJB_PKG.getAssemblyDescriptor_MethodPermissions()), new Translator(SECURITY_ROLE, EJB_PKG.getMethodPermission_Roles()), new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName()) }));

61. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

65 : private static final Translator SEC_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName(), new TranslatorPath(

62. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorPath(Translator[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

65 : private static final Translator SEC_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName(), new TranslatorPath( new Translator[] { new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE), new Translator(METHOD_PERMISSION, EJB_PKG.getAssemblyDescriptor_MethodPermissions()), new Translator(SECURITY_ROLE, EJB_PKG.getMethodPermission_Roles()), new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName()) }));

63. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

65 : private static final Translator SEC_ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName(), new TranslatorPath(

64. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

66 : new Translator[] {

65. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

67 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

66. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

67 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

67. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

67 : new Translator(ASSEMBLY_DESCRIPTOR, CONTAINER_FEATURE),

68. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

68 : new Translator(METHOD_PERMISSION, EJB_PKG.getAssemblyDescriptor_MethodPermissions()),

69. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

68 : new Translator(METHOD_PERMISSION, EJB_PKG.getAssemblyDescriptor_MethodPermissions()),

70. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

69 : new Translator(SECURITY_ROLE, EJB_PKG.getMethodPermission_Roles()),

71. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

69 : new Translator(SECURITY_ROLE, EJB_PKG.getMethodPermission_Roles()),

72. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

70 : new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName())

73. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

70 : new Translator(ROLE_NAME, CommonPackage.eINSTANCE.getSecurityRole_RoleName())

74. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

73 : private static final Translator TRANS_ATTRIBUTE_TRANSLATOR = new Translator(TRANS_ATTRIBUTE, EJB_PKG.getMethodTransaction_TransactionAttribute());

75. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

73 : private static final Translator TRANS_ATTRIBUTE_TRANSLATOR = new Translator(TRANS_ATTRIBUTE, EJB_PKG.getMethodTransaction_TransactionAttribute());

76. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

73 : private static final Translator TRANS_ATTRIBUTE_TRANSLATOR = new Translator(TRANS_ATTRIBUTE, EJB_PKG.getMethodTransaction_TransactionAttribute());

77. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

74 : private static final Translator METHOD_ELEMENT_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getMethodElement_EnterpriseBean(), EJBJarTranslator.ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

78. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

74 : private static final Translator METHOD_ELEMENT_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getMethodElement_EnterpriseBean(), EJBJarTranslator.ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

79. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

74 : private static final Translator METHOD_ELEMENT_EJB_NAME_SOURCELINK_TRANSLATOR = new SourceLinkTranslator(EJB_NAME, EJB_PKG.getMethodElement_EnterpriseBean(), EJBJarTranslator.ENTERPRISE_BEAN_NAME_TRANSLATOR_PATH);

80. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

75 : private static final Translator METHOD_NAME_TRANSLATOR = new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name());

81. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

75 : private static final Translator METHOD_NAME_TRANSLATOR = new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name());

82. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

75 : private static final Translator METHOD_NAME_TRANSLATOR = new Translator(METHOD_NAME, EJB_PKG.getMethodElement_Name());

83. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

76 : private static final Translator METHOD_PARAM_TRANSLATOR = new MethodParamsTranslator(EJB_PKG.getMethodElement_Parms());

84. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

77 : private static final Translator METHOD_ELEMENT_KIND_TRANSLATOR = new MethodElementKindTranslator();

85. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

80 : super(EJB_JAR, EJB_PKG.getEJBJar());

86. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

87 : public Translator[] getChildren(Object o, int versionID) {

87. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

101 : protected Translator[] create13Children() {

88. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

102 : return new Translator[] {

89. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

103 : IDTranslator.INSTANCE,

90. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

103 : IDTranslator.INSTANCE,

91. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

104 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

92. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

104 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

93. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

105 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

94. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

105 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

95. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

106 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

96. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

106 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

97. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

107 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

98. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

107 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

99. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

111 : new Translator(EJB_CLIENT_JAR, EJB_PKG.getEJBJar_EjbClientJar()),

100. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

111 : new Translator(EJB_CLIENT_JAR, EJB_PKG.getEJBJar_EjbClientJar()),

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/EnterpriseBeansTranslator.java
1. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

23 : import org.eclipse.wst.common.internal.emf.resource.MultiObjectTranslator;

2. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

24 : import org.eclipse.wst.common.internal.emf.resource.ReadAheadHelper;

3. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

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

4. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

30 : public class EnterpriseBeansTranslator extends MultiObjectTranslator implements EjbDeploymentDescriptorXmlMapperI {

5. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

51 : super(ENTERPRISE_BEANS_PATH, EJB_PKG.getEJBJar_EnterpriseBeans());

6. WARNING: DiscouragedReference

Discouraged access: The method addReadAheadHelper(ReadAheadHelper) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeansTranslator.java :

52 : addReadAheadHelper(new ReadAheadHelper(ENTITY, new String[] {BEAN, CONTAINER}, PERSISTENCE_TYPE ));

7. WARNING: DiscouragedReference

Discouraged access: The constructor ReadAheadHelper(String, String[], String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeansTranslator.java :

52 : addReadAheadHelper(new ReadAheadHelper(ENTITY, new String[] {BEAN, CONTAINER}, PERSISTENCE_TYPE ));

8. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

52 : addReadAheadHelper(new ReadAheadHelper(ENTITY, new String[] {BEAN, CONTAINER}, PERSISTENCE_TYPE ));

9. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

59 : public Translator getDelegateFor(EObject o) {

10. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

74 : public Translator getDelegateFor(String domName, String readAheadName) {

11. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

75 : Translator result = null;

12. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

77 : result = (Translator) delegates.get(readAheadName);

13. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

79 : result = (Translator) delegates.get(domName);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/EntityTranslator.java
1. WARNING: DiscouragedReference

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

EntityTranslator.java :

25 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

32 : private static Translator[] children13;

3. WARNING: DiscouragedReference

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

EntityTranslator.java :

33 : private static Translator[] children14;

4. WARNING: DiscouragedReference

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

EntityTranslator.java :

35 : private class PersistenceTypeTranslator extends Translator {

5. WARNING: DiscouragedReference

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

EntityTranslator.java :

38 : super(PERSISTENCE_TYPE, (EStructuralFeature) null);

6. WARNING: DiscouragedReference

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

EntityTranslator.java :

83 : protected Translator[] getSpecificMaps(int versionID) {

7. WARNING: DiscouragedReference

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

EntityTranslator.java :

84 : Translator reentrantTranslator = null;

8. WARNING: DiscouragedReference

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

EntityTranslator.java :

88 : reentrantTranslator = new Translator(REENTRANT, EJB_PKG.getEntity_Reentrant(), UNSET_IF_NULL);

9. WARNING: DiscouragedReference

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

EntityTranslator.java :

88 : reentrantTranslator = new Translator(REENTRANT, EJB_PKG.getEntity_Reentrant(), UNSET_IF_NULL);

10. WARNING: DiscouragedReference

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

EntityTranslator.java :

88 : reentrantTranslator = new Translator(REENTRANT, EJB_PKG.getEntity_Reentrant(), UNSET_IF_NULL);

11. WARNING: DiscouragedReference

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

EntityTranslator.java :

93 : return new Translator[] { new PersistenceTypeTranslator(), new JavaClassTranslator(PRIM_KEY_CLASS, EJB_PKG.getEntity_PrimaryKey()), reentrantTranslator };

12. WARNING: DiscouragedReference

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

EntityTranslator.java :

108 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/MessageDrivenDestinationTypeTranslator.java
1. WARNING: DiscouragedReference

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

MessageDrivenDestinationTypeTranslator.java :

23 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenDestinationTypeTranslator.java :

31 : public class MessageDrivenDestinationTypeTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

MessageDrivenDestinationTypeTranslator.java :

37 : super(DESTINATION_TYPE, EJB_PKG.getMessageDrivenDestination_Type());

4. WARNING: DiscouragedReference

Discouraged access: The method convertValueToString(Object, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenDestinationTypeTranslator.java :

49 : return super.convertValueToString(value, owner);

5. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenDestinationTypeTranslator.java :

60 : return super.convertStringToValue(correct, owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/MessageDrivenTranslator.java
1. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

2. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

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

3. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

25 : private static Translator[] children13;

4. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

26 : private static Translator[] children14;

5. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

28 : private static Translator TRANSACTION_TYPE_XLATOR = new Translator(TRANSACTION_TYPE, EJB_PKG.getMessageDriven_TransactionType());

6. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

28 : private static Translator TRANSACTION_TYPE_XLATOR = new Translator(TRANSACTION_TYPE, EJB_PKG.getMessageDriven_TransactionType());

7. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

28 : private static Translator TRANSACTION_TYPE_XLATOR = new Translator(TRANSACTION_TYPE, EJB_PKG.getMessageDriven_TransactionType());

8. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

43 : protected Translator[] getSpecificMaps(int versionID) {

9. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

52 : protected Translator[] getSpecificMaps13() {

10. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

54 : return new Translator[] {

11. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

58 : new Translator(MESSAGE_SELECTOR, EJB_PKG.getMessageDriven_MessageSelector()),

12. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

58 : new Translator(MESSAGE_SELECTOR, EJB_PKG.getMessageDriven_MessageSelector()),

13. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

65 : protected Translator[] getSpecificMaps14() {

14. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

67 : return new Translator[] {

15. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

74 : new Translator(MESSAGE_DEST_LINK, EJB_PKG.getMessageDriven_Link()),

16. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

74 : new Translator(MESSAGE_DEST_LINK, EJB_PKG.getMessageDriven_Link()),

17. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

83 : private Translator createActivationConfigurationMaps() {

18. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

84 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF, EJB_PKG.getMessageDriven_ActivationConfig());

19. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

84 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF, EJB_PKG.getMessageDriven_ActivationConfig());

20. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

84 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF, EJB_PKG.getMessageDriven_ActivationConfig());

21. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

85 : result.setChildren(new Translator[]{ CommonTranslators.createDescriptionTranslator(EJB_PKG.getActivationConfig_Descriptions()), createActivationConfigPropertiesMap(), // CommonTranslators.createDeploymentExtensionTranslator(EJB_PKG.getActivationConfig_Extensions()) });

22. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

85 : result.setChildren(new Translator[]{

23. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

98 : private Translator createActivationConfigPropertiesMap() {

24. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

99 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF_PROPERTY, EJB_PKG.getActivationConfig_ConfigProperties());

25. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

99 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF_PROPERTY, EJB_PKG.getActivationConfig_ConfigProperties());

26. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

99 : GenericTranslator result = new GenericTranslator(ACTIVATION_CONF_PROPERTY, EJB_PKG.getActivationConfig_ConfigProperties());

27. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

100 : result.setChildren(new Translator[] { new Translator(ACTIVATION_CONF_PROPERTY_NAME, EJB_PKG.getActivationConfigProperty_Name()), new Translator(ACTIVATION_CONF_PROPERTY_VALUE, EJB_PKG.getActivationConfigProperty_Value()) });

28. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

100 : result.setChildren(new Translator[] {

29. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

101 : new Translator(ACTIVATION_CONF_PROPERTY_NAME, EJB_PKG.getActivationConfigProperty_Name()),

30. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

101 : new Translator(ACTIVATION_CONF_PROPERTY_NAME, EJB_PKG.getActivationConfigProperty_Name()),

31. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

102 : new Translator(ACTIVATION_CONF_PROPERTY_VALUE, EJB_PKG.getActivationConfigProperty_Value())

32. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

102 : new Translator(ACTIVATION_CONF_PROPERTY_VALUE, EJB_PKG.getActivationConfigProperty_Value())

33. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

111 : protected Translator createMessageDrivenDestinationTranslator() {

34. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

112 : GenericTranslator result = new GenericTranslator(MESSAGE_DRIVEN_DESTINATION,EJB_PKG.getMessageDriven_Destination());

35. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

112 : GenericTranslator result = new GenericTranslator(MESSAGE_DRIVEN_DESTINATION,EJB_PKG.getMessageDriven_Destination());

36. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

112 : GenericTranslator result = new GenericTranslator(MESSAGE_DRIVEN_DESTINATION,EJB_PKG.getMessageDriven_Destination());

37. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

113 : result.setChildren( new Translator[]{ new MessageDrivenDestinationTypeTranslator(), new Translator(SUBSCRIPTION_DURABILITY, EJB_PKG.getMessageDrivenDestination_SubscriptionDurability()) });

38. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

113 : result.setChildren( new Translator[]{

39. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

115 : new Translator(SUBSCRIPTION_DURABILITY, EJB_PKG.getMessageDrivenDestination_SubscriptionDurability())

40. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

115 : new Translator(SUBSCRIPTION_DURABILITY, EJB_PKG.getMessageDrivenDestination_SubscriptionDurability())

41. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

123 : public Translator[] getChildren(Object o, int versionID) {

42. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

152 : protected Translator[] getEndMaps13() {

43. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

153 : return new Translator[] {

44. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

164 : protected Translator[] getEndMaps14() {

45. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

165 : return new Translator[] {

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/MethodElementKindTranslator.java
1. WARNING: DiscouragedReference

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

MethodElementKindTranslator.java :

21 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

23 : public class MethodElementKindTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

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

MethodElementKindTranslator.java :

30 : super(METHOD_INTF, EJB_PKG.getMethodElement_Type());

4. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

37 : Object obj = super.convertStringToValue(strValue, owner);

5. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

51 : return super.convertStringToValue(correct, owner);

6. WARNING: DiscouragedReference

Discouraged access: The method isSetMOFValue(EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

61 : return super.isSetMOFValue(emfObject);

7. WARNING: DiscouragedReference

Discouraged access: The method getMOFChildren(EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

69 : List result = super.getMOFChildren(mofObject);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/MethodParamsTranslator.java
1. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

27 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodParamsTranslator.java :

35 : public class MethodParamsTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI{

3. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

41 : super(METHOD_PARAMS+'/'+METHOD_PARAM , eFeature);

4. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

43 : this.fStyle |= Translator.EMPTY_CONTENT_IS_SIGNIFICANT;

5. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

43 : this.fStyle |= Translator.EMPTY_CONTENT_IS_SIGNIFICANT;

6. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

43 : this.fStyle |= Translator.EMPTY_CONTENT_IS_SIGNIFICANT;

7. WARNING: DiscouragedReference

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

MethodParamsTranslator.java :

91 : ((MethodElement)mofObject).eUnset(feature);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/MultiplicityTranslator.java
1. WARNING: DiscouragedReference

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

MultiplicityTranslator.java :

22 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MultiplicityTranslator.java :

30 : public class MultiplicityTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI{

3. WARNING: DiscouragedReference

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

MultiplicityTranslator.java :

33 : super(MULTIPLICITY,EjbPackage.eINSTANCE.getEJBRelationshipRole_Multiplicity());

4. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MultiplicityTranslator.java :

49 : return super.convertStringToValue(correct, owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/PrimKeyFieldTranslator.java
1. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.SourceLinkTranslator;

2. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

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

3. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

27 : import org.eclipse.wst.common.internal.emf.resource.TranslatorPath;

4. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

32 : public class PrimKeyFieldTranslator extends SourceLinkTranslator implements EjbDeploymentDescriptorXmlMapperI {

5. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

40 : super(PRIMKEY_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PrimKeyField(),new TranslatorPath( new Translator[] { new Translator(CMP_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PersistentAttributes()), new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name()) }));

6. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorPath(Translator[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

PrimKeyFieldTranslator.java :

40 : super(PRIMKEY_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PrimKeyField(),new TranslatorPath( new Translator[] { new Translator(CMP_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PersistentAttributes()), new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name()) }));

7. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

40 : super(PRIMKEY_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PrimKeyField(),new TranslatorPath(

8. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

41 : new Translator[] {

9. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

42 : new Translator(CMP_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PersistentAttributes()),

10. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

42 : new Translator(CMP_FIELD, EjbPackage.eINSTANCE.getContainerManagedEntity_PersistentAttributes()),

11. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

43 : new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name())

12. WARNING: DiscouragedReference

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

PrimKeyFieldTranslator.java :

43 : new Translator(FIELD_NAME, EcorePackage.eINSTANCE.getENamedElement_Name())

13. WARNING: DiscouragedReference

Discouraged access: The method convertStringToValue(String, EObject) from the type SourceLinkTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

PrimKeyFieldTranslator.java :

57 : Object result = super.convertStringToValue(strValue, owner);

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/SecurityIdentityTranslator.java
1. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

2. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

27 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

28 : import org.eclipse.wst.common.internal.emf.resource.ReadAheadHelper;

4. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

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

5. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

34 : public class SecurityIdentityTranslator extends Translator implements EjbDeploymentDescriptorXmlMapperI {

6. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

37 : private static final Translator[] RUN_AS_TRANSLATORS = createRunAsTranslators();

7. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

39 : private static final Translator[] USE_CALLER_TRANSLATORS = createUseCallerTranslators();

8. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

42 : private static Translator[] createRunAsTranslators() {

9. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

43 : GenericTranslator runAsTranslator = new GenericTranslator(RUN_AS, COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

10. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

43 : GenericTranslator runAsTranslator = new GenericTranslator(RUN_AS, COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

11. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

43 : GenericTranslator runAsTranslator = new GenericTranslator(RUN_AS, COMMON_PKG.getRunAsSpecifiedIdentity_Identity());

12. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

44 : runAsTranslator.setChildren(new Translator[] { new Translator(DESCRIPTION, COMMON_PKG.getIdentity_Description()), new Translator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName()) });

13. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

44 : runAsTranslator.setChildren(new Translator[] {

14. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

45 : new Translator(DESCRIPTION, COMMON_PKG.getIdentity_Description()),

15. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

45 : new Translator(DESCRIPTION, COMMON_PKG.getIdentity_Description()),

16. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

46 : new Translator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName())

17. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

46 : new Translator(ROLE_NAME, COMMON_PKG.getIdentity_RoleName())

18. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

48 : return new Translator[] {

19. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

49 : IDTranslator.INSTANCE,

20. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

49 : IDTranslator.INSTANCE,

21. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

50 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityIdentity_Description()),

22. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

50 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityIdentity_Description()),

23. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

55 : private static Translator[] createUseCallerTranslators() {

24. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

56 : return new Translator[] {

25. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

57 : IDTranslator.INSTANCE,

26. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

57 : IDTranslator.INSTANCE,

27. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

58 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityIdentity_Description()),

28. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

58 : new Translator(DESCRIPTION, COMMON_PKG.getSecurityIdentity_Description()),

29. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

59 : new Translator(USE_CALLER_IDENTITY, null, EMPTY_TAG)

30. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

59 : new Translator(USE_CALLER_IDENTITY, null, EMPTY_TAG)

31. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

59 : new Translator(USE_CALLER_IDENTITY, null, EMPTY_TAG)

32. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

68 : super(SECURITY_IDENTITY, EjbPackage.eINSTANCE.getEnterpriseBean_SecurityIdentity());

33. WARNING: DiscouragedReference

Discouraged access: The method addReadAheadHelper(ReadAheadHelper) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

69 : addReadAheadHelper(new ReadAheadHelper(SECURITY_IDENTITY, new String[] {RUN_AS, USE_CALLER_IDENTITY}, null));

34. WARNING: DiscouragedReference

Discouraged access: The constructor ReadAheadHelper(String, String[], String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

69 : addReadAheadHelper(new ReadAheadHelper(SECURITY_IDENTITY, new String[] {RUN_AS, USE_CALLER_IDENTITY}, null));

35. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

69 : addReadAheadHelper(new ReadAheadHelper(SECURITY_IDENTITY, new String[] {RUN_AS, USE_CALLER_IDENTITY}, null));

36. WARNING: DiscouragedReference

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

SecurityIdentityTranslator.java :

76 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/ejb/SessionTranslator.java
1. WARNING: DiscouragedReference

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

SessionTranslator.java :

20 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

27 : private static Translator[] children13;

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

28 : private static Translator[] children14;

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

41 : protected Translator[] getSpecificMaps(int versionID) {

5. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

42 : return new Translator[] {

6. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : new Translator(SESSION_TYPE, EJB_PKG.getSession_SessionType(), UNSET_IF_NULL), //Enumeration

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : new Translator(SESSION_TYPE, EJB_PKG.getSession_SessionType(), UNSET_IF_NULL), //Enumeration

8. WARNING: DiscouragedReference

Discouraged access: The field UNSET_IF_NULL from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : new Translator(SESSION_TYPE, EJB_PKG.getSession_SessionType(), UNSET_IF_NULL), //Enumeration

9. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

44 : new Translator(TRANSACTION_TYPE, EJB_PKG.getSession_TransactionType(), UNSET_IF_NULL) //Enumeration

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

44 : new Translator(TRANSACTION_TYPE, EJB_PKG.getSession_TransactionType(), UNSET_IF_NULL) //Enumeration

11. WARNING: DiscouragedReference

Discouraged access: The field UNSET_IF_NULL from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

44 : new Translator(TRANSACTION_TYPE, EJB_PKG.getSession_TransactionType(), UNSET_IF_NULL) //Enumeration

12. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

55 : protected Translator[] getEJBClassMap() {

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

56 : return new Translator[] {

14. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

79 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webapplication/ErrorPageTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ReadAheadHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

24 : import org.eclipse.wst.common.internal.emf.resource.ReadAheadHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

30 : public class ErrorPageTranslator extends Translator implements WarDeploymentDescriptorXmlMapperI {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

31 : private static Translator[] ERROR_CODE_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

31 : private static Translator[] ERROR_CODE_XLATORS = new Translator[] {

6. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

32 : new Translator(ERROR_CODE, WebapplicationPackage.eINSTANCE.getErrorCodeErrorPage_ErrorCode()),

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

32 : new Translator(ERROR_CODE, WebapplicationPackage.eINSTANCE.getErrorCodeErrorPage_ErrorCode()),

8. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

33 : new Translator(LOCATION, WebapplicationPackage.eINSTANCE.getErrorPage_Location())

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

33 : new Translator(LOCATION, WebapplicationPackage.eINSTANCE.getErrorPage_Location())

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

35 : private static Translator[] EXCEPTION_TYPE_XLATORS = new Translator[] {

11. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

35 : private static Translator[] EXCEPTION_TYPE_XLATORS = new Translator[] {

12. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

37 : new Translator(LOCATION, WebapplicationPackage.eINSTANCE.getErrorPage_Location())

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

37 : new Translator(LOCATION, WebapplicationPackage.eINSTANCE.getErrorPage_Location())

14. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

41 : super(ERROR_PAGE, WebapplicationPackage.eINSTANCE.getWebApp_ErrorPages());

15. WARNING: DiscouragedReference

Discouraged access: The method addReadAheadHelper(ReadAheadHelper) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

42 : addReadAheadHelper(new ReadAheadHelper(ERROR_PAGE, new String[] {ERROR_CODE, EXCEPTION_TYPE}, null));

16. WARNING: DiscouragedReference

Discouraged access: The constructor ReadAheadHelper(String, String[], String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

42 : addReadAheadHelper(new ReadAheadHelper(ERROR_PAGE, new String[] {ERROR_CODE, EXCEPTION_TYPE}, null));

17. WARNING: DiscouragedReference

Discouraged access: The type ReadAheadHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

42 : addReadAheadHelper(new ReadAheadHelper(ERROR_PAGE, new String[] {ERROR_CODE, EXCEPTION_TYPE}, null));

18. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

64 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webapplication/WebAppTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

27 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

28 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

29 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

30 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

5. WARNING: DiscouragedReference

Discouraged access: The type SourceLinkTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

31 : import org.eclipse.wst.common.internal.emf.resource.SourceLinkTranslator;

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

32 : import org.eclipse.wst.common.internal.emf.resource.Translator;

7. WARNING: DiscouragedReference

Discouraged access: The type TranslatorPath is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

33 : import org.eclipse.wst.common.internal.emf.resource.TranslatorPath;

8. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

42 : public class WebAppTranslator extends RootTranslator implements WarDeploymentDescriptorXmlMapperI, J2EEConstants {

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

47 : private static Translator[] children13;

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

48 : private static Translator[] children14;

11. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

50 : private static final Translator SERVLET_MAPPING_TRANSLATOR = createServletMappingTranslator();

12. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

51 : private static final Translator SESSION_CONFIG_TRANSLATOR = createSessionConfigTranslator();

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

52 : private static final Translator WELCOMEFILE_TRANSLATOR = createFileListTranslator();

14. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

53 : private static final Translator MIME_MAPPING_TRANSLATOR = createMimeMappingTranslator();

15. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

54 : private static final Translator ERROR_PAGE_TRANSLATOR = new ErrorPageTranslator();

16. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

55 : private static final Translator LOGIN_CONFIG_TRANSLATOR = createLoginConfigTranslator();

17. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

56 : private static final Translator DISTRIBUTABLE_TRANSLATOR = new Translator(DISTRIBUTABLE, WEBAPP_PKG.getWebApp_Distributable(), EMPTY_TAG);

18. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

56 : private static final Translator DISTRIBUTABLE_TRANSLATOR = new Translator(DISTRIBUTABLE, WEBAPP_PKG.getWebApp_Distributable(), EMPTY_TAG);

19. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

56 : private static final Translator DISTRIBUTABLE_TRANSLATOR = new Translator(DISTRIBUTABLE, WEBAPP_PKG.getWebApp_Distributable(), EMPTY_TAG);

20. WARNING: DiscouragedReference

Discouraged access: The field EMPTY_TAG from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

56 : private static final Translator DISTRIBUTABLE_TRANSLATOR = new Translator(DISTRIBUTABLE, WEBAPP_PKG.getWebApp_Distributable(), EMPTY_TAG);

21. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

58 : private static final Translator WEB_RESOURCE_NAME_TRANSLATOR = new Translator(WEB_RESOURCE_NAME, WEBAPP_PKG.getWebResourceCollection_WebResourceName());

22. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

58 : private static final Translator WEB_RESOURCE_NAME_TRANSLATOR = new Translator(WEB_RESOURCE_NAME, WEBAPP_PKG.getWebResourceCollection_WebResourceName());

23. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

58 : private static final Translator WEB_RESOURCE_NAME_TRANSLATOR = new Translator(WEB_RESOURCE_NAME, WEBAPP_PKG.getWebResourceCollection_WebResourceName());

24. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

59 : private static final Translator URL_PATTERN_TRANSLATOR = new Translator(URL_PATTERN, WEBAPP_PKG.getWebResourceCollection_UrlPattern());

25. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

59 : private static final Translator URL_PATTERN_TRANSLATOR = new Translator(URL_PATTERN, WEBAPP_PKG.getWebResourceCollection_UrlPattern());

26. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

59 : private static final Translator URL_PATTERN_TRANSLATOR = new Translator(URL_PATTERN, WEBAPP_PKG.getWebResourceCollection_UrlPattern());

27. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

60 : private static final Translator HTTP_METHOD_TRANSLATOR = new Translator(HTTP_METHOD, WEBAPP_PKG.getWebResourceCollection_HttpMethod());

28. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

60 : private static final Translator HTTP_METHOD_TRANSLATOR = new Translator(HTTP_METHOD, WEBAPP_PKG.getWebResourceCollection_HttpMethod());

29. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

60 : private static final Translator HTTP_METHOD_TRANSLATOR = new Translator(HTTP_METHOD, WEBAPP_PKG.getWebResourceCollection_HttpMethod());

30. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

62 : private static final Translator ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, WEBAPP_PKG.getAuthConstraint_Roles());

31. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

62 : private static final Translator ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, WEBAPP_PKG.getAuthConstraint_Roles());

32. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

62 : private static final Translator ROLE_NAME_TRANSLATOR = new Translator(ROLE_NAME, WEBAPP_PKG.getAuthConstraint_Roles());

33. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

63 : private static final Translator TRANSPORT_GUARANTEE_TRANSLATOR = new Translator(TRANSPORT_GUARANTEE, WEBAPP_PKG.getUserDataConstraint_TransportGuarantee());

34. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

63 : private static final Translator TRANSPORT_GUARANTEE_TRANSLATOR = new Translator(TRANSPORT_GUARANTEE, WEBAPP_PKG.getUserDataConstraint_TransportGuarantee());

35. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

63 : private static final Translator TRANSPORT_GUARANTEE_TRANSLATOR = new Translator(TRANSPORT_GUARANTEE, WEBAPP_PKG.getUserDataConstraint_TransportGuarantee());

36. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

67 : super(WEB_APP, WEBAPP_PKG.getWebApp());

37. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

74 : public Translator[] getChildren(Object o, int versionID) {

38. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

89 : protected Translator[] create13Children() {

39. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

90 : return new Translator[] {

40. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

91 : IDTranslator.INSTANCE,

41. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

91 : IDTranslator.INSTANCE,

42. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

92 : new Translator(SMALL_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

43. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

92 : new Translator(SMALL_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

44. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

93 : new Translator(LARGE_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

45. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

93 : new Translator(LARGE_ICON_PATH, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

46. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

94 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

47. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

94 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

48. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

95 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

49. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

95 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

50. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

120 : protected Translator[] create14Children() {

51. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

121 : Translator[] begin = new Translator[] {

52. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

121 : Translator[] begin = new Translator[] {

53. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

122 : IDTranslator.INSTANCE,

54. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

122 : IDTranslator.INSTANCE,

55. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

123 : new Translator(VERSION, WEBAPP_PKG.getWebApp_Version(), DOM_ATTRIBUTE),

56. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

123 : new Translator(VERSION, WEBAPP_PKG.getWebApp_Version(), DOM_ATTRIBUTE),

57. WARNING: DiscouragedReference

Discouraged access: The field DOM_ATTRIBUTE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

123 : new Translator(VERSION, WEBAPP_PKG.getWebApp_Version(), DOM_ATTRIBUTE),

58. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

124 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

59. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

124 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

60. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

125 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

61. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

125 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

62. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

126 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WEB_APP_SCHEMA_LOC_2_4),

63. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

126 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WEB_APP_SCHEMA_LOC_2_4),

64. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

146 : Translator[] end = new Translator[] {

65. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

146 : Translator[] end = new Translator[] {

66. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

153 : return (Translator[])concat(begin,concat(createJNDIEnvironmentRefsGroupTranslator(), end));

67. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

153 : return (Translator[])concat(begin,concat(createJNDIEnvironmentRefsGroupTranslator(), end));

68. WARNING: DiscouragedReference

Discouraged access: The method concat(Object[], Object[]) from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

153 : return (Translator[])concat(begin,concat(createJNDIEnvironmentRefsGroupTranslator(), end));

69. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

156 : public static Translator createSecurityConstraintTranslators14() {

70. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

157 : GenericTranslator result = new GenericTranslator(SECURITY_CONSTRAINT, WEBAPP_PKG.getWebApp_Constraints());

71. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

157 : GenericTranslator result = new GenericTranslator(SECURITY_CONSTRAINT, WEBAPP_PKG.getWebApp_Constraints());

72. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

157 : GenericTranslator result = new GenericTranslator(SECURITY_CONSTRAINT, WEBAPP_PKG.getWebApp_Constraints());

73. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

158 : result.setChildren(new Translator[] { CommonTranslators.createDisplayNameTranslator(WEBAPP_PKG.getSecurityConstraint_DisplayNames()), createWebResourceCollectionTranslator14(), createAuthConstraintTranslator14(), createUserDataConstraintTranslator14(), });

74. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

158 : result.setChildren(new Translator[] {

75. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

167 : private static Translator createWebResourceCollectionTranslator14() {

76. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

168 : GenericTranslator result = new GenericTranslator(WEB_RESOURCE_COLLECTION, WEBAPP_PKG.getSecurityConstraint_WebResourceCollections());

77. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

168 : GenericTranslator result = new GenericTranslator(WEB_RESOURCE_COLLECTION, WEBAPP_PKG.getSecurityConstraint_WebResourceCollections());

78. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

168 : GenericTranslator result = new GenericTranslator(WEB_RESOURCE_COLLECTION, WEBAPP_PKG.getSecurityConstraint_WebResourceCollections());

79. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

169 : result.setChildren(new Translator[] { WEB_RESOURCE_NAME_TRANSLATOR, CommonTranslators.createDescriptionTranslator(WEBAPP_PKG.getWebResourceCollection_Descriptions()), URL_PATTERN_TRANSLATOR, HTTP_METHOD_TRANSLATOR });

80. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

169 : result.setChildren(new Translator[] {

81. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

178 : private static Translator createAuthConstraintTranslator14() {

82. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

179 : GenericTranslator result = new GenericTranslator(AUTH_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_AuthConstraint());

83. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

179 : GenericTranslator result = new GenericTranslator(AUTH_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_AuthConstraint());

84. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

179 : GenericTranslator result = new GenericTranslator(AUTH_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_AuthConstraint());

85. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

180 : result.setChildren(new Translator[] { CommonTranslators.createDescriptionTranslator(WEBAPP_PKG.getAuthConstraint_Descriptions()), ROLE_NAME_TRANSLATOR });

86. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

180 : result.setChildren(new Translator[] {

87. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

187 : private static Translator createUserDataConstraintTranslator14() {

88. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

188 : GenericTranslator result = new GenericTranslator(USER_DATA_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_UserDataConstraint());

89. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

188 : GenericTranslator result = new GenericTranslator(USER_DATA_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_UserDataConstraint());

90. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

188 : GenericTranslator result = new GenericTranslator(USER_DATA_CONSTRAINT, WEBAPP_PKG.getSecurityConstraint_UserDataConstraint());

91. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

189 : result.setChildren(new Translator[] { CommonTranslators.createDescriptionTranslator(WEBAPP_PKG.getUserDataConstraint_Descriptions()), TRANSPORT_GUARANTEE_TRANSLATOR });

92. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

189 : result.setChildren(new Translator[] {

93. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

197 : private Translator createJSPConfigTranslators() {

94. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

198 : GenericTranslator result = new GenericTranslator(JSP_CONFIG, WEBAPP_PKG.getWebApp_JspConfig());

95. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

198 : GenericTranslator result = new GenericTranslator(JSP_CONFIG, WEBAPP_PKG.getWebApp_JspConfig());

96. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

198 : GenericTranslator result = new GenericTranslator(JSP_CONFIG, WEBAPP_PKG.getWebApp_JspConfig());

97. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

199 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createTagLibTranslator14(JSP_PKG.getJSPConfig_TagLibs()), createJSPPropertyGroupTranslator() });

98. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

199 : result.setChildren(new Translator[] {

99. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

200 : IDTranslator.INSTANCE,

100. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

200 : IDTranslator.INSTANCE,

Source File: org/eclipse/jst/j2ee/internal/model/translator/webapplication/WebTypeTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

24 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

29 : public class WebTypeTranslator extends Translator implements WarDeploymentDescriptorXmlMapperI {

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

31 : private static Translator[] SERVLET_XLATORS = new Translator[] {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

31 : private static Translator[] SERVLET_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

32 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getServletType_ClassName())

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

32 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getServletType_ClassName())

7. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

32 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getServletType_ClassName())

8. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

34 : private static Translator[] JSP_XLATORS = new Translator[] {

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

34 : private static Translator[] JSP_XLATORS = new Translator[] {

10. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

35 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getJSPType_JspFile())

11. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

35 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getJSPType_JspFile())

12. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

35 : new Translator(TEXT_ATTRIBUTE_VALUE, WebapplicationPackage.eINSTANCE.getJSPType_JspFile())

13. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

39 : super(SERVLET_CLASS+','+JSP_FILE, WebapplicationPackage.eINSTANCE.getServlet_WebType(), Translator.END_TAG_NO_INDENT);

14. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

39 : super(SERVLET_CLASS+','+JSP_FILE, WebapplicationPackage.eINSTANCE.getServlet_WebType(), Translator.END_TAG_NO_INDENT);

15. WARNING: DiscouragedReference

Discouraged access: The field END_TAG_NO_INDENT from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

39 : super(SERVLET_CLASS+','+JSP_FILE, WebapplicationPackage.eINSTANCE.getServlet_WebType(), Translator.END_TAG_NO_INDENT);

16. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

47 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/EJBLinkTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

18 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

22 : public class EJBLinkTranslator extends Translator implements WsddXmlMapperI {

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

24 : private static Translator[] EJB_LINK_XLATORS = new Translator[] {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

24 : private static Translator[] EJB_LINK_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

25 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getEJBLink_EjbLink())

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

25 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getEJBLink_EjbLink())

7. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

25 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getEJBLink_EjbLink())

8. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

29 : super(EJB_LINK, WsddPackage.eINSTANCE.getServiceImplBean_EEJBLink());

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

37 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/ElementNameTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

19 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

21 : public class ElementNameTranslator extends Translator implements JaxrpcmapXmlMapperI {

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

23 : private static Translator[] ELEMENT_NAME_XLATORS = new Translator[] {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

23 : private static Translator[] ELEMENT_NAME_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

24 : new Translator(TEXT_ATTRIBUTE_VALUE, JaxrpcmapPackage.eINSTANCE.getElementName_Text())

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

24 : new Translator(TEXT_ATTRIBUTE_VALUE, JaxrpcmapPackage.eINSTANCE.getElementName_Text())

7. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

24 : new Translator(TEXT_ATTRIBUTE_VALUE, JaxrpcmapPackage.eINSTANCE.getElementName_Text())

8. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

28 : super(ELEMENT_NAME, JaxrpcmapPackage.eINSTANCE.getConstructorParameterOrder_ElementNames());

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

36 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/InterfaceMappingTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

24 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.Translator;

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

28 : public class InterfaceMappingTranslator extends Translator implements JaxrpcmapXmlMapperI {

5. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

31 : private static Translator[] SERVICE_INTERFACE_10XLATORS = new Translator[] {

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

31 : private static Translator[] SERVICE_INTERFACE_10XLATORS = new Translator[] {

7. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

32 : new Translator(SERVICE_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceInterfaceMapping_ServiceInterface()),

8. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

32 : new Translator(SERVICE_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceInterfaceMapping_ServiceInterface()),

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

37 : private static Translator[] SERVICE_INTERFACE_11XLATORS = new Translator[] {

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

37 : private static Translator[] SERVICE_INTERFACE_11XLATORS = new Translator[] {

11. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

38 : new Translator(SERVICE_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceInterfaceMapping_ServiceInterface()),

12. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

38 : new Translator(SERVICE_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceInterfaceMapping_ServiceInterface()),

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

43 : private static Translator[] SEI_10XLATORS = new Translator[] {

14. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

43 : private static Translator[] SEI_10XLATORS = new Translator[] {

15. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

44 : new Translator(SERVICE_ENDPOINT_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceEndpointInterfaceMapping_ServiceEndpointInterface()),

16. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

44 : new Translator(SERVICE_ENDPOINT_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceEndpointInterfaceMapping_ServiceEndpointInterface()),

17. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

50 : private static Translator[] SEI_11XLATORS = new Translator[] {

18. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

50 : private static Translator[] SEI_11XLATORS = new Translator[] {

19. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

51 : new Translator(SERVICE_ENDPOINT_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceEndpointInterfaceMapping_ServiceEndpointInterface()),

20. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

51 : new Translator(SERVICE_ENDPOINT_INTERFACE, JaxrpcmapPackage.eINSTANCE.getServiceEndpointInterfaceMapping_ServiceEndpointInterface()),

21. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

58 : super(SERVICE_INTERFACE_MAPPING+','+SERVICE_ENDPOINT_INTERFACE_MAPPING, JaxrpcmapPackage.eINSTANCE.getJavaWSDLMapping_InterfaceMappings());

22. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

66 : public Translator[] getChildren(Object o, int versionID) {

23. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

109 : private Translator[] getServiceInterfaceTranslator(int versionID)

24. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

121 : private Translator[] getSEITranslator(int versionID)

25. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

132 : private static Translator create10WSDLServiceNameTranslator() {

26. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

135 : GenericTranslator result = new GenericTranslator(WSDL_SERVICE_NAME, jaxrpcmapPackage.getServiceInterfaceMapping_WsdlServiceName());

27. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

135 : GenericTranslator result = new GenericTranslator(WSDL_SERVICE_NAME, jaxrpcmapPackage.getServiceInterfaceMapping_WsdlServiceName());

28. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

135 : GenericTranslator result = new GenericTranslator(WSDL_SERVICE_NAME, jaxrpcmapPackage.getServiceInterfaceMapping_WsdlServiceName());

29. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

136 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()), new Translator(LOCALPART, commonPackage.getQName_LocalPart()) });

30. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

136 : result.setChildren(new Translator[] {

31. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

137 : IDTranslator.INSTANCE,

32. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

137 : IDTranslator.INSTANCE,

33. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

138 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

34. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

138 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

35. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

139 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

36. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

139 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

37. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

144 : private static Translator createPortMappingTranslator() {

38. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

146 : GenericTranslator result = new GenericTranslator(PORT_MAPPING, jaxrpcmapPackage.getServiceInterfaceMapping_PortMappings());

39. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

146 : GenericTranslator result = new GenericTranslator(PORT_MAPPING, jaxrpcmapPackage.getServiceInterfaceMapping_PortMappings());

40. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

146 : GenericTranslator result = new GenericTranslator(PORT_MAPPING, jaxrpcmapPackage.getServiceInterfaceMapping_PortMappings());

41. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

147 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(PORT_NAME, jaxrpcmapPackage.getPortMapping_PortName()), new Translator(JAVA_PORT_NAME, jaxrpcmapPackage.getPortMapping_JavaPortName()) });

42. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

147 : result.setChildren(new Translator[] {

43. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

148 : IDTranslator.INSTANCE,

44. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

148 : IDTranslator.INSTANCE,

45. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

149 : new Translator(PORT_NAME, jaxrpcmapPackage.getPortMapping_PortName()),

46. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

149 : new Translator(PORT_NAME, jaxrpcmapPackage.getPortMapping_PortName()),

47. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

150 : new Translator(JAVA_PORT_NAME, jaxrpcmapPackage.getPortMapping_JavaPortName())

48. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

150 : new Translator(JAVA_PORT_NAME, jaxrpcmapPackage.getPortMapping_JavaPortName())

49. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

167 : private static Translator create10WSDLPortTypeTranslator() {

50. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

170 : GenericTranslator result = new GenericTranslator(WSDL_PORT_TYPE, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlPortType());

51. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

170 : GenericTranslator result = new GenericTranslator(WSDL_PORT_TYPE, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlPortType());

52. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

170 : GenericTranslator result = new GenericTranslator(WSDL_PORT_TYPE, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlPortType());

53. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

171 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()), new Translator(LOCALPART, commonPackage.getQName_LocalPart()) });

54. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

171 : result.setChildren(new Translator[] {

55. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

172 : IDTranslator.INSTANCE,

56. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

172 : IDTranslator.INSTANCE,

57. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

173 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

58. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

173 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

59. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

174 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

60. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

174 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

61. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

179 : private static Translator create10WSDLBindingTranslator() {

62. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

182 : GenericTranslator result = new GenericTranslator(WSDL_BINDING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlBinding());

63. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

182 : GenericTranslator result = new GenericTranslator(WSDL_BINDING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlBinding());

64. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

182 : GenericTranslator result = new GenericTranslator(WSDL_BINDING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_WsdlBinding());

65. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

183 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()), new Translator(LOCALPART, commonPackage.getQName_LocalPart()) });

66. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

183 : result.setChildren(new Translator[] {

67. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

184 : IDTranslator.INSTANCE,

68. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

184 : IDTranslator.INSTANCE,

69. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

185 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

70. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

185 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

71. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

186 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

72. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

186 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

73. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

191 : private static Translator create10SEMethodMappingTranslator() {

74. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

193 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

75. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

193 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

76. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

193 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

77. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()), new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()), new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG), create10MethodParamPartsMappingTranslator(), create10WSDLReturnValueMappingTranslator() });

78. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : result.setChildren(new Translator[] {

79. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

195 : IDTranslator.INSTANCE,

80. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

195 : IDTranslator.INSTANCE,

81. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

196 : new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()),

82. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

196 : new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()),

83. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

197 : new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()),

84. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

197 : new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()),

85. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

198 : new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG),

86. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

198 : new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG),

87. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

198 : new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG),

88. WARNING: DiscouragedReference

Discouraged access: The field EMPTY_TAG from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

198 : new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG),

89. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

205 : private static Translator create11SEMethodMappingTranslator() {

90. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

207 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

91. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

207 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

92. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

207 : GenericTranslator result = new GenericTranslator(SERVICE_ENDPOINT_METHOD_MAPPING, jaxrpcmapPackage.getServiceEndpointInterfaceMapping_ServiceEndpointMethodMappings());

93. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

208 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()), new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()), new Translator(WRAPPED_ELEMENT, jaxrpcmapPackage.getServiceEndpointMethodMapping_WrappedElement(), Translator.EMPTY_TAG), create11MethodParamPartsMappingTranslator(), create11WSDLReturnValueMappingTranslator() });

94. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

208 : result.setChildren(new Translator[] {

95. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

209 : IDTranslator.INSTANCE,

96. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

209 : IDTranslator.INSTANCE,

97. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

210 : new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()),

98. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

210 : new Translator(JAVA_METHOD_NAME, jaxrpcmapPackage.getServiceEndpointMethodMapping_JavaMethodName()),

99. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

211 : new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()),

100. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

211 : new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()),

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/JaxrpcmapTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

19 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

20 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

22 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

5. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

23 : import org.eclipse.wst.common.internal.emf.resource.Translator;

6. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

28 : public class JaxrpcmapTranslator extends RootTranslator implements JaxrpcmapXmlMapperI, J2EEConstants{

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

30 : private static Translator[] children10;

8. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

31 : private static Translator[] children11;

9. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

37 : super(JAVA_WSDL_MAPPING, JaxrpcmapPackage.eINSTANCE.getJavaWSDLMapping());

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

44 : public Translator[] getChildren(Object o, int versionID) {

11. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

66 : protected Translator[] create10Children() {

12. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

68 : return new Translator[] {

13. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

69 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

69 : IDTranslator.INSTANCE,

15. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

77 : protected Translator[] create11Children() {

16. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

79 : return new Translator[] {

17. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

80 : IDTranslator.INSTANCE,

18. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

80 : IDTranslator.INSTANCE,

19. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

81 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

20. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

81 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

21. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

82 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

22. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

82 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

23. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

83 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WebServiceConstants.JAXRPCMAP_SCHEMA_LOC),

24. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

83 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WebServiceConstants.JAXRPCMAP_SCHEMA_LOC),

25. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

84 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_1),

26. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

84 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_1),

27. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

92 : public Translator createPackageMappingTranslator() {

28. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

94 : GenericTranslator result = new GenericTranslator(PACKAGE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_PackageMappings());

29. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

94 : GenericTranslator result = new GenericTranslator(PACKAGE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_PackageMappings());

30. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

94 : GenericTranslator result = new GenericTranslator(PACKAGE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_PackageMappings());

31. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

95 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()), new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI()) });

32. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

95 : result.setChildren(new Translator[] {

33. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

96 : IDTranslator.INSTANCE,

34. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

96 : IDTranslator.INSTANCE,

35. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

97 : new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()),

36. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

97 : new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()),

37. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

98 : new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI())

38. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

98 : new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI())

39. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

103 : public Translator create10JavaXMLTypeMappingTranslator() {

40. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

105 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

41. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

105 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

42. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

105 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

43. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

106 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(CLASS_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()), create10RootTypeQnameTranslator(), new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()), create10VariableMappingTranslator() });

44. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

106 : result.setChildren(new Translator[] {

45. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

107 : IDTranslator.INSTANCE,

46. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

107 : IDTranslator.INSTANCE,

47. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

108 : new Translator(CLASS_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()),

48. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

108 : new Translator(CLASS_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()),

49. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

110 : new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()),

50. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

110 : new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()),

51. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

116 : public Translator create11JavaXMLTypeMappingTranslator() {

52. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

118 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

53. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

118 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

54. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

118 : GenericTranslator result = new GenericTranslator(JAVA_XML_TYPE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings());

55. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

119 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(JAVA_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()), new Translator(ANONYMOUS_TYPE_QNAME, jaxrpcmapPackage.getJavaXMLTypeMapping_AnonymousTypeQname()), CommonTranslators.createQNameTranslator(ROOT_TYPE_QNAME, jaxrpcmapPackage.getJavaXMLTypeMapping_RootTypeQname()), //create10RootTypeQnameTranslator(), //RootTypeQName is still going to work the old (1.3) way because of anonymous types. new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()), create11VariableMappingTranslator() });

56. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

119 : result.setChildren(new Translator[] {

57. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

120 : IDTranslator.INSTANCE,

58. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

120 : IDTranslator.INSTANCE,

59. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

121 : new Translator(JAVA_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()),

60. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

121 : new Translator(JAVA_TYPE, jaxrpcmapPackage.getJavaXMLTypeMapping_ClassType()),

61. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

122 : new Translator(ANONYMOUS_TYPE_QNAME, jaxrpcmapPackage.getJavaXMLTypeMapping_AnonymousTypeQname()),

62. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

122 : new Translator(ANONYMOUS_TYPE_QNAME, jaxrpcmapPackage.getJavaXMLTypeMapping_AnonymousTypeQname()),

63. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

125 : new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()),

64. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

125 : new Translator(QNAME_SCOPE, jaxrpcmapPackage.getJavaXMLTypeMapping_QnameScope()),

65. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

131 : public Translator create10ExceptionMappingTranslator() {

66. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

133 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

67. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

133 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

68. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

133 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

69. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

134 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()), create10WSDLMessageTranslator(), createConstructorParamOrderTranslator() });

70. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

134 : result.setChildren(new Translator[] {

71. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

135 : IDTranslator.INSTANCE,

72. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

135 : IDTranslator.INSTANCE,

73. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

136 : new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()),

74. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

136 : new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()),

75. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

143 : public Translator create11ExceptionMappingTranslator() {

76. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

145 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

77. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

145 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

78. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

145 : GenericTranslator result = new GenericTranslator(EXCEPTION_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings());

79. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

146 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()), CommonTranslators.createQNameTranslator(WSDL_MESSAGE, jaxrpcmapPackage.getExceptionMapping_WsdlMessage()), new Translator(WSDL_MESSAGE_PART_NAME, jaxrpcmapPackage.getExceptionMapping_WsdlMessagePartName()), createConstructorParamOrderTranslator() });

80. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

146 : result.setChildren(new Translator[] {

81. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

147 : IDTranslator.INSTANCE,

82. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

147 : IDTranslator.INSTANCE,

83. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

148 : new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()),

84. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

148 : new Translator(EXCEPTION_TYPE, jaxrpcmapPackage.getExceptionMapping_ExceptionType()),

85. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

150 : new Translator(WSDL_MESSAGE_PART_NAME, jaxrpcmapPackage.getExceptionMapping_WsdlMessagePartName()),

86. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

150 : new Translator(WSDL_MESSAGE_PART_NAME, jaxrpcmapPackage.getExceptionMapping_WsdlMessagePartName()),

87. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

156 : public Translator createInterfaceMappingTranslator() {

88. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

158 : GenericTranslator result = new GenericTranslator(SERVICE_INTERFACE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping());

89. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

158 : GenericTranslator result = new GenericTranslator(SERVICE_INTERFACE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping());

90. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

158 : GenericTranslator result = new GenericTranslator(SERVICE_INTERFACE_MAPPING, jaxrpcmapPackage.getJavaWSDLMapping());

91. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

159 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()), new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI()) });

92. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

159 : result.setChildren(new Translator[] {

93. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

160 : IDTranslator.INSTANCE,

94. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

160 : IDTranslator.INSTANCE,

95. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

161 : new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()),

96. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

161 : new Translator(PACKAGE_TYPE, jaxrpcmapPackage.getPackageMapping_PackageType()),

97. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

162 : new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI())

98. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

162 : new Translator(NAMESPACEURI, jaxrpcmapPackage.getPackageMapping_NamespaceURI())

99. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

168 : public Translator create10RootTypeQnameTranslator() {

100. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapTranslator.java :

170 : GenericTranslator result = new GenericTranslator(ROOT_TYPE_QNAME, jaxrpcmapPackage.getJavaXMLTypeMapping_RootTypeQname());

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/SOAPRoleTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

20 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

24 : public class SOAPRoleTranslator extends Translator implements WsddXmlMapperI {

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

26 : private static Translator[] SOAP_ROLE_XLATORS = new Translator[] {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

26 : private static Translator[] SOAP_ROLE_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

27 : new Translator(TEXT_ATTRIBUTE_VALUE, WscommonPackage.eINSTANCE.getSOAPRole_SoapRole())

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

27 : new Translator(TEXT_ATTRIBUTE_VALUE, WscommonPackage.eINSTANCE.getSOAPRole_SoapRole())

7. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

27 : new Translator(TEXT_ATTRIBUTE_VALUE, WscommonPackage.eINSTANCE.getSOAPRole_SoapRole())

8. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

31 : super(SOAP_ROLE, WsddPackage.eINSTANCE.getHandler_SoapRoles());

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SOAPRoleTranslator.java :

39 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/ServletLinkTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

19 : 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 /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

23 : public class ServletLinkTranslator extends Translator implements WsddXmlMapperI {

3. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

25 : private static Translator[] SERVLET_LINK_XLATORS = new Translator[] {

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

25 : private static Translator[] SERVLET_LINK_XLATORS = new Translator[] {

5. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

26 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getServletLink_ServletLink())

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

26 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getServletLink_ServletLink())

7. WARNING: DiscouragedReference

Discouraged access: The field TEXT_ATTRIBUTE_VALUE from the type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

26 : new Translator(TEXT_ATTRIBUTE_VALUE, WsddPackage.eINSTANCE.getServletLink_ServletLink())

8. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

30 : super(SERVLET_LINK, WsddPackage.eINSTANCE.getServiceImplBean_EServletLink());

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ServletLinkTranslator.java :

38 : public Translator[] getChildren(Object o, int versionID) {

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/WebServicesTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

19 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

20 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

21 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

4. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

22 : import org.eclipse.wst.common.internal.emf.resource.Translator;

5. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

24 : public class WebServicesTranslator extends RootTranslator implements WebServicesDeploymentDescriptorXmlMapperI{

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

31 : private static Translator[] children13;

7. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

34 : super(WEBSERVICESCLIENT, Webservice_clientPackage.eINSTANCE.getWebServicesClient());

8. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

40 : public Translator[] getChildren(Object o, int versionID) {

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

46 : protected Translator[] create13Children() {

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

47 : return new Translator[] {

11. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

48 : IDTranslator.INSTANCE,

12. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

48 : IDTranslator.INSTANCE,

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

58 : public static Translator createServiceRefGroupTranslator13(EStructuralFeature feature) {

14. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

61 : GenericTranslator result = new GenericTranslator(SERVICE_REF, feature);

15. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

61 : GenericTranslator result = new GenericTranslator(SERVICE_REF, feature);

16. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

61 : GenericTranslator result = new GenericTranslator(SERVICE_REF, feature);

17. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

62 : result.setChildren( new Translator[] { IDTranslator.INSTANCE, new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()), new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()), new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()), new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()), new Translator(SERVICE_REF_NAME, WEBSERVICECLIENT_PKG.getServiceRef_ServiceRefName()), new JavaClassTranslator(SERVICE_INTERFACE, WEBSERVICECLIENT_PKG.getServiceRef_ServiceInterface()), new Translator(WSDL_FILE, WEBSERVICECLIENT_PKG.getServiceRef_WsdlFile()), new Translator(JAXRPC_MAPPING_FILE, WEBSERVICECLIENT_PKG.getServiceRef_JaxrpcMappingFile()), createQNameTranslator10(SERVICE_QNAME, WEBSERVICECLIENT_PKG.getServiceRef_ServiceQname()), CommonTranslators.createPortComponentRefTranslator(), createServiceRefHandlerTranslator13(), });

18. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

62 : result.setChildren( new Translator[] {

19. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

63 : IDTranslator.INSTANCE,

20. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

63 : IDTranslator.INSTANCE,

21. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

64 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

22. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

64 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

23. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

65 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

24. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

65 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

25. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

66 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

26. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

66 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

27. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

67 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

28. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

67 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

29. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

68 : new Translator(SERVICE_REF_NAME, WEBSERVICECLIENT_PKG.getServiceRef_ServiceRefName()),

30. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

68 : new Translator(SERVICE_REF_NAME, WEBSERVICECLIENT_PKG.getServiceRef_ServiceRefName()),

31. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

70 : new Translator(WSDL_FILE, WEBSERVICECLIENT_PKG.getServiceRef_WsdlFile()),

32. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

70 : new Translator(WSDL_FILE, WEBSERVICECLIENT_PKG.getServiceRef_WsdlFile()),

33. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

71 : new Translator(JAXRPC_MAPPING_FILE, WEBSERVICECLIENT_PKG.getServiceRef_JaxrpcMappingFile()),

34. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

71 : new Translator(JAXRPC_MAPPING_FILE, WEBSERVICECLIENT_PKG.getServiceRef_JaxrpcMappingFile()),

35. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

84 : public static Translator createServiceRefHandlerTranslator13() {

36. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

85 : GenericTranslator result = new GenericTranslator(HANDLER, WEBSERVICECLIENT_PKG.getServiceRef_Handlers());

37. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

85 : GenericTranslator result = new GenericTranslator(HANDLER, WEBSERVICECLIENT_PKG.getServiceRef_Handlers());

38. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

85 : GenericTranslator result = new GenericTranslator(HANDLER, WEBSERVICECLIENT_PKG.getServiceRef_Handlers());

39. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

86 : result.setChildren(new Translator[]{ IDTranslator.INSTANCE, new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()), new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()), new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()), new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()), new Translator(HANDLER_NAME, WEBSERVICECLIENT_PKG.getHandler_HandlerName()), new JavaClassTranslator(HANDLER_CLASS, WEBSERVICECLIENT_PKG.getHandler_HandlerClass()), createParamValueType13(HANDLER_INIT_PARAM, WEBSERVICECLIENT_PKG.getHandler_InitParams()), createQNameTranslator10(SOAP_HEADER, WEBSERVICECLIENT_PKG.getHandler_SoapHeaders()), new Translator(SOAP_ROLE, WEBSERVICECLIENT_PKG.getHandler_SoapRoles()), new Translator(PORT_NAME, WEBSERVICECLIENT_PKG.getHandler_PortNames()) });

40. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

86 : result.setChildren(new Translator[]{

41. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

87 : IDTranslator.INSTANCE,

42. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

87 : IDTranslator.INSTANCE,

43. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

88 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

44. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

88 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

45. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

89 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

46. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

89 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

47. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

90 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

48. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

90 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

49. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

91 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

50. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

91 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

51. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

92 : new Translator(HANDLER_NAME, WEBSERVICECLIENT_PKG.getHandler_HandlerName()),

52. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

92 : new Translator(HANDLER_NAME, WEBSERVICECLIENT_PKG.getHandler_HandlerName()),

53. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

96 : new Translator(SOAP_ROLE, WEBSERVICECLIENT_PKG.getHandler_SoapRoles()),

54. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

96 : new Translator(SOAP_ROLE, WEBSERVICECLIENT_PKG.getHandler_SoapRoles()),

55. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

97 : new Translator(PORT_NAME, WEBSERVICECLIENT_PKG.getHandler_PortNames())

56. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

97 : new Translator(PORT_NAME, WEBSERVICECLIENT_PKG.getHandler_PortNames())

57. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

105 : private Translator createComponentScopedRefs13() {

58. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

106 : GenericTranslator result = new GenericTranslator(COMP_SCOPED_REFS, WEBSERVICECLIENT_PKG.getWebServicesClient_ComponentScopedRefs());

59. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

106 : GenericTranslator result = new GenericTranslator(COMP_SCOPED_REFS, WEBSERVICECLIENT_PKG.getWebServicesClient_ComponentScopedRefs());

60. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

106 : GenericTranslator result = new GenericTranslator(COMP_SCOPED_REFS, WEBSERVICECLIENT_PKG.getWebServicesClient_ComponentScopedRefs());

61. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

107 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(COMP_COMPONENT_NAME, WEBSERVICECLIENT_PKG.getComponentScopedRefs_ComponentName()), createServiceRefGroupTranslator13(WEBSERVICECLIENT_PKG.getComponentScopedRefs_ServiceRefs()) });

62. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

107 : result.setChildren(new Translator[] {

63. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

108 : IDTranslator.INSTANCE,

64. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

108 : IDTranslator.INSTANCE,

65. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

109 : new Translator(COMP_COMPONENT_NAME, WEBSERVICECLIENT_PKG.getComponentScopedRefs_ComponentName()),

66. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

109 : new Translator(COMP_COMPONENT_NAME, WEBSERVICECLIENT_PKG.getComponentScopedRefs_ComponentName()),

67. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

115 : public static Translator createQNameTranslator10(String domName, EStructuralFeature feature) {

68. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

116 : GenericTranslator result = new GenericTranslator(domName, feature);

69. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

116 : GenericTranslator result = new GenericTranslator(domName, feature);

70. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

116 : GenericTranslator result = new GenericTranslator(domName, feature);

71. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

117 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(NAMESPACEURI, COMMON_PKG.getQName_NamespaceURI()), new Translator(LOCALPART, COMMON_PKG.getQName_LocalPart()) });

72. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

117 : result.setChildren(new Translator[] {

73. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

118 : IDTranslator.INSTANCE,

74. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

118 : IDTranslator.INSTANCE,

75. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

119 : new Translator(NAMESPACEURI, COMMON_PKG.getQName_NamespaceURI()),

76. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

119 : new Translator(NAMESPACEURI, COMMON_PKG.getQName_NamespaceURI()),

77. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

120 : new Translator(LOCALPART, COMMON_PKG.getQName_LocalPart())

78. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

120 : new Translator(LOCALPART, COMMON_PKG.getQName_LocalPart())

79. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

125 : public static Translator createParamValueType13(String domName, EStructuralFeature feature){

80. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

126 : GenericTranslator result = new GenericTranslator(domName, feature);

81. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

126 : GenericTranslator result = new GenericTranslator(domName, feature);

82. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

126 : GenericTranslator result = new GenericTranslator(domName, feature);

83. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

127 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(PARAM_NAME, COMMON_PKG.getParamValue_Name()), new Translator(PARAM_VALUE, COMMON_PKG.getParamValue_Value()), new Translator(DESCRIPTION, COMMON_PKG.getParamValue_Description()) });

84. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

127 : result.setChildren(new Translator[] {

85. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

128 : IDTranslator.INSTANCE,

86. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

128 : IDTranslator.INSTANCE,

87. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

129 : new Translator(PARAM_NAME, COMMON_PKG.getParamValue_Name()),

88. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

129 : new Translator(PARAM_NAME, COMMON_PKG.getParamValue_Name()),

89. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

130 : new Translator(PARAM_VALUE, COMMON_PKG.getParamValue_Value()),

90. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

130 : new Translator(PARAM_VALUE, COMMON_PKG.getParamValue_Value()),

91. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

131 : new Translator(DESCRIPTION, COMMON_PKG.getParamValue_Description())

92. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesTranslator.java :

131 : new Translator(DESCRIPTION, COMMON_PKG.getParamValue_Description())

Source File: org/eclipse/jst/j2ee/internal/model/translator/webservices/WsddTranslator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

23 : import org.eclipse.wst.common.internal.emf.resource.ConstantAttributeTranslator;

2. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

24 : import org.eclipse.wst.common.internal.emf.resource.GenericTranslator;

3. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

25 : import org.eclipse.wst.common.internal.emf.resource.IDTranslator;

4. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

26 : import org.eclipse.wst.common.internal.emf.resource.RootTranslator;

5. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

27 : import org.eclipse.wst.common.internal.emf.resource.Translator;

6. WARNING: DiscouragedReference

Discouraged access: The type RootTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

32 : public class WsddTranslator extends RootTranslator implements WsddXmlMapperI, J2EEConstants{

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

34 : private static Translator[] children10;

8. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

35 : private static Translator[] children11;

9. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

36 : private static Translator[] children12;

10. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

37 : private static Translator[] children13;

11. WARNING: DiscouragedReference

Discouraged access: The constructor RootTranslator(String, EClass) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

44 : super(WEBSERVICES, WsddPackage.eINSTANCE.getWebServices());

12. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

51 : public Translator[] getChildren(Object o, int versionID) {

13. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

85 : protected Translator[] create10Children() {

14. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

86 : return new Translator[] {

15. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

87 : IDTranslator.INSTANCE,

16. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

87 : IDTranslator.INSTANCE,

17. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

88 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

18. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

88 : new Translator(DESCRIPTION, COMMON_PKG.getCompatibilityDescriptionGroup_Description()),

19. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

89 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

20. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

89 : new Translator(DISPLAY_NAME, COMMON_PKG.getCompatibilityDescriptionGroup_DisplayName()),

21. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

90 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

22. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

90 : new Translator(SMALL_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_SmallIcon()),

23. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

91 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

24. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

91 : new Translator(LARGE_ICON, COMMON_PKG.getCompatibilityDescriptionGroup_LargeIcon()),

25. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

96 : protected Translator[] create11Children() {

26. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

98 : return new Translator[] {

27. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

99 : IDTranslator.INSTANCE,

28. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

99 : IDTranslator.INSTANCE,

29. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

100 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

30. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

100 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

31. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

101 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

32. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

101 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

33. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

102 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_1),

34. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

102 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, J2EE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_1),

35. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

103 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_1),

36. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

103 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_1),

37. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

111 : protected Translator[] create12Children() {

38. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

113 : return new Translator[] {

39. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

114 : IDTranslator.INSTANCE,

40. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

114 : IDTranslator.INSTANCE,

41. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

115 : new ConstantAttributeTranslator(XML_NS, JAVAEE_NS_URL),

42. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

115 : new ConstantAttributeTranslator(XML_NS, JAVAEE_NS_URL),

43. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

116 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

44. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

116 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

45. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

117 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, JAVAEE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_2),

46. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

117 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, JAVAEE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_2),

47. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

118 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_2),

48. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

118 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_2),

49. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

126 : protected Translator[] create13Children() {

50. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

128 : return new Translator[] {

51. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

129 : IDTranslator.INSTANCE,

52. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

129 : IDTranslator.INSTANCE,

53. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

130 : new ConstantAttributeTranslator(XML_NS, JAVAEE_NS_URL),

54. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

130 : new ConstantAttributeTranslator(XML_NS, JAVAEE_NS_URL),

55. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

131 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

56. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

131 : new ConstantAttributeTranslator(XML_NS_XSI, XSI_NS_URL),

57. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

132 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, JAVAEE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_3),

58. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

132 : new ConstantAttributeTranslator(XSI_SCHEMA_LOCATION, JAVAEE_NS_URL+' '+WebServiceConstants.WEBSERVICE_SCHEMA_LOC_1_3),

59. WARNING: DiscouragedReference

Discouraged access: The constructor ConstantAttributeTranslator(String, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

133 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_3),

60. WARNING: DiscouragedReference

Discouraged access: The type ConstantAttributeTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

133 : new ConstantAttributeTranslator(VERSION, WebServiceConstants.WEBSERVICE_SCHEMA_VERSION_1_3),

61. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

141 : public Translator create10WebServiceDescTranslator() {

62. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

142 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

63. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

142 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

64. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

142 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

65. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

143 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, new Translator(DESCRIPTION, WSDD_PKG.getWebServiceDescription_Description()), new Translator(DISPLAY_NAME, WSDD_PKG.getWebServiceDescription_DisplayName()), new Translator(SMALL_ICON, WSDD_PKG.getWebServiceDescription_SmallIcon()), new Translator(LARGE_ICON, WSDD_PKG.getWebServiceDescription_LargeIcon()), new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()), new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()), new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()), create10PortComponentTranslator() });

66. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

143 : result.setChildren(new Translator[] {

67. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

144 : IDTranslator.INSTANCE,

68. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

144 : IDTranslator.INSTANCE,

69. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

145 : new Translator(DESCRIPTION, WSDD_PKG.getWebServiceDescription_Description()),

70. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

145 : new Translator(DESCRIPTION, WSDD_PKG.getWebServiceDescription_Description()),

71. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

146 : new Translator(DISPLAY_NAME, WSDD_PKG.getWebServiceDescription_DisplayName()),

72. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

146 : new Translator(DISPLAY_NAME, WSDD_PKG.getWebServiceDescription_DisplayName()),

73. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

147 : new Translator(SMALL_ICON, WSDD_PKG.getWebServiceDescription_SmallIcon()),

74. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

147 : new Translator(SMALL_ICON, WSDD_PKG.getWebServiceDescription_SmallIcon()),

75. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

148 : new Translator(LARGE_ICON, WSDD_PKG.getWebServiceDescription_LargeIcon()),

76. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

148 : new Translator(LARGE_ICON, WSDD_PKG.getWebServiceDescription_LargeIcon()),

77. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

149 : new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()),

78. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

149 : new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()),

79. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

150 : new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()),

80. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

150 : new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()),

81. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

151 : new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()),

82. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

151 : new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()),

83. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

157 : public Translator create11WebServiceDescTranslator() {

84. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

159 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

85. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

159 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

86. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

159 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

87. WARNING: DiscouragedReference

Discouraged access: The method setChildren(Translator[]) from the type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

160 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, create11DescriptionTranslator(WSDD_PKG.getWebServiceDescription_DescriptionType()), create11DisplayNameTranslator(WSDD_PKG.getWebServiceDescription_DisplayNameType()), create11IconTranslator(WSDD_PKG.getWebServiceDescription_IconType()), new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()), new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()), new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()), create11PortComponentTranslator() });

88. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

160 : result.setChildren(new Translator[] {

89. WARNING: DiscouragedReference

Discouraged access: The type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

161 : IDTranslator.INSTANCE,

90. WARNING: DiscouragedReference

Discouraged access: The field INSTANCE from the type IDTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

161 : IDTranslator.INSTANCE,

91. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

165 : new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()),

92. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

165 : new Translator(WEBSERVICE_DESCRIPTION_NAME, WSDD_PKG.getWebServiceDescription_WebServiceDescriptionName()),

93. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

166 : new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()),

94. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

166 : new Translator(WSDL_FILE, WSDD_PKG.getWebServiceDescription_WsdlFile()),

95. WARNING: DiscouragedReference

Discouraged access: The constructor Translator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

167 : new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()),

96. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

167 : new Translator(JAXRPC_MAPPING_FILE, WSDD_PKG.getWebServiceDescription_JaxrpcMappingFile()),

97. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

173 : public Translator create12WebServiceDescTranslator() {

98. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

175 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

99. WARNING: DiscouragedReference

Discouraged access: The constructor GenericTranslator(String, EStructuralFeature) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

175 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

100. WARNING: DiscouragedReference

Discouraged access: The type GenericTranslator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddTranslator.java :

175 : GenericTranslator result = new GenericTranslator(WEBSERVICE_DESCRIPTION, WSDD_PKG.getWebServices_WebServiceDescriptions());

Source File: org/eclipse/jst/j2ee/internal/xml/J2EEXmlDtDEntityResolver.java
1. WARNING: UnusedImport

The import java.io.FileNotFoundException is never used

J2EEXmlDtDEntityResolver.java :

15 : import java.io.FileNotFoundException;

2. WARNING: UnusedImport

The import org.xml.sax.SAXException is never used

J2EEXmlDtDEntityResolver.java :

22 : import org.xml.sax.SAXException;

Source File: org/eclipse/jst/j2ee/jca/internal/impl/ConnectorResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

17 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

18 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

19 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

20 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

21 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

24 : public class ConnectorResourceFactory extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

43 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

50 : public ConnectorResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

51 : super(aRendererFactory);

12. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

57 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

57 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

64 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

65 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

73 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

73 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

76 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

19. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(RendererFactory.getDefaultRendererFactory()));

20. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

77 : aRegistry.registerLastFileSegment(J2EEConstants.RAR_SHORT_NAME, new ConnectorResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceFactory.java :

81 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.RAR_DD_URI_OBJ);

Source File: org/eclipse/jst/j2ee/jca/internal/impl/ConnectorResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

21 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

32 : public ConnectorResourceImpl(URI uri, Renderer aRenderer) {

4. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

39 : public ConnectorResourceImpl(Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

47 : return (Connector) getRootObject();

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorResourceImpl.java :

174 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/webapplication/internal/impl/WebAppImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppImpl.java :

377 : String systemId = ((XMLResource)eResource()).getSystemId();

2. WARNING: DiscouragedReference

Discouraged access: The method getSystemId() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppImpl.java :

387 : String systemId = ((XMLResource)eResource()).getSystemId();

Source File: org/eclipse/jst/j2ee/webapplication/internal/impl/WebAppResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

24 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

25 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

26 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

27 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

28 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

37 : public class WebAppResourceFactory extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

54 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

54 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

54 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

60 : public WebAppResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

61 : super(aRendererFactory);

12. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

68 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

68 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

75 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

76 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

84 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

84 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

91 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

19. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

92 : aRegistry.registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(RendererFactory.getDefaultRendererFactory()));

20. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

92 : aRegistry.registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

92 : aRegistry.registerLastFileSegment(J2EEConstants.WEBAPP_DD_SHORT_NAME, new WebAppResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceFactory.java :

98 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.WEBAPP_DD_URI_OBJ);

Source File: org/eclipse/jst/j2ee/webapplication/internal/impl/WebAppResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

26 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

27 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

38 : public WebAppResourceImpl(URI uri, Renderer aRenderer) {

4. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

42 : public WebAppResourceImpl(Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

48 : return (WebApp) getRootObject();

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppResourceImpl.java :

139 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/webservice/internal/wsdd/WsddResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

19 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

20 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

21 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

22 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

23 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

26 : public class WsddResourceFactory extends TranslatorResourceFactory

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

34 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

34 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

34 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

40 : public WsddResourceFactory(RendererFactory aRendererFactory)

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

42 : super(aRendererFactory);

12. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

48 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

48 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

55 : public static void registerWith(RendererFactory aRendererFactory) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

56 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(aRendererFactory));

16. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

57 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(WebServiceConstants.WEBSERVICE_TEMP_DD_SHORT_NAME, new WsddResourceFactory(aRendererFactory));

17. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

59 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

18. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

60 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

19. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

60 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

20. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

60 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

21. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

61 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_TEMP_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

22. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

61 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_TEMP_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

23. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

61 : aRegistry.registerLastFileSegment(WebServiceConstants.WEBSERVICE_TEMP_DD_SHORT_NAME, new WsddResourceFactory(RendererFactory.getDefaultRendererFactory()));

24. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

69 : registerWith(RendererFactory.getDefaultRendererFactory());

25. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceFactory.java :

69 : registerWith(RendererFactory.getDefaultRendererFactory());

Source File: org/eclipse/jst/j2ee/webservice/wsclient/internal/impl/WebServicesClientResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

24 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

25 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

3. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

26 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

27 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

28 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

32 : extends TranslatorResourceFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

38 : super(RendererFactory.getDefaultRendererFactory());

8. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

38 : super(RendererFactory.getDefaultRendererFactory());

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

38 : super(RendererFactory.getDefaultRendererFactory());

10. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

51 : public WebServicesClientResourceFactory(RendererFactory aRendererFactory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

52 : super(aRendererFactory);

12. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

56 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

13. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

56 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

14. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

59 : public static void register(FileNameResourceFactoryRegistry aRegistry) {

15. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

60 : aRegistry.registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

16. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

60 : aRegistry.registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

17. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

60 : aRegistry.registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(RendererFactory.getDefaultRendererFactory()));

18. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

66 : public static void registerWith(RendererFactory aRendererFactory) {

19. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

67 : J2EEResourceFactoryRegistry.INSTANCE.registerLastFileSegment(J2EEConstants.WEB_SERVICES_CLIENT_SHORTNAME, new WebServicesClientResourceFactory(aRendererFactory));

20. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

75 : registerWith(RendererFactory.getDefaultRendererFactory());

21. WARNING: DiscouragedReference

Discouraged access: The method getDefaultRendererFactory() from the type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

75 : registerWith(RendererFactory.getDefaultRendererFactory());

22. WARNING: DiscouragedReference

Discouraged access: The method getFactory(URI) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesClientResourceFactory.java :

80 : return J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.WEB_SERVICES_CLIENT_DD_URI_OBJ);

Source File: org/eclipse/jst/j2ee/webservice/wsclient/internal/impl/WebServicesResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

27 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

28 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

36 : public WebServicesResourceImpl(URI uri, Renderer aRenderer) {

4. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

43 : public WebServicesResourceImpl(Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

51 : return (WebServicesClient) getRootObject();

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebServicesResourceImpl.java :

137 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/webservice/wsdd/internal/impl/WsddResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

30 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

31 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WsddResourceImpl.java :

32 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

4. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

39 : public WsddResourceImpl(URI uri, Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

47 : public WsddResourceImpl(Renderer aRenderer) {

6. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

55 : return (WebServices) getRootObject();

7. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WsddResourceImpl.java :

61 : public Translator getRootTranslator() {

8. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WsddResourceImpl.java :

241 : IFile afile = WorkbenchResourceHelper.getFile(this);

9. WARNING: DiscouragedReference

Discouraged access: The method getFile(ReferencedResource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

WsddResourceImpl.java :

241 : IFile afile = WorkbenchResourceHelper.getFile(this);

Source File: org/eclipse/jst/j2ee/webservice/jaxrpcmap/JaxrpcmapResourceFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

17 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

18 : import org.eclipse.wst.common.internal.emf.resource.RendererFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

19 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

4. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

20 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResourceFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResourceFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

23 : public class JaxrpcmapResourceFactory extends TranslatorResourceFactory

6. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

28 : public JaxrpcmapResourceFactory(RendererFactory aRendererFactory)

7. WARNING: DiscouragedReference

Discouraged access: The constructor TranslatorResourceFactory(RendererFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

30 : super(aRendererFactory);

8. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

37 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

9. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

37 : protected TranslatorResource createResource(URI uri, Renderer aRenderer) {

10. WARNING: DiscouragedReference

Discouraged access: The type RendererFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceFactory.java :

44 : public static void registerWith(RendererFactory aRendererFactory) {

Source File: org/eclipse/jst/j2ee/webservice/jaxrpcmap/internal/impl/JaxrpcmapResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

21 : import org.eclipse.wst.common.internal.emf.resource.Renderer;

2. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.Translator;

3. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

26 : public JaxrpcmapResourceImpl(Renderer aRenderer) {

4. WARNING: DiscouragedReference

Discouraged access: The type Renderer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

30 : public JaxrpcmapResourceImpl(URI uri, Renderer aRenderer) {

5. WARNING: DiscouragedReference

Discouraged access: The method getRootObject() from the type TranslatorResourceImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

38 : return (JavaWSDLMapping) getRootObject();

6. WARNING: DiscouragedReference

Discouraged access: The type Translator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JaxrpcmapResourceImpl.java :

44 : public Translator getRootTranslator() {

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/Archive.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy is never used

Archive.java :

33 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/ModuleRef.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy is never used

ModuleRef.java :

25 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/ValidateXmlCommand.java
1. WARNING: UnusedImport

The import org.eclipse.emf.common.command.Command is never used

ValidateXmlCommand.java :

22 : import org.eclipse.emf.common.command.Command;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/WARFile.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DuplicateObjectException is never used

WARFile.java :

18 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DuplicateObjectException;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/exception/UncontainedModuleFileException.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile is never used

UncontainedModuleFileException.java :

13 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/helpers/ArchiveInit.java
1. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveInit.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveInit.java :

46 : ExtendedEcoreUtil.preRegisterPackage("commonarchive.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

3. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveInit.java :

46 : ExtendedEcoreUtil.preRegisterPackage("commonarchive.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return CommonarchivePackage.eINSTANCE; } public EFactory getEFactory() { return CommonarchiveFactory.eINSTANCE; } });

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveInit.java :

54 : ExtendedEcoreUtil.preRegisterPackage("commonarchive.looseconfig.xmi", new EPackage.Descriptor() { //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method preRegisterPackage(String, EPackage.Descriptor) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveInit.java :

54 : ExtendedEcoreUtil.preRegisterPackage("commonarchive.looseconfig.xmi", new EPackage.Descriptor() { //$NON-NLS-1$ public EPackage getEPackage() { return LooseconfigPackage.eINSTANCE; } public EFactory getEFactory() { return LooseconfigFactory.eINSTANCE; } });

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/helpers/ArchiveManifest.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveManifest.java :

19 : public interface ArchiveManifest extends org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest {

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/helpers/ArchiveManifestImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type ArchiveManifestImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveManifestImpl.java :

19 : public class ArchiveManifestImpl extends org.eclipse.jst.common.internal.modulecore.util.ArchiveManifestImpl

2. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveManifestImpl.java :

26 : super();

3. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(InputStream) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveManifestImpl.java :

39 : super(is);

4. WARNING: DiscouragedReference

Discouraged access: The constructor ArchiveManifestImpl(Manifest) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveManifestImpl.java :

47 : super(man);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/helpers/SaveFilter.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.SaveStrategy is never used

SaveFilter.java :

16 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.SaveStrategy;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ArchiveCopySessionUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

27 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopySession;

2. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

28 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

3. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

39 : public class ArchiveCopySessionUtility extends EtoolsCopySession {

4. WARNING: DiscouragedReference

Discouraged access: The method copy(EObject, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

42 : EObject copied = super.copy(aRefObject, idSuffix);

5. WARNING: DiscouragedReference

Discouraged access: The method primCopy(EObject, String) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

50 : EObject copied = super.primCopy(aRefObject, idSuffix);

6. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

56 : public ArchiveCopySessionUtility(EtoolsCopyUtility aCopyUtility) {

7. WARNING: DiscouragedReference

Discouraged access: The constructor EtoolsCopySession(EtoolsCopyUtility) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

57 : super(aCopyUtility);

8. WARNING: DiscouragedReference

Discouraged access: The method newInstance(Resource, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

65 : Resource copyResource = super.newInstance(aResource, newUri);

9. WARNING: DiscouragedReference

Discouraged access: The method setVersionID(int) from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

68 : ((XMLResource) copyResource).setVersionID(((XMLResource) aResource).getVersionID());

10. WARNING: DiscouragedReference

Discouraged access: The method getVersionID() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

68 : ((XMLResource) copyResource).setVersionID(((XMLResource) aResource).getVersionID());

11. WARNING: DiscouragedReference

Discouraged access: The method getCopyIfFound(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

74 : EObject copiedObject = super.getCopyIfFound(anObject);

12. WARNING: DiscouragedReference

Discouraged access: The method newInstance(EObject) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

76 : copiedObject = newInstance(anObject);

13. WARNING: DiscouragedReference

Discouraged access: The method copyObject(EObject, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

85 : EObject copied = super.copyObject(aRefObject, idSuffix);

14. WARNING: DiscouragedReference

Discouraged access: The method copyManyReference(EReference, List, EObject, String, EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

107 : copyManyReference(aReference, value, aRefObject, idSuffix, copyRef);

15. WARNING: DiscouragedReference

Discouraged access: The method copySingleReference(EReference, EObject, EObject, String, EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopySessionUtility.java :

113 : copySingleReference(aReference, (EObject) value, aRefObject, idSuffix, copyRef);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ArchiveCopyUtility.java
1. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

41 : import org.eclipse.wst.common.internal.emf.utilities.CopyGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

42 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopySession;

3. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

43 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

4. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

52 : public class ArchiveCopyUtility extends EtoolsCopyUtility {

5. WARNING: DiscouragedReference

Discouraged access: The constructor EtoolsCopyUtility() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

57 : super();

6. WARNING: DiscouragedReference

Discouraged access: The method setCopyAdapters(boolean) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

58 : setCopyAdapters(true);

7. WARNING: DiscouragedReference

Discouraged access: The method addDeferredSingleReferenceCopy(EReference, EObject, String, EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

69 : super.addDeferredSingleReferenceCopy(reference, aValue, idSuffix, aCopyContainer);

8. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveCopyUtility.java :

75 : mf.write(out);

9. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

87 : CopyGroup copyGroup = new CopyGroup();

10. WARNING: DiscouragedReference

Discouraged access: The constructor CopyGroup() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

87 : CopyGroup copyGroup = new CopyGroup();

11. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

87 : CopyGroup copyGroup = new CopyGroup();

12. WARNING: DiscouragedReference

Discouraged access: The method setPreserveIds(boolean) from the type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

88 : copyGroup.setPreserveIds(true);

13. WARNING: DiscouragedReference

Discouraged access: The method add(EObject) from the type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

90 : copyGroup.add(anArchive);

14. WARNING: DiscouragedReference

Discouraged access: The method getCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

93 : Archive copiedArchive = (Archive) getCopy(anArchive);

15. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

133 : public void copy(CopyGroup aGroup) {

16. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

135 : EtoolsCopySession session = new ArchiveCopySessionUtility(this);

17. WARNING: DiscouragedReference

Discouraged access: The method setPreserveIds(boolean) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

136 : session.setPreserveIds(aGroup.getPreserveIds());

18. WARNING: DiscouragedReference

Discouraged access: The method getPreserveIds() from the type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

136 : session.setPreserveIds(aGroup.getPreserveIds());

19. WARNING: DiscouragedReference

Discouraged access: The method copy(CopyGroup) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

137 : session.copy(aGroup);

20. WARNING: DiscouragedReference

Discouraged access: The method flush() from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

138 : session.flush();

21. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

144 : EtoolsCopySession session = new ArchiveCopySessionUtility(this);

22. WARNING: DiscouragedReference

Discouraged access: The method copy(EObject, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

145 : EObject copied = session.copy(aRefObject, idSuffix);

23. WARNING: DiscouragedReference

Discouraged access: The method flush() from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

146 : session.flush();

24. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

152 : EtoolsCopySession session = new ArchiveCopySessionUtility(this);

25. WARNING: DiscouragedReference

Discouraged access: The method copy(Resource, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

153 : Resource copied = session.copy(aResource, newUri);

26. WARNING: DiscouragedReference

Discouraged access: The method flush() from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

154 : session.flush();

27. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

165 : EtoolsCopySession session = new ArchiveCopySessionUtility(this);

28. WARNING: DiscouragedReference

Discouraged access: The method copyObject(EObject, String) from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

166 : EObject copied = session.copyObject(aRefObject, idSuffix);

29. WARNING: DiscouragedReference

Discouraged access: The method flush() from the type EtoolsCopySession is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

167 : session.flush();

30. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

171 : public static void createCopy(CopyGroup aGroup) {

31. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

176 : protected void finishCopy(Archive source, Archive copy, CopyGroup group) {

32. WARNING: DiscouragedReference

Discouraged access: The method getCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

187 : File copiedManifest = (File) getCopy(manifestToCopy);

33. WARNING: DiscouragedReference

Discouraged access: The method getCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

205 : File copiedFile = (File) getCopy(aFile);

34. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

217 : CopyGroup group = new CopyGroup();

35. WARNING: DiscouragedReference

Discouraged access: The constructor CopyGroup() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

217 : CopyGroup group = new CopyGroup();

36. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

217 : CopyGroup group = new CopyGroup();

37. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

227 : protected void prepareResourcesForCopy(Archive anArchive, CopyGroup copyGroup) {

38. WARNING: DiscouragedReference

Discouraged access: The method add(Resource) from the type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

232 : copyGroup.add(resource);

39. WARNING: DiscouragedReference

Discouraged access: The type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

236 : protected void retrieveResourcesFromCopy(Archive copiedArchive, CopyGroup copyGroup) {

40. WARNING: DiscouragedReference

Discouraged access: The method getCopiedResources() from the type CopyGroup is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveCopyUtility.java :

238 : List resources = copyGroup.getCopiedResources();

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ArchiveImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

33 : import org.eclipse.jem.internal.java.adapters.ReadAdaptor;

2. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

34 : import org.eclipse.jem.internal.java.adapters.jdk.JavaJDKAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

64 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

65 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

5. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

351 : copy = (File) EtoolsCopyUtility.createCopy(aFile);

6. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

351 : copy = (File) EtoolsCopyUtility.createCopy(aFile);

7. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

570 : classPathComponents.addAll(Arrays.asList(getManifest().getClassPathTokenized()));

8. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

685 : protected JavaJDKAdapterFactory getJavaAdapterFactory() {

9. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

686 : return (JavaJDKAdapterFactory) EcoreUtil.getAdapterFactory(getLoadStrategy().getResourceSet().getAdapterFactories(), ReadAdaptor.TYPE_KEY);

10. WARNING: DiscouragedReference

Discouraged access: The type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

686 : return (JavaJDKAdapterFactory) EcoreUtil.getAdapterFactory(getLoadStrategy().getResourceSet().getAdapterFactories(), ReadAdaptor.TYPE_KEY);

11. WARNING: DiscouragedReference

Discouraged access: The field TYPE_KEY from the type ReadAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

686 : return (JavaJDKAdapterFactory) EcoreUtil.getAdapterFactory(getLoadStrategy().getResourceSet().getAdapterFactories(), ReadAdaptor.TYPE_KEY);

12. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

710 : if (ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))

13. WARNING: DiscouragedReference

Discouraged access: The method getFileNotFoundDetector() from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

710 : if (ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))

14. WARNING: DiscouragedReference

Discouraged access: The method isFileNotFound(WrappedException) from the type ExtendedEcoreUtil.FileNotFoundDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ArchiveImpl.java :

710 : if (ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))

15. WARNING: DiscouragedReference

Discouraged access: The method getManifestVersion() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

729 : if (manifest.getManifestVersion() == null || manifest.getManifestVersion().equals("")) //$NON-NLS-1$

16. WARNING: DiscouragedReference

Discouraged access: The method getManifestVersion() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

729 : if (manifest.getManifestVersion() == null || manifest.getManifestVersion().equals("")) //$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The method setManifestVersion(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

730 : manifest.setManifestVersion("1.0");//$NON-NLS-1$

18. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

808 : String[] mfEntries = getManifest().getClassPathTokenized();

19. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

860 : JavaJDKAdapterFactory factory = getJavaAdapterFactory();

20. WARNING: DiscouragedReference

Discouraged access: The method setContextClassLoader(ClassLoader) from the type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

861 : factory.setContextClassLoader(cl);

21. WARNING: DiscouragedReference

Discouraged access: The method flushAll() from the type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

862 : factory.flushAll();

22. WARNING: DiscouragedReference

Discouraged access: The method setContextClassLoader(ClassLoader) from the type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

ArchiveImpl.java :

983 : getJavaAdapterFactory().setContextClassLoader(null);

23. WARNING: DiscouragedReference

Discouraged access: The method setClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

1264 : mf.setClassPath(classpath);

24. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

1358 : String[] mfEntries = getManifest().getClassPathTokenized();

25. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveImpl.java :

1472 : String[] mfEntries = getManifest().getClassPathTokenized();

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/CommonarchiveFactoryImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

CommonarchiveFactoryImpl.java :

424 : String[] result = anArchive.getManifest().getClassPathTokenized();

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/EARFileImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

79 : import org.eclipse.wst.common.internal.emf.resource.FileNameResourceFactoryRegistry;

2. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

80 : import org.eclipse.wst.common.internal.emf.utilities.EtoolsCopyUtility;

3. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

186 : SecurityRole copy = (SecurityRole) EtoolsCopyUtility.createCopy(aRole);

4. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

186 : SecurityRole copy = (SecurityRole) EtoolsCopyUtility.createCopy(aRole);

5. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

209 : copy = (SecurityRole) EtoolsCopyUtility.createCopy(aRole);

6. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

209 : copy = (SecurityRole) EtoolsCopyUtility.createCopy(aRole);

7. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

727 : dd.getSecurityRoles().add(EtoolsCopyUtility.createCopy(role));

8. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

727 : dd.getSecurityRoles().add(EtoolsCopyUtility.createCopy(role));

9. WARNING: DiscouragedReference

Discouraged access: The type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

731 : assembly.getSecurityRoles().add(EtoolsCopyUtility.createCopy(role));

10. WARNING: DiscouragedReference

Discouraged access: The method createCopy(EObject) from the type EtoolsCopyUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

731 : assembly.getSecurityRoles().add(EtoolsCopyUtility.createCopy(role));

11. WARNING: DiscouragedReference

Discouraged access: The method registerLastFileSegment(String, Resource.Factory) from the type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

755 : ((FileNameResourceFactoryRegistry) set.getResourceFactoryRegistry()).registerLastFileSegment(aUri, factory);

12. WARNING: DiscouragedReference

Discouraged access: The type FileNameResourceFactoryRegistry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EARFileImpl.java :

755 : ((FileNameResourceFactoryRegistry) set.getResourceFactoryRegistry()).registerLastFileSegment(aUri, factory);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ModuleFileImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method setVersionID(int) from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleFileImpl.java :

201 : ((XMLResource) getDeploymentDescriptorResource()).setVersionID(versionID);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/impl/ModuleRefImpl.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy is never used

ModuleRefImpl.java :

43 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.LoadStrategy;

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/strategy/ConnectorDirectorySaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ConnectorDirectorySaveStrategyImpl.java :

141 : aManifest.write(out);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/strategy/DirectorySaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

DirectorySaveStrategyImpl.java :

143 : aManifest.write(out);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/strategy/LoadStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

LoadStrategyImpl.java :

33 : import org.eclipse.jem.internal.java.adapters.jdk.JavaJDKAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

54 : import org.eclipse.wst.common.internal.emf.utilities.ExtendedEcoreUtil;

3. WARNING: DiscouragedReference

Discouraged access: The method isFileNotFound(WrappedException) from the type ExtendedEcoreUtil.FileNotFoundDetector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

351 : if ((ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))) {

4. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

351 : if ((ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))) {

5. WARNING: DiscouragedReference

Discouraged access: The method getFileNotFoundDetector() from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

351 : if ((ExtendedEcoreUtil.getFileNotFoundDetector().isFileNotFound(wrapEx))) {

6. WARNING: DiscouragedReference

Discouraged access: The type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

352 : FileNotFoundException fileNotFoundEx = ExtendedEcoreUtil.getInnerFileNotFoundException(wrapEx);

7. WARNING: DiscouragedReference

Discouraged access: The method getInnerFileNotFoundException(WrappedException) from the type ExtendedEcoreUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LoadStrategyImpl.java :

352 : FileNotFoundException fileNotFoundEx = ExtendedEcoreUtil.getInnerFileNotFoundException(wrapEx);

8. WARNING: DiscouragedReference

Discouraged access: The constructor JavaJDKAdapterFactory() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

LoadStrategyImpl.java :

374 : rs.getAdapterFactories().add(new JavaJDKAdapterFactory());

9. WARNING: DiscouragedReference

Discouraged access: The type JavaJDKAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

LoadStrategyImpl.java :

374 : rs.getAdapterFactories().add(new JavaJDKAdapterFactory());

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/strategy/SaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

35 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityXMIResource;

2. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

36 : import org.eclipse.wst.common.internal.emf.resource.TranslatorResource;

3. WARNING: DiscouragedReference

Discouraged access: The type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

37 : import org.eclipse.wst.common.internal.emf.utilities.Revisit;

4. WARNING: DiscouragedReference

Discouraged access: The method getManifestVersion() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

SaveStrategyImpl.java :

156 : if (mf.getManifestVersion() == null || mf.getManifestVersion().equals(""))//$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The method getManifestVersion() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

SaveStrategyImpl.java :

156 : if (mf.getManifestVersion() == null || mf.getManifestVersion().equals(""))//$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method setManifestVersion(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

SaveStrategyImpl.java :

157 : mf.setManifestVersion("1.0");//$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

199 : Revisit.revisit();

8. WARNING: DiscouragedReference

Discouraged access: The method revisit() from the type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

199 : Revisit.revisit();

9. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

201 : if (res instanceof CompatibilityXMIResource)

10. WARNING: DiscouragedReference

Discouraged access: The method setFormat(int) from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

202 : ((CompatibilityXMIResource) res).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

11. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

202 : ((CompatibilityXMIResource) res).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

12. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

202 : ((CompatibilityXMIResource) res).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

13. WARNING: DiscouragedReference

Discouraged access: The field FORMAT_MOF5 from the type CompatibilityXMIResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

202 : ((CompatibilityXMIResource) res).setFormat(CompatibilityXMIResource.FORMAT_MOF5);

14. WARNING: DiscouragedReference

Discouraged access: The type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SaveStrategyImpl.java :

203 : if (res instanceof TranslatorResource)

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/strategy/ZipStreamSaveStrategyImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

28 : import org.eclipse.wst.common.internal.emf.resource.CompatibilityURIConverter;

2. WARNING: DiscouragedReference

Discouraged access: The type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

29 : import org.eclipse.wst.common.internal.emf.utilities.Revisit;

3. WARNING: DiscouragedReference

Discouraged access: The type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

89 : Revisit.revisit();

4. WARNING: DiscouragedReference

Discouraged access: The method revisit() from the type Revisit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

89 : Revisit.revisit();

5. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

93 : if (conv instanceof CompatibilityURIConverter)

6. WARNING: DiscouragedReference

Discouraged access: The method deNormalize(URI) from the type CompatibilityURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

94 : uri = ((CompatibilityURIConverter) conv).deNormalize(uri);

7. WARNING: DiscouragedReference

Discouraged access: The type CompatibilityURIConverter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ZipStreamSaveStrategyImpl.java :

94 : uri = ((CompatibilityURIConverter) conv).deNormalize(uri);

8. WARNING: DiscouragedReference

Discouraged access: The method write(OutputStream) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ZipStreamSaveStrategyImpl.java :

115 : aManifest.write(getZipOutputStream());

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/util/ArchiveFileDynamicClassLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveFileDynamicClassLoader.java :

213 : String[] classpath = archive.getManifest().getClassPathTokenized();

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/util/ArchiveUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

35 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl is never used

ArchiveUtil.java :

46 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

459 : return ManifestUtilities.getTokens(aString, null);

4. WARNING: DiscouragedReference

Discouraged access: The method getTokens(String, String) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

459 : return ManifestUtilities.getTokens(aString, null);

5. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

463 : return ManifestUtilities.getTokens(aString, delimiter);

6. WARNING: DiscouragedReference

Discouraged access: The method getTokens(String, String) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

463 : return ManifestUtilities.getTokens(aString, delimiter);

7. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

470 : return ManifestUtilities.getValueIgnoreKeyCase(key, attr);

8. WARNING: DiscouragedReference

Discouraged access: The method getValueIgnoreKeyCase(String, Attributes) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

470 : return ManifestUtilities.getValueIgnoreKeyCase(key, attr);

Source File: org/eclipse/jst/j2ee/commonarchivecore/internal/util/J2EEFileUtil.java
1. WARNING: UnusedImport

The import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl is never used

J2EEFileUtil.java :

30 : import org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.ZipFileLoadStrategyImpl;

Source File: org/eclipse/jst/j2ee/commonarchivecore/looseconfig/internal/LooseConfigRegister.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

27 : import org.eclipse.wst.common.internal.emf.utilities.StringUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

213 : if (StringUtil.stringsEqual(uri, element.getUri()) && StringUtil.stringsEqual(altDD, ((LooseModule) element).getAltDD()))

3. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

213 : if (StringUtil.stringsEqual(uri, element.getUri()) && StringUtil.stringsEqual(altDD, ((LooseModule) element).getAltDD()))

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

213 : if (StringUtil.stringsEqual(uri, element.getUri()) && StringUtil.stringsEqual(altDD, ((LooseModule) element).getAltDD()))

5. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

213 : if (StringUtil.stringsEqual(uri, element.getUri()) && StringUtil.stringsEqual(altDD, ((LooseModule) element).getAltDD()))

6. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

325 : if (StringUtil.stringsEqual(uri, child.getUri()))

7. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

LooseConfigRegister.java :

325 : if (StringUtil.stringsEqual(uri, child.getUri()))

Source File: org/eclipse/jst/j2ee/core/internal/plugin/CatalogJ2EEXmlDtDEntityResolver.java
1. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

16 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolver;

2. WARNING: DiscouragedReference

Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

17 : import org.eclipse.wst.common.uriresolver.internal.provisional.URIResolverPlugin;

3. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

22 : private URIResolver uriResolver;

4. WARNING: DiscouragedReference

Discouraged access: The type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

30 : uriResolver = URIResolverPlugin.createResolver();

5. WARNING: DiscouragedReference

Discouraged access: The method createResolver() from the type URIResolverPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

30 : uriResolver = URIResolverPlugin.createResolver();

6. WARNING: DiscouragedReference

Discouraged access: The method resolve(String, String, String) from the type URIResolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar

CatalogJ2EEXmlDtDEntityResolver.java :

32 : String uri = uriResolver.resolve(null, publicId, systemId);

Source File: org/eclipse/jst/j2ee/core/internal/plugin/EclipseEJBModelExtenderProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type Identifiable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EclipseEJBModelExtenderProvider.java :

28 : import org.eclipse.wst.common.frameworks.internal.enablement.Identifiable;

2. WARNING: DiscouragedReference

Discouraged access: The type IdentifiableComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EclipseEJBModelExtenderProvider.java :

29 : import org.eclipse.wst.common.frameworks.internal.enablement.IdentifiableComparator;

3. WARNING: DiscouragedReference

Discouraged access: The type Identifiable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EclipseEJBModelExtenderProvider.java :

48 : public static class Descriptor implements Identifiable {

4. WARNING: DiscouragedReference

Discouraged access: The type IdentifiableComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EclipseEJBModelExtenderProvider.java :

158 : if (extensionHelpers == null) extensionHelpers = new TreeSet(IdentifiableComparator.getInstance());

5. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type IdentifiableComparator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EclipseEJBModelExtenderProvider.java :

158 : if (extensionHelpers == null) extensionHelpers = new TreeSet(IdentifiableComparator.getInstance());

Source File: org/eclipse/jst/j2ee/core/internal/plugin/J2EECorePlugin.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EECorePlugin.java :

21 : import org.eclipse.wst.common.internal.emf.utilities.DOMUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EECorePlugin.java :

54 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

3. WARNING: DiscouragedReference

Discouraged access: The method setDefaultEntityResolver(EntityResolver) from the type DOMUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EECorePlugin.java :

54 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

Source File: org/eclipse/jst/j2ee/core/internal/validation/xmlerrorcustomization/J2EEErrorMessageCustomizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

15 : import org.eclipse.wst.xml.core.internal.validation.errorcustomization.ElementInformation;

2. WARNING: DiscouragedReference

Discouraged access: The type IErrorMessageCustomizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

16 : import org.eclipse.wst.xml.core.internal.validation.errorcustomization.IErrorMessageCustomizer;

3. WARNING: DiscouragedReference

Discouraged access: The type IErrorMessageCustomizer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

22 : public class J2EEErrorMessageCustomizer implements IErrorMessageCustomizer {

4. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

27 : public String customizeMessage(ElementInformation elementInfo, String errorKey, Object[] arguments) {

5. WARNING: DiscouragedReference

Discouraged access: The method getLocalname() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

29 : if ("application".equals(elementInfo.getLocalname())) { //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The method getChildren() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

31 : for (Iterator i = elementInfo.getChildren().iterator(); i.hasNext();) {

7. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

32 : ElementInformation child = (ElementInformation) i.next();

8. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

32 : ElementInformation child = (ElementInformation) i.next();

9. WARNING: DiscouragedReference

Discouraged access: The method getLocalname() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

33 : if ("module".equals(child.getLocalname())) { //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The method getLocalname() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

42 : if ("ejb-jar".equals(elementInfo.getLocalname())) { //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The method getChildren() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

44 : for (Iterator i = elementInfo.getChildren().iterator(); i.hasNext();) {

12. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

45 : ElementInformation child = (ElementInformation) i.next();

13. WARNING: DiscouragedReference

Discouraged access: The type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

45 : ElementInformation child = (ElementInformation) i.next();

14. WARNING: DiscouragedReference

Discouraged access: The method getLocalname() from the type ElementInformation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.xml.core_1.1.502.v201009010342.jar

J2EEErrorMessageCustomizer.java :

46 : if ("enterprise-beans".equals(child.getLocalname())) { //$NON-NLS-1$

Source File: org/eclipse/jst/j2ee/model/internal/validation/ABeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

51 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

222 : public void validateEjbCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

259 : public void validateEjbPostCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

286 : public final void validateEjbHomeMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

325 : public final void validateBusinessMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

374 : public void validateEjbRemoveMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

403 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ABeanClassVRule.java :

414 : public void validateTransientField(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ACMPHomeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ACMPHomeVRule.java :

19 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ACMPHomeVRule.java :

27 : public final void validateFindMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedList) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AComponentVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type JavaReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

17 : import org.eclipse.jem.internal.java.adapters.JavaReflectionAdaptor;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AComponentVRule.java :

23 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AComponentVRule.java :

52 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AComponentVRule.java :

65 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type JavaReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

101 : JavaReflectionAdaptor adapter = (JavaReflectionAdaptor) JavaReflectionAdaptor.retrieveAdaptorFrom(bean.getEjbClass());

6. WARNING: DiscouragedReference

Discouraged access: The type JavaReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

101 : JavaReflectionAdaptor adapter = (JavaReflectionAdaptor) JavaReflectionAdaptor.retrieveAdaptorFrom(bean.getEjbClass());

7. WARNING: DiscouragedReference

Discouraged access: The type JavaReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

101 : JavaReflectionAdaptor adapter = (JavaReflectionAdaptor) JavaReflectionAdaptor.retrieveAdaptorFrom(bean.getEjbClass());

8. WARNING: DiscouragedReference

Discouraged access: The method retrieveAdaptorFrom(EObject) from the type ReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

101 : JavaReflectionAdaptor adapter = (JavaReflectionAdaptor) JavaReflectionAdaptor.retrieveAdaptorFrom(bean.getEjbClass());

9. WARNING: DiscouragedReference

Discouraged access: The method flushReflectedValuesIfNecessary(boolean) from the type JavaReflectionAdaptor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jem_2.0.400.v201005110200.jar

AComponentVRule.java :

102 : adapter.flushReflectedValuesIfNecessary(true);

Source File: org/eclipse/jst/j2ee/model/internal/validation/AEntityBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityBeanClassVRule.java :

19 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityBeanClassVRule.java :

29 : public void validateEjbCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedList) throws ValidationCancelledException, ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityBeanClassVRule.java :

35 : public final void validateMatchingEjbPostCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AEntityHomeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityHomeVRule.java :

18 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityHomeVRule.java :

32 : public final void validateFindByPrimaryKeyMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityHomeVRule.java :

43 : public void validateFindMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AEntityHomeVRule.java :

83 : public void validateHomeMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AHomeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

24 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

43 : public void validateFindMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

53 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

66 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

146 : public final void validateMatchingBeanMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, String nameOfMethodToFind, boolean validateReturnTypeMatches, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

189 : public void validateCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AHomeVRule.java :

214 : public void validateHomeMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AInterfaceTypeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AInterfaceTypeVRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AInterfaceTypeVRule.java :

54 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AInterfaceTypeVRule.java :

58 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AKeyClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AKeyClassVRule.java :

19 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AKeyClassVRule.java :

50 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ASessionBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ASessionBeanClassVRule.java :

17 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ASessionBeanClassVRule.java :

25 : public final void validateTransientField(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AStatelessHomeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AStatelessHomeVRule.java :

16 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AStatelessHomeVRule.java :

26 : public void validateCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ATypeVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

27 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

41 : public final void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

100 : protected final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field[] fields, List[] fieldsExtendedLists) throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

196 : protected final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method[] methods, List[] methodsExtendedLists) throws ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

253 : public final void register(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldsExtendedList) throws InvalidInputException, ValidationCancelledException, ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

297 : public void validateMethodsWhichMustExist(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws InvalidInputException, ValidationCancelledException, ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

340 : public final void validateMethodWhichMustNotExist(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws InvalidInputException, ValidationCancelledException, ValidationException {

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

379 : public final void register(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedList) throws InvalidInputException, ValidationCancelledException, ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ATypeVRule.java :

383 : public final void validateSupertypes(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws InvalidInputException, ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AValidateEJB.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEJB.java :

26 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEJB.java :

161 : public final void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEJB.java :

217 : public final void validateFields(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEJB.java :

336 : public final void validateMethods(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AValidateEntityBean.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEntityBean.java :

23 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidateEntityBean.java :

576 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AValidationRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidationRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidationRule.java :

104 : throws ValidationCancelledException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AValidationRule.java :

112 : throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/AbstractEJBValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

30 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

81 : protected Map removeOldMessages(IEJBValidationContext vc,Map targets) throws ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

99 : protected void preRemoveOldMessages(IEJBValidationContext vc,Map targets) throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

122 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

127 : public void run(IValidationRule rule, Object targetParent, Object target) throws ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

AbstractEJBValidator.java :

144 : catch(ValidationException e) {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ApplicationClientValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

21 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

57 : public void validate() throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The method getMainClass() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ApplicationClientValidator.java :

64 : String mainClass = appClientFile.getManifest().getMainClass();

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

82 : throws ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

138 : throws ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

149 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_APPCLIENT_INVALID_APPCLIENT_FILE);

8. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

149 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_APPCLIENT_INVALID_APPCLIENT_FILE);

9. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

150 : throw new ValidationException(errorMsg);

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

150 : throw new ValidationException(errorMsg);

11. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

152 : } catch (ValidationException ex) {

12. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

155 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_APPCLIENT_VALIDATION_FAILED);

13. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

155 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_APPCLIENT_VALIDATION_FAILED);

14. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage, Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

156 : throw new ValidationException(errorMsg, e);

15. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ApplicationClientValidator.java :

156 : throw new ValidationException(errorMsg, e);

Source File: org/eclipse/jst/j2ee/model/internal/validation/BMPBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPBeanClassVRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPBeanClassVRule.java :

202 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPBeanClassVRule.java :

257 : public final void validateEjbFindMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/BMPKeyClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPKeyClassVRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPKeyClassVRule.java :

115 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass parent, Method method, List[] methodExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

BMPKeyClassVRule.java :

124 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/CMPBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

28 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

232 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

264 : public void validateEjbCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedList) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

273 : public final void validateEjbSelectMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass parent, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

326 : public void validateCmpField(IEJBValidationContext vc, ContainerManagedEntity cmp, JavaClass clazz, CMPAttribute attrib) throws ValidationCancelledException, InvalidInputException, ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

370 : public void validateCmrField(IEJBValidationContext vc, ContainerManagedEntity cmp, JavaClass clazz, CMRField cmrField) throws ValidationCancelledException, InvalidInputException, ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

417 : protected void validateCMRAccessorMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, CMRField field) throws ValidationCancelledException, InvalidInputException, ValidationException {

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

429 : protected void validateCMPAccessorMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, CMPAttribute field) throws ValidationCancelledException, InvalidInputException, ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPBeanClassVRule.java :

441 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/CMPKeyClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPKeyClassVRule.java :

26 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPKeyClassVRule.java :

131 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPKeyClassVRule.java :

136 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPKeyClassVRule.java :

178 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/CMPRemoteComponentVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPRemoteComponentVRule.java :

24 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

CMPRemoteComponentVRule.java :

130 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ConnectorValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

24 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

25 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

85 : public void validate(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

111 : public IStatus validateInJob(IValidationContext helper, IReporter reporter) throws ValidationException{

5. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

124 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

6. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

124 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_CONNECTOR_FILE);

7. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

125 : throw new ValidationException(errorMsg);

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

125 : throw new ValidationException(errorMsg);

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

128 : } catch (ValidationException ex) {

10. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

131 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_CONNECTOR_VALIDATION_FAILED);

11. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

131 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_CONNECTOR_VALIDATION_FAILED);

12. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage, Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

132 : throw new ValidationException(errorMsg, e);

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ConnectorValidator.java :

132 : throw new ValidationException(errorMsg, e);

Source File: org/eclipse/jst/j2ee/model/internal/validation/EJBExt20VRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBExt20VRule.java :

27 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBExt20VRule.java :

133 : public void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBExt20VRule.java :

158 : public void validate(IEJBValidationContext vc, EJBJar ejbJar) throws ValidationCancelledException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBExt20VRule.java :

173 : public void validate(IEJBValidationContext vc, EJBJar ejbJar, EnterpriseBean bean) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/EJBJar11VRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar11VRule.java :

32 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar11VRule.java :

348 : public void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar11VRule.java :

374 : catch(ValidationException e) {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar11VRule.java :

387 : catch (ValidationException e) {

Source File: org/eclipse/jst/j2ee/model/internal/validation/EJBJar20VRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar20VRule.java :

41 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar20VRule.java :

197 : public void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar20VRule.java :

252 : catch(ValidationException e) {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBJar20VRule.java :

266 : catch(ValidationException exc) {

Source File: org/eclipse/jst/j2ee/model/internal/validation/EJBValidationContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

16 : import org.eclipse.wst.validation.internal.core.Message;

2. WARNING: DiscouragedReference

Discouraged access: The type MessageFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

17 : import org.eclipse.wst.validation.internal.core.MessageFilter;

3. WARNING: DiscouragedReference

Discouraged access: The constructor Message() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

68 : IMessage message = new Message();

4. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

68 : IMessage message = new Message();

5. WARNING: DiscouragedReference

Discouraged access: The type MessageFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

93 : message.setSeverity(MessageFilter.ANY_SEVERITY);

6. WARNING: DiscouragedReference

Discouraged access: The field ANY_SEVERITY from the type MessageFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

93 : message.setSeverity(MessageFilter.ANY_SEVERITY);

7. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

142 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId);

8. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

142 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId);

9. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

147 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms);

10. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

147 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms);

11. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

152 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,null,target);

12. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

152 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,null,target);

13. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

157 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms,target);

14. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

157 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms,target);

15. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

172 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms,target,groupName);

16. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidationContext.java :

172 : IMessage message = new Message(IEJBValidatorConstants.BUNDLE_NAME,severity,messageId,parms,target,groupName);

Source File: org/eclipse/jst/j2ee/model/internal/validation/EJBValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

34 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

68 : public void commonValidate(IValidationContext helper, IReporter reporter) throws ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

100 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

107 : public IStatus validateInJob(IValidationContext helper, IReporter reporter) throws ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

131 : public void runDependents(IEJBValidationContext vc, IValidationRule rule, Object targetParent, Object target) throws ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

152 : catch(ValidationException e) {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

180 : protected void preRemoveOldMessages(IEJBValidationContext vc, Map targets) throws ValidationException {

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

380 : public void fullValidate(IEJBValidationContext vc) throws ValidationException {

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EJBValidator.java :

476 : public void incrementalValidate(IEJBValidationContext vc) throws ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/EarValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EarValidator.java :

61 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

62 : import org.eclipse.wst.validation.internal.core.ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

63 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

122 : public void validate() throws ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

135 : public void validate(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

140 : public IStatus validateInJob( IValidationContext inHelper, IReporter inReporter ) throws ValidationException {

7. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

152 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg);

8. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

152 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg);

9. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EarValidator.java :

153 : status = WTPCommonPlugin.createErrorStatus(errorMsg.getText());

10. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

EarValidator.java :

153 : status = WTPCommonPlugin.createErrorStatus(errorMsg.getText());

11. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

154 : throw new ValidationException(errorMsg);

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

154 : throw new ValidationException(errorMsg);

13. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

158 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg);

14. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

158 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg);

15. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

159 : throw new ValidationException(errorMsg);

16. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

159 : throw new ValidationException(errorMsg);

17. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

161 : } catch (ValidationException ex) {

18. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

169 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg );

19. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

169 : IMessage errorMsg = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg );

20. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage, Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

170 : throw new ValidationException(errorMsg, e);

21. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

170 : throw new ValidationException(errorMsg, e);

22. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

326 : IMessage msg = new LocalizedMessage(IMessage.NORMAL_SEVERITY, EARValidationMessageResourceHandler.EarValidator_Validating_Module_);

23. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

326 : IMessage msg = new LocalizedMessage(IMessage.NORMAL_SEVERITY, EARValidationMessageResourceHandler.EarValidator_Validating_Module_);

24. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

392 : IMessage msg = new LocalizedMessage(IMessage.NORMAL_SEVERITY, EARValidationMessageResourceHandler.EarValidator_Validating_Ref_);

25. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EarValidator.java :

392 : IMessage msg = new LocalizedMessage(IMessage.NORMAL_SEVERITY, EARValidationMessageResourceHandler.EarValidator_Validating_Ref_);

Source File: org/eclipse/jst/j2ee/model/internal/validation/EnterpriseBean11VRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean11VRule.java :

42 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean11VRule.java :

1058 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/EnterpriseBean20VRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean20VRule.java :

48 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean20VRule.java :

144 : public void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean20VRule.java :

167 : public void validate(IEJBValidationContext vc, EJBJar ejbJar, EnterpriseBean bean) throws ValidationCancelledException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

EnterpriseBean20VRule.java :

1135 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/IClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

19 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

27 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

41 : public List[] getMethodsExtended(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

42 : public List[] getFieldsExtended(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

43 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtended) throws ValidationCancelledException, InvalidInputException, ValidationException;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

44 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldsExtended) throws ValidationCancelledException, InvalidInputException, ValidationException;

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

46 : public void register(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtended) throws ValidationCancelledException, InvalidInputException, ValidationException;

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IClassVRule.java :

47 : public void register(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Field field, List[] fieldsExtended) throws ValidationCancelledException, InvalidInputException, ValidationException;

Source File: org/eclipse/jst/j2ee/model/internal/validation/IValidationRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IValidationRule.java :

16 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IValidationRule.java :

55 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IValidationRule.java :

61 : public void validate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

IValidationRule.java :

67 : public void postValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException;

Source File: org/eclipse/jst/j2ee/model/internal/validation/J2EEValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEValidator.java :

25 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

26 : import org.eclipse.wst.validation.internal.ResourceConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

27 : import org.eclipse.wst.validation.internal.ResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

28 : import org.eclipse.wst.validation.internal.core.Message;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

29 : import org.eclipse.wst.validation.internal.core.ValidationException;

6. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

30 : import org.eclipse.wst.validation.internal.operations.LocalizedMessage;

7. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

129 : _reporter.addMessage(this, new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target));

8. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

129 : _reporter.addMessage(this, new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target));

9. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

133 : IMessage message = new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target);

10. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

133 : IMessage message = new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target);

11. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

139 : IMessage message = new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target);

12. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

139 : IMessage message = new Message(bundleName, IMessage.HIGH_SEVERITY, msgId, msgArgs, target);

13. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

148 : _reporter.addMessage(this, new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target));

14. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

148 : _reporter.addMessage(this, new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target));

15. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

156 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target);

16. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

156 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target);

17. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

163 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target);

18. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

163 : IMessage message = new LocalizedMessage(IMessage.HIGH_SEVERITY, msg, target);

19. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

247 : _reporter.addMessage(this, new Message(bundleName, IMessage.LOW_SEVERITY, msgId, msgArgs, target));

20. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

247 : _reporter.addMessage(this, new Message(bundleName, IMessage.LOW_SEVERITY, msgId, msgArgs, target));

21. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

251 : _reporter.addMessage(this, new LocalizedMessage(IMessage.LOW_SEVERITY, msg, target));

22. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

251 : _reporter.addMessage(this, new LocalizedMessage(IMessage.LOW_SEVERITY, msg, target));

23. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

333 : _reporter.addMessage(this, new Message(bundleName, IMessage.NORMAL_SEVERITY, msgId, msgArgs, target));

24. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

333 : _reporter.addMessage(this, new Message(bundleName, IMessage.NORMAL_SEVERITY, msgId, msgArgs, target));

25. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[], Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

337 : IMessage message = new Message(bundleName, IMessage.NORMAL_SEVERITY, msgId, msgArgs, target);

26. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

337 : IMessage message = new Message(bundleName, IMessage.NORMAL_SEVERITY, msgId, msgArgs, target);

27. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

343 : _reporter.addMessage(this, new LocalizedMessage(IMessage.NORMAL_SEVERITY, msg, target));

28. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

343 : _reporter.addMessage(this, new LocalizedMessage(IMessage.NORMAL_SEVERITY, msg, target));

29. WARNING: DiscouragedReference

Discouraged access: The constructor LocalizedMessage(int, String, Object) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

346 : IMessage message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, msg, target);

30. WARNING: DiscouragedReference

Discouraged access: The type LocalizedMessage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

346 : IMessage message = new LocalizedMessage(IMessage.NORMAL_SEVERITY, msg, target);

31. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

526 : public void validate(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

32. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

534 : public IStatus validateInJob(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

33. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

595 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

34. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

595 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

35. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

595 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

36. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

J2EEValidator.java :

595 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

37. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEValidator.java :

596 : status = WTPCommonPlugin.createErrorStatus(msg);

38. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

J2EEValidator.java :

596 : status = WTPCommonPlugin.createErrorStatus(msg);

Source File: org/eclipse/jst/j2ee/model/internal/validation/MessageDrivenBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

23 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

185 : public final void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

209 : public void validateEjbCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

219 : public void validateEjbRemoveMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

257 : ValidationCancelledException, ValidationException {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

MessageDrivenBeanClassVRule.java :

271 : public void validateOnMessageMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/StatefulSessionBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatefulSessionBeanClassVRule.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatefulSessionBeanClassVRule.java :

179 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatefulSessionBeanClassVRule.java :

226 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/StatelessSessionBeanClassVRule.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatelessSessionBeanClassVRule.java :

21 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatelessSessionBeanClassVRule.java :

182 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatelessSessionBeanClassVRule.java :

226 : public void validateEjbCreateMethod(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz, Method method, List[] methodsExtendedLists) throws ValidationCancelledException, InvalidInputException, ValidationException {

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

StatelessSessionBeanClassVRule.java :

239 : public void validate(IEJBValidationContext vc, EnterpriseBean bean, JavaClass clazz) throws ValidationCancelledException, InvalidInputException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ValidateBMPBean.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateBMPBean.java :

22 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateBMPBean.java :

292 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ValidateCMPBean.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateCMPBean.java :

29 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateCMPBean.java :

384 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ValidateCMPKey.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateCMPKey.java :

27 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateCMPKey.java :

262 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ValidateSessionBean.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateSessionBean.java :

25 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateSessionBean.java :

497 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/ValidateSessionHome.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateSessionHome.java :

23 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

ValidateSessionHome.java :

253 : public void preValidate(IEJBValidationContext vc, Object targetParent, Object target) throws ValidationCancelledException, ValidationException {

Source File: org/eclipse/jst/j2ee/model/internal/validation/WarValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

62 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

63 : import org.eclipse.wst.validation.internal.ResourceConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

64 : import org.eclipse.wst.validation.internal.ResourceHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

65 : import org.eclipse.wst.validation.internal.core.Message;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

66 : import org.eclipse.wst.validation.internal.core.ValidationException;

6. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

108 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

7. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

108 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

8. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

108 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

9. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

108 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

10. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

109 : status = WTPCommonPlugin.createCancelStatus(msg);

11. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

109 : status = WTPCommonPlugin.createCancelStatus(msg);

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

249 : public void validate() throws ValidationException {

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

314 : public void validate(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

320 : public IStatus validateInJob(IValidationContext inHelper, IReporter inReporter) throws ValidationException {

15. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

337 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_WAR_FILE);

16. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

337 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_INVALID_WAR_FILE);

17. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

338 : status = WTPCommonPlugin.createErrorStatus( errorMsg.getText( getClass().getClassLoader() ));

18. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

338 : status = WTPCommonPlugin.createErrorStatus( errorMsg.getText( getClass().getClassLoader() ));

19. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

339 : throw new ValidationException(errorMsg);

20. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

339 : throw new ValidationException(errorMsg);

21. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

342 : } catch (ValidationException ex) {

22. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

347 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_WAR_VALIDATION_FAILED, parms);

23. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

347 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_WAR_VALIDATION_FAILED, parms);

24. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

348 : status = WTPCommonPlugin.createErrorStatus(errorMsg.getText( getClass().getClassLoader() ));

25. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

348 : status = WTPCommonPlugin.createErrorStatus(errorMsg.getText( getClass().getClassLoader() ));

26. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage, Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

349 : throw new ValidationException(errorMsg, e);

27. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

349 : throw new ValidationException(errorMsg, e);

28. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

352 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

29. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

352 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

30. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

352 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

31. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

352 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

32. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

353 : status = WTPCommonPlugin.createCancelStatus(msg);

33. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

353 : status = WTPCommonPlugin.createCancelStatus(msg);

34. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

362 : public void validate(Object aWarFile) throws ValidationException {

35. WARNING: DiscouragedReference

Discouraged access: The constructor Message(String, int, String, String[]) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

374 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_WAR_VALIDATION_FAILED, parms);

36. WARNING: DiscouragedReference

Discouraged access: The type Message is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

374 : IMessage errorMsg = new Message(getBaseName(), IMessage.HIGH_SEVERITY, ERROR_WAR_VALIDATION_FAILED, parms);

37. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationException(IMessage) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

375 : throw new ValidationException(errorMsg);

38. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

375 : throw new ValidationException(errorMsg);

39. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

430 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

40. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

430 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

41. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

430 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

42. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

430 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

43. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

431 : status = WTPCommonPlugin.createCancelStatus(msg);

44. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

431 : status = WTPCommonPlugin.createCancelStatus(msg);

45. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

673 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

46. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

673 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

47. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

673 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

48. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

673 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

49. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

674 : status = WTPCommonPlugin.createCancelStatus(msg);

50. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

674 : status = WTPCommonPlugin.createCancelStatus(msg);

51. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

821 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

52. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

821 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

53. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

821 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

54. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

821 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

55. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

822 : status = WTPCommonPlugin.createCancelStatus(msg);

56. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

822 : status = WTPCommonPlugin.createCancelStatus(msg);

57. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

899 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

58. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

899 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

59. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

899 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

60. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

899 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

61. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

900 : status = WTPCommonPlugin.createCancelStatus(msg);

62. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

900 : status = WTPCommonPlugin.createCancelStatus(msg);

63. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1077 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

64. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1077 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

65. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1077 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

66. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1077 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

67. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1078 : status = WTPCommonPlugin.createCancelStatus(msg);

68. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1078 : status = WTPCommonPlugin.createCancelStatus(msg);

69. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1123 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

70. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1123 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

71. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1123 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

72. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1123 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

73. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1124 : status = WTPCommonPlugin.createCancelStatus(msg);

74. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1124 : status = WTPCommonPlugin.createCancelStatus(msg);

75. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1229 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

76. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1229 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

77. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1229 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

78. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1229 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

79. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1230 : status = WTPCommonPlugin.createCancelStatus(msg);

80. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1230 : status = WTPCommonPlugin.createCancelStatus(msg);

81. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1304 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

82. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1304 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

83. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1304 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

84. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1304 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

85. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1305 : status = WTPCommonPlugin.createCancelStatus(msg);

86. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1305 : status = WTPCommonPlugin.createCancelStatus(msg);

87. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1367 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

88. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1367 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

89. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1367 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

90. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1367 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

91. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1368 : status = WTPCommonPlugin.createCancelStatus(msg);

92. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1368 : status = WTPCommonPlugin.createCancelStatus(msg);

93. WARNING: DiscouragedReference

Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1444 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

94. WARNING: DiscouragedReference

Discouraged access: The method getExternalizedMessage(String) from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1444 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

95. WARNING: DiscouragedReference

Discouraged access: The type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1444 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

96. WARNING: DiscouragedReference

Discouraged access: The field VBF_STATUS_VALIDATOR_TERMINATED from the type ResourceConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.validation_1.2.200.v201005271900.jar

WarValidator.java :

1444 : String msg = ResourceHandler.getExternalizedMessage(ResourceConstants.VBF_STATUS_VALIDATOR_TERMINATED);

97. WARNING: DiscouragedReference

Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1445 : status = WTPCommonPlugin.createCancelStatus(msg);

98. WARNING: DiscouragedReference

Discouraged access: The method createCancelStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.0.v201003040800.jar

WarValidator.java :

1445 : status = WTPCommonPlugin.createCancelStatus(msg);

Source File: org/eclipse/jst/jee/archive/internal/ArchiveUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

24 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

248 : return ManifestUtilities.newZipFile(aFile, mode);

3. WARNING: DiscouragedReference

Discouraged access: The method newZipFile(File, int) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ArchiveUtil.java :

248 : return ManifestUtilities.newZipFile(aFile, mode);

Source File: org/eclipse/jst/jee/archive/internal/ZipFileArchiveLoadAdapterImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ZipFileArchiveLoadAdapterImpl.java :

23 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;

2. WARNING: DiscouragedReference

Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ZipFileArchiveLoadAdapterImpl.java :

99 : return ManifestUtilities.getInputstreamForZipEntry(getZipFile(), uri);

3. WARNING: DiscouragedReference

Discouraged access: The method getInputstreamForZipEntry(ZipFile, String) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.402.v201009081300.jar

ZipFileArchiveLoadAdapterImpl.java :

99 : return ManifestUtilities.getInputstreamForZipEntry(getZipFile(), uri);

Source File: org/eclipse/jst/javaee/application/internal/impl/ApplicationImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

46 : import org.eclipse.wst.common.internal.emf.utilities.StringUtil;

2. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

1088 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDd()))

3. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

1088 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDd()))

4. WARNING: DiscouragedReference

Discouraged access: The type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

1088 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDd()))

5. WARNING: DiscouragedReference

Discouraged access: The method stringsEqual(String, String) from the type StringUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

1088 : if (StringUtil.stringsEqual(uri, aModule.getUri()) && StringUtil.stringsEqual(altDD, aModule.getAltDd()))

Source File: org/eclipse/jst/javaee/application/internal/util/ApplicationResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceImpl.java :

31 : public class ApplicationResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IApplicationResource {

Source File: org/eclipse/jst/javaee/applicationclient/internal/util/ApplicationclientResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationclientResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationclientResourceImpl.java :

31 : public class ApplicationclientResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IApplicationClientResource {

Source File: org/eclipse/jst/javaee/core/internal/util/JavaeeResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

JavaeeResourceImpl.java :

20 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

JavaeeResourceImpl.java :

52 : file = WorkbenchResourceHelper.getPlatformFile(getURI());

3. WARNING: DiscouragedReference

Discouraged access: The method getPlatformFile(URI) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

JavaeeResourceImpl.java :

52 : file = WorkbenchResourceHelper.getPlatformFile(getURI());

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

JavaeeResourceImpl.java :

58 : file = WorkbenchResourceHelper.getPlatformFile(convertedUri);

5. WARNING: DiscouragedReference

Discouraged access: The method getPlatformFile(URI) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.2.v201008242000.jar

JavaeeResourceImpl.java :

58 : file = WorkbenchResourceHelper.getPlatformFile(convertedUri);

Source File: org/eclipse/jst/javaee/ejb/internal/util/EjbResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbResourceImpl.java :

31 : public class EjbResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IEJBResource {

Source File: org/eclipse/jst/javaee/jca/internal/util/JcaResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JcaResourceImpl.java :

23 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

JcaResourceImpl.java :

32 : public class JcaResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IConnectorResource {

Source File: org/eclipse/jst/javaee/web/internal/util/WebResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebResourceImpl.java :

22 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebResourceImpl.java :

31 : public class WebResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IWebResource {

Source File: org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentResourceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebfragmentResourceImpl.java :

23 : import org.eclipse.wst.common.internal.emf.resource.IRootObjectResource;

2. WARNING: DiscouragedReference

Discouraged access: The type IRootObjectResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebfragmentResourceImpl.java :

32 : public class WebfragmentResourceImpl extends JavaeeResourceImpl implements IRootObjectResource, IWebFragmentResource {