Compiler Report

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

Number of source files: 1113 Number of classfiles: 1258

Problems: 2276 (Errors: 0 Warnings: 2276 )

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

99 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

99 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

99 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

99 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

150 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationImpl.java :

160 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

74 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

74 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

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

ApplicationResourceFactory.java :

77 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceFactory.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationResourceImpl.java :

42 : return (Application) getRootObject();

6. WARNING: DiscouragedReference

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

ApplicationResourceImpl.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientImpl.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientImpl.java :

156 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

65 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

72 : registerWith(RendererFactory.getDefaultRendererFactory());

17. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

72 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

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

ApplicationClientResourceFactory.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceFactory.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientResourceImpl.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

29 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

51 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

52 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

53 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

54 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryDomRegistry.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

14 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

17 : public class J2EEResourceFactoryRegistry extends FileNameResourceFactoryRegistry {

3. WARNING: DiscouragedReference

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

J2EEResourceFactoryRegistry.java :

22 : super();

4. WARNING: DiscouragedReference

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

J2EEResourceFactoryRegistry.java :

27 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEResourceFactoryRegistry.java :

28 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

150 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

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

5. WARNING: DiscouragedReference

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

QNameImpl.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

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

7. WARNING: DiscouragedReference

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

QNameImpl.java :

422 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

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

9. WARNING: DiscouragedReference

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

QNameImpl.java :

425 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

425 : NamespaceAdapter.removeNamespace(prefix, this);

11. WARNING: DiscouragedReference

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

QNameImpl.java :

429 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

QNameImpl.java :

429 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.201.v200811060900.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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

80 : super();

10. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

88 : super(uri);

11. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

92 : super(uri, aRenderer);

13. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

95 : public XMLResourceImpl(Renderer aRenderer) {

14. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

96 : super(aRenderer);

15. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

103 : super.initializeContents();

16. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

145 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

165 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

194 : setDoctypeValues(id, getSystemId());

21. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

204 : setDoctypeValues(getPublicId(), id);

22. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

255 : preDelete();

23. WARNING: DiscouragedReference

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

XMLResourceImpl.java :

282 : return super.getVersionID();

24. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

XMLResourceImpl.java :

299 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

XMLResourceImpl.java :

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

26. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

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

27. WARNING: DiscouragedReference

Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

303 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

304 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

304 : 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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

306 : workspace.newWorkingTree();

31. WARNING: DiscouragedReference

Discouraged access: The method getLocalManager() from the type Resource is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

308 : ((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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

308 : ((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 /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.core.resources_3.4.2.R34x_v20090126.jar

XMLResourceImpl.java :

308 : ((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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

XMLResourceImpl.java :

317 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

449 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

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

4. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

453 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

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

6. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

469 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

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

8. WARNING: DiscouragedReference

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

AssemblyDescriptorImpl.java :

473 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AssemblyDescriptorImpl.java :

473 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

65 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

68 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

76 : registerWith(RendererFactory.getDefaultRendererFactory());

18. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

76 : registerWith(RendererFactory.getDefaultRendererFactory());

19. WARNING: DiscouragedReference

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

EJBJarResourceFactory.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarResourceFactory.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBRelationshipRoleImpl.java :

246 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBRelationshipRoleImpl.java :

246 : result = IDUtil.getOrAssignID(this);

4. WARNING: DiscouragedReference

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

EJBRelationshipRoleImpl.java :

1006 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBRelationshipRoleImpl.java :

1006 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

133 : public Translator getRootTranslator() {

7. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

160 : return (EJBJar) getRootObject();

8. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

164 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBResourceImpl.java :

164 : renderer.setBatchMode(isBatch);

10. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

237 : return renderer.isBatchMode();

11. WARNING: DiscouragedReference

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

EJBResourceImpl.java :

237 : return renderer.isBatchMode();

12. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EJBResourceImpl.java :

252 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

EJBResourceImpl.java :

252 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

322 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

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

6. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

671 : public static void internalRegisterCMPAdapterFactory(AdapterFactoryDescriptor config) {

7. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

675 : public static void internalRegisterEJBRelationAdapterFactory(AdapterFactoryDescriptor config) {

8. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

678 : public static void internalRegisterRelationshipsAdapterFactory(AdapterFactoryDescriptor config) {

9. WARNING: DiscouragedReference

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

EjbFactoryImpl.java :

685 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

685 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

686 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

686 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

687 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

687 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

693 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EjbFactoryImpl.java :

693 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

587 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

587 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

598 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeanImpl.java :

598 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

MethodElementImpl.java :

688 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot

MethodElementImpl.java :

688 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBAttributeMaintenanceFactoryImpl.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBAttributeMaintenanceFactoryImpl.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

61 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

97 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

97 : DOMUtilities.setDefaultEntityResolver(J2EEXmlDtDEntityResolver.INSTANCE);

9. WARNING: DiscouragedReference

Discouraged access: The type JavaInit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem/@dot

J2EEInit.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.jem/@dot

J2EEInit.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

102 : EjbFactoryImpl.internalRegisterEJBRelationAdapterFactory(new AdapterFactoryDescriptor() {

12. WARNING: DiscouragedReference

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

J2EEInit.java :

107 : EjbFactoryImpl.internalRegisterRelationshipsAdapterFactory(new AdapterFactoryDescriptor() {

13. WARNING: DiscouragedReference

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

J2EEInit.java :

122 : EncoderDecoderRegistry reg = EncoderDecoderRegistry.getDefaultRegistry();

14. WARNING: DiscouragedReference

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

J2EEInit.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

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

17. WARNING: DiscouragedReference

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

J2EEInit.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

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

20. WARNING: DiscouragedReference

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

J2EEInit.java :

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

21. WARNING: DiscouragedReference

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

J2EEInit.java :

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

22. WARNING: DiscouragedReference

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

J2EEInit.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

139 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

148 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

148 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

157 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

157 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

175 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

175 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

184 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

193 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

193 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

202 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

202 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

211 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

220 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

220 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

229 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

229 : 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 Revisit is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

J2EEInit.java :

242 : Revisit.revisit();

47. WARNING: DiscouragedReference

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

J2EEInit.java :

242 : Revisit.revisit();

48. WARNING: DiscouragedReference

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

J2EEInit.java :

247 : Resource.Factory j2ee = J2EEResourceFactoryRegistry.INSTANCE.getFactory(J2EEConstants.EJBJAR_DD_URI_OBJ);

49. WARNING: DiscouragedReference

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

J2EEInit.java :

248 : Resource.Factory defaultFact = J2EEResourceFactoryRegistry.INSTANCE.getFactory(URI.createURI(Resource.Factory.Registry.DEFAULT_EXTENSION));

Source File: org/eclipse/jst/j2ee/internal/J2EEStatus.java
1. WARNING: MethodVarargsArgumentNeedCast

The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation

J2EEStatus.java :

69 : return MessageFormat.format(aPattern, new String[]{arg1});

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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

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

10. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

63 : protected Translator[] create13Children() {

11. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

64 : return new Translator[] {

12. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

65 : IDTranslator.INSTANCE,

13. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

65 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

66 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

67 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

67 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

68 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

68 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

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

21. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

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

22. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

75 : protected Translator[] create14Children() {

23. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

76 : return new Translator[] {

24. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

77 : IDTranslator.INSTANCE,

25. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

77 : IDTranslator.INSTANCE,

26. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

79 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

30. WARNING: DiscouragedReference

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

ApplicationTranslator.java :

79 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationTranslator.java :

81 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ModuleTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

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

10. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

54 : protected Translator[] create13Children() {

11. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

56 : return new Translator[] {

12. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

57 : IDTranslator.INSTANCE,

13. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

57 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

60 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

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

21. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

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

22. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

71 : protected Translator[] create14Children() {

23. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

73 : return new Translator[] {

24. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

74 : IDTranslator.INSTANCE,

25. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

74 : IDTranslator.INSTANCE,

26. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

76 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

30. WARNING: DiscouragedReference

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

ApplicationClientTranslator.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

77 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

77 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ApplicationClientTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

40 : public Translator[] getChildren(Object obj, int versionID) {

8. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

51 : protected Translator[] createChildren() {

9. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

53 : Translator descriptionTranslator;

10. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

57 : descriptionTranslator = new Translator(DESCRIPTION, ePackageCommon.getEnvEntry_Description());

11. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

57 : descriptionTranslator = new Translator(DESCRIPTION, ePackageCommon.getEnvEntry_Description());

12. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

59 : return new Translator[] {

13. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

60 : IDTranslator.INSTANCE,

14. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

60 : IDTranslator.INSTANCE,

15. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTranslator.java :

69 : reorderedChildren = new Translator[children.length];

20. WARNING: DiscouragedReference

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

EnvEntryTranslator.java :

71 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnvEntryTypeTranslator.java :

31 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

67 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ResAuthTranslator.java :

80 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

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

35. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

70 : protected Translator[] create13Children() {

36. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

71 : return new Translator[] {

37. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

72 : IDTranslator.INSTANCE,

38. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

72 : IDTranslator.INSTANCE,

39. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

73 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

73 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

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

42. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

74 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

76 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

78 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

80 : new Translator(VERSION, CONNECTOR_PKG.getConnector_Version() ),

50. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

80 : new Translator(VERSION, CONNECTOR_PKG.getConnector_Version() ),

51. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

86 : protected Translator[] create14Children() {

52. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

87 : return new Translator[] {

53. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

88 : IDTranslator.INSTANCE,

54. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

88 : IDTranslator.INSTANCE,

55. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

89 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

89 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

89 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

90 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

59. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

90 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

104 : private Translator createResourceAdapterTranslator14() {

67. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

106 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

106 : result.setChildren(new Translator[] {

72. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

107 : IDTranslator.INSTANCE,

73. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

107 : IDTranslator.INSTANCE,

74. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

108 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

108 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

118 : private Translator createOutboundTranslator() {

77. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

119 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

119 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

119 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

120 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

120 : result.setChildren(new Translator[] {

82. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

121 : IDTranslator.INSTANCE,

83. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

121 : IDTranslator.INSTANCE,

84. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

130 : private Translator createInboundTranslator() {

87. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

132 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createMessageAdapterTranslator() });

91. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

132 : result.setChildren(new Translator[] {

92. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

133 : IDTranslator.INSTANCE,

93. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

133 : IDTranslator.INSTANCE,

94. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

140 : private Translator createMessageAdapterTranslator() {

95. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

141 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

141 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

141 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

142 : result.setChildren(new Translator[] { IDTranslator.INSTANCE, createMessageListenerTranslator(), });

99. WARNING: DiscouragedReference

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

ConnectorTranslator.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ConnectorTranslator.java :

143 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AcknowledgeModeTranslator.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

AcknowledgeModeTranslator.java :

55 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

48 : protected Translator[] getChildren() {

7. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

54 : protected Translator[] createChildren(){

8. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

55 : return new Translator[] {

9. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

56 : IDTranslator.INSTANCE,

10. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

56 : IDTranslator.INSTANCE,

11. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

57 : new Translator(DESCRIPTION,EJB_PKG.getCMPAttribute_Description()),

12. WARNING: DiscouragedReference

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

CMPFieldTranslator.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

58 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPFieldTranslator.java :

71 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

CMPVersionTranslator.java :

44 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

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

7. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

84 : protected Translator[] getSpecificMaps(int versionID) {

8. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

85 : Translator[] cmpTranslators = new Translator[] {

9. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

85 : Translator[] cmpTranslators = new Translator[] {

10. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

88 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

94 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

94 : return (Translator[]) concat(super.getSpecificMaps(versionID), cmpTranslators);

14. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

98 : protected Translator[] getEndMaps13() {

15. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

100 : Translator[] queryT = new Translator[] {

16. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

100 : Translator[] queryT = new Translator[] {

17. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

103 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

103 : return (Translator[]) concat(super.getEndMaps13(), queryT);

19. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

106 : protected Translator[] getEndMaps14() {

20. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

108 : Translator[] queryT = new Translator[] {

21. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

108 : Translator[] queryT = new Translator[] {

22. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

111 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

111 : return (Translator[]) concat(super.getEndMaps14(), queryT);

24. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

114 : public static Translator createQueryTranslators() {

25. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

115 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

116 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

116 : result.setChildren(new Translator[] {

30. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

117 : IDTranslator.INSTANCE,

31. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

117 : IDTranslator.INSTANCE,

32. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

118 : new Translator(DESCRIPTION, EJB_PKG.getQuery_Description()),

33. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

118 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

120 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

120 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

121 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

126 : public static Translator createQueryMethodTranslators() {

39. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

127 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

127 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

127 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

128 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

128 : result.setChildren(new Translator[] {

44. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

129 : IDTranslator.INSTANCE,

45. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

129 : IDTranslator.INSTANCE,

46. WARNING: DiscouragedReference

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

ContainerManagedEntityTranslator.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ContainerManagedEntityTranslator.java :

130 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

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

87. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

100 : protected Translator[] create13Children() {

88. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

101 : return new Translator[] {

89. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

102 : IDTranslator.INSTANCE,

90. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

102 : IDTranslator.INSTANCE,

91. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

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

92. WARNING: DiscouragedReference

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

EJBJarTranslator.java :

103 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

105 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

106 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

106 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

110 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBJarTranslator.java :

110 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EnterpriseBeansTranslator.java :

58 : public Translator getDelegateFor(EObject o) {

10. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

72 : public Translator getDelegateFor(String domName, String readAheadName) {

11. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

73 : Translator result = null;

12. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

75 : result = (Translator) delegates.get(readAheadName);

13. WARNING: DiscouragedReference

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

EnterpriseBeansTranslator.java :

77 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

79 : protected Translator[] getSpecificMaps(int versionID) {

7. WARNING: DiscouragedReference

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

EntityTranslator.java :

80 : Translator reentrantTranslator = null;

8. WARNING: DiscouragedReference

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

EntityTranslator.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EntityTranslator.java :

104 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenDestinationTypeTranslator.java :

59 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

42 : protected Translator[] getSpecificMaps(int versionID) {

9. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

51 : protected Translator[] getSpecificMaps13() {

10. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

53 : return new Translator[] {

11. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

64 : protected Translator[] getSpecificMaps14() {

14. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

66 : return new Translator[] {

15. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

73 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

73 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

82 : private Translator createActivationConfigurationMaps() {

18. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

83 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

84 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

84 : result.setChildren(new Translator[]{

23. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

97 : private Translator createActivationConfigPropertiesMap() {

24. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

98 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

99 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

99 : result.setChildren(new Translator[] {

29. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

100 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

100 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

101 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

101 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

110 : protected Translator createMessageDrivenDestinationTranslator() {

34. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

111 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

111 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

111 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

112 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

112 : result.setChildren( new Translator[]{

39. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

114 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

114 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MessageDrivenTranslator.java :

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

42. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

148 : protected Translator[] getEndMaps13() {

43. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

149 : return new Translator[] {

44. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

159 : protected Translator[] getEndMaps14() {

45. WARNING: DiscouragedReference

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

MessageDrivenTranslator.java :

160 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

48 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

57 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodElementKindTranslator.java :

64 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MethodParamsTranslator.java :

86 : ((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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

MultiplicityTranslator.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

PrimKeyFieldTranslator.java :

56 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SecurityIdentityTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

40 : protected Translator[] getSpecificMaps(int versionID) {

5. WARNING: DiscouragedReference

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

SessionTranslator.java :

41 : return new Translator[] {

6. WARNING: DiscouragedReference

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

SessionTranslator.java :

42 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

42 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

42 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

43 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

SessionTranslator.java :

53 : protected Translator[] getEJBClassMap() {

13. WARNING: DiscouragedReference

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

SessionTranslator.java :

54 : return new Translator[] {

14. WARNING: DiscouragedReference

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

SessionTranslator.java :

75 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ErrorPageTranslator.java :

62 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

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

38. WARNING: DiscouragedReference

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

WebAppTranslator.java :

88 : protected Translator[] create13Children() {

39. WARNING: DiscouragedReference

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

WebAppTranslator.java :

89 : return new Translator[] {

40. WARNING: DiscouragedReference

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

WebAppTranslator.java :

90 : IDTranslator.INSTANCE,

41. WARNING: DiscouragedReference

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

WebAppTranslator.java :

90 : IDTranslator.INSTANCE,

42. WARNING: DiscouragedReference

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

WebAppTranslator.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

91 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

92 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

93 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

93 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

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

49. WARNING: DiscouragedReference

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

WebAppTranslator.java :

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

50. WARNING: DiscouragedReference

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

WebAppTranslator.java :

119 : protected Translator[] create14Children() {

51. WARNING: DiscouragedReference

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

WebAppTranslator.java :

120 : Translator[] begin = new Translator[] {

52. WARNING: DiscouragedReference

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

WebAppTranslator.java :

120 : Translator[] begin = new Translator[] {

53. WARNING: DiscouragedReference

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

WebAppTranslator.java :

121 : IDTranslator.INSTANCE,

54. WARNING: DiscouragedReference

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

WebAppTranslator.java :

121 : IDTranslator.INSTANCE,

55. WARNING: DiscouragedReference

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

WebAppTranslator.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

122 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

123 : new ConstantAttributeTranslator(XML_NS, J2EE_NS_URL),

59. WARNING: DiscouragedReference

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

WebAppTranslator.java :

123 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

124 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

124 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

125 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

125 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

145 : Translator[] end = new Translator[] {

65. WARNING: DiscouragedReference

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

WebAppTranslator.java :

145 : Translator[] end = new Translator[] {

66. WARNING: DiscouragedReference

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

WebAppTranslator.java :

152 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

152 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

152 : return (Translator[])concat(begin,concat(createJNDIEnvironmentRefsGroupTranslator(), end));

69. WARNING: DiscouragedReference

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

WebAppTranslator.java :

155 : public static Translator createSecurityConstraintTranslators14() {

70. WARNING: DiscouragedReference

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

WebAppTranslator.java :

156 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

156 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

156 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

157 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

157 : result.setChildren(new Translator[] {

75. WARNING: DiscouragedReference

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

WebAppTranslator.java :

166 : private static Translator createWebResourceCollectionTranslator14() {

76. WARNING: DiscouragedReference

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

WebAppTranslator.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

168 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

168 : result.setChildren(new Translator[] {

81. WARNING: DiscouragedReference

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

WebAppTranslator.java :

177 : private static Translator createAuthConstraintTranslator14() {

82. WARNING: DiscouragedReference

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

WebAppTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

179 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

179 : result.setChildren(new Translator[] {

87. WARNING: DiscouragedReference

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

WebAppTranslator.java :

186 : private static Translator createUserDataConstraintTranslator14() {

88. WARNING: DiscouragedReference

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

WebAppTranslator.java :

187 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

187 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

187 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

188 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

188 : result.setChildren(new Translator[] {

93. WARNING: DiscouragedReference

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

WebAppTranslator.java :

196 : private Translator createJSPConfigTranslators() {

94. WARNING: DiscouragedReference

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

WebAppTranslator.java :

197 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

197 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

197 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

198 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebAppTranslator.java :

198 : result.setChildren(new Translator[] {

99. WARNING: DiscouragedReference

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

WebAppTranslator.java :

199 : IDTranslator.INSTANCE,

100. WARNING: DiscouragedReference

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

WebAppTranslator.java :

199 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

WebTypeTranslator.java :

39 : super(SERVLET_CLASS+','+JSP_FILE, WebapplicationPackage.eINSTANCE.getServlet_WebType());

14. WARNING: DiscouragedReference

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

WebTypeTranslator.java :

46 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

EJBLinkTranslator.java :

36 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

ElementNameTranslator.java :

35 : 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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

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

23. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

105 : private Translator[] getServiceInterfaceTranslator(int versionID)

24. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

117 : private Translator[] getSEITranslator(int versionID)

25. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

128 : private static Translator create10WSDLServiceNameTranslator() {

26. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

131 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

132 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

132 : result.setChildren(new Translator[] {

31. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

133 : IDTranslator.INSTANCE,

32. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

133 : IDTranslator.INSTANCE,

33. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

134 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

34. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

134 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

135 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

36. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

135 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

37. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

140 : private static Translator createPortMappingTranslator() {

38. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

142 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

143 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

143 : result.setChildren(new Translator[] {

43. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

144 : IDTranslator.INSTANCE,

44. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

144 : IDTranslator.INSTANCE,

45. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

145 : new Translator(PORT_NAME, jaxrpcmapPackage.getPortMapping_PortName()),

46. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

145 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

146 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

163 : private static Translator create10WSDLPortTypeTranslator() {

50. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

166 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

167 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

167 : result.setChildren(new Translator[] {

55. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

168 : IDTranslator.INSTANCE,

56. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

168 : IDTranslator.INSTANCE,

57. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

169 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

58. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

169 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

170 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

60. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

170 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

61. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

175 : private static Translator create10WSDLBindingTranslator() {

62. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

178 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

179 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

179 : result.setChildren(new Translator[] {

67. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

180 : IDTranslator.INSTANCE,

68. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

180 : IDTranslator.INSTANCE,

69. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

181 : new Translator(NAMESPACEURI, commonPackage.getQName_NamespaceURI()),

70. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

181 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

182 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

72. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

182 : new Translator(LOCALPART, commonPackage.getQName_LocalPart())

73. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

187 : private static Translator create10SEMethodMappingTranslator() {

74. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

189 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

189 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

189 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

190 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

190 : result.setChildren(new Translator[] {

79. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

191 : IDTranslator.INSTANCE,

80. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

191 : IDTranslator.INSTANCE,

81. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

192 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

193 : new Translator(WSDL_OPERATION, jaxrpcmapPackage.getServiceEndpointMethodMapping_WsdlOperation()),

84. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

193 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

194 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

201 : private static Translator create11SEMethodMappingTranslator() {

90. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

203 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

203 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

203 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

204 : 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 /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.common.emf/@dot

InterfaceMappingTranslator.java :

204 : result.setChildren(new Translator[] {

95. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

205 : IDTranslator.INSTANCE,

96. WARNING: DiscouragedReference

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

InterfaceMappingTranslator.java :

205 : IDTranslator.INSTANCE,

97. WARNING: DiscouragedReference