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 )
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;
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()))
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()))
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()))
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()))
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();
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();
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;
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;
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;
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;
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;
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 {
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());
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());
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());
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) {
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);
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) {
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) {
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) {
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));
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());
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());
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) {
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()));
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()));
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()));
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);
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;
Discouraged access: The type Translator is 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;
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) {
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) {
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();
Discouraged access: The type Translator is 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() {
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();
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();
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;
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;
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;
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;
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;
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 {
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());
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());
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());
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) {
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);
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) {
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) {
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) {
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));
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());
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());
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) {
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()));
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()));
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()));
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);
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;
Discouraged access: The type Translator is 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;
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) {
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) {
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();
Discouraged access: The type Translator is 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() {
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;
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);
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);
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);
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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;
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;
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);
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);
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);
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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));
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;
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 {
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();
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);
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);
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;
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;
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);
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);
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))
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))
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);
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);
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);
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);
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);
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);
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;
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();
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();
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;
The import org.eclipse.jst.j2ee.internal.J2EEVersionConstants is never used
XMLResourceImpl.java :
28 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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;
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;
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;
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;
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;
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 {
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();
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);
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) {
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);
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) {
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);
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();
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());
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);
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);
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);
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());
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);
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();
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();
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);
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);
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();
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();
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())
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())
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();
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);
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);
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);
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);
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;
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);
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);
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;
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());
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());
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());
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());
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());
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());
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());
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());
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;
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;
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;
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;
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;
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 {
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());
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());
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());
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) {
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);
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) {
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) {
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) {
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));
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);
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());
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());
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) {
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()));
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()));
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()));
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;
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);
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);
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);
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);
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;
Discouraged access: The type Translator is 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;
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;
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) {
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) {
Discouraged access: The type Translator is 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() {
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();
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);
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);
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();
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();
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);
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);
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;
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;
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;
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);
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);
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) {
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) {
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) {
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);
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);
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);
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);
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);
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);
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);
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);
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;
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
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
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
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
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;
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()));
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()));
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;
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);
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);
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;
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;
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;
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;
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;
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;
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);
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);
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);
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);
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() {
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() {
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();
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();
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();
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) {
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) {
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) {
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());
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());
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());
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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$
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; } });
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();
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();
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);
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));
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});
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;
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{
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();
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);
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;
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 {
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();
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;
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 {
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;
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;
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;
Discouraged access: The type Translator is 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;
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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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$
Discouraged access: The type Translator is 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$
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$
Discouraged access: The type Translator is 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$
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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),
Discouraged access: The type Translator is 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),
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),
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),
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),
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),
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),
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),
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),
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;
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
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());
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));
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));
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));
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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$
Discouraged access: The type Translator is 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$
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$
Discouraged access: The type Translator is 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$
Discouraged access: The type Translator is 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() {
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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) {
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;
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;
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;
Discouraged access: The type Translator is 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;
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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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),
Discouraged access: The type Translator is 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),
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),
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),
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),
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),
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),
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),
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),
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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);
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);
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;
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;
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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[] {};
Discouraged access: The type Translator is 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[] {};
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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
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
Discouraged access: The type Translator is 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
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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) {
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);
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);
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);
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 });
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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) {
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);
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);
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);
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 });
Discouraged access: The type Translator is 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[] {
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,
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,
Discouraged access: The type Translator is 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) {
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);
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);
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);
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 });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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) {
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);
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);
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);
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
Discouraged access: The type Translator is 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) {
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);
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);
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);
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, });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
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);
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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;
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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];
Discouraged access: The type Translator is 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];
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
Discouraged access: The type Translator is 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;
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;
Discouraged access: The type Translator is 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 {
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);
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) {
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);
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) {
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);
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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
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);
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);
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);
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;
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;
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;
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;
Discouraged access: The type Translator is 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;
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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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() ),
Discouraged access: The type Translator is 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() ),
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()),
Discouraged access: The type Translator is 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()),
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$
Discouraged access: The type Translator is 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$
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$
Discouraged access: The type Translator is 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$
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() ),
Discouraged access: The type Translator is 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() ),
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() ),
Discouraged access: The type Translator is 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() ),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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),
Discouraged access: The type Translator is 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),
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),
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),
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),
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),
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),
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),
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),
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
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());
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());
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());
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() });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()), });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
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());
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());
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());
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() });
Discouraged access: The type Translator is 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[] {
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,
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,
Discouraged access: The type Translator is 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() {
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());
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());
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());
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(), });
Discouraged access: The type Translator is 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[] {
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,
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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));
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));
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));
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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));
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));
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));
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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());
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());
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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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,
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,
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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());
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());
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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
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);
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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;
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());
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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(){
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
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;
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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;
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;
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;
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;
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;
Discouraged access: The type Translator is 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;
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;
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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
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 =
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())});
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(
Discouraged access: The type Translator is 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[] {
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),
Discouraged access: The type Translator is 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),
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),
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()),
Discouraged access: The type Translator is 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()),
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())});
Discouraged access: The type Translator is 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())});
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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);
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);
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);
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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(
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()) }));
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(
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()) }));
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(
Discouraged access: The type Translator is 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[] {
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),
Discouraged access: The type Translator is 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),
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),
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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(
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()) }));
Discouraged access: The type Translator is 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(
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()) }));
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(
Discouraged access: The type Translator is 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[] {
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),
Discouraged access: The type Translator is 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),
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),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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);
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);
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);
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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();
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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;
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;
Discouraged access: The type Translator is 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;
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 {
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());
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 ));
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 ));
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 ));
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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);
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
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);
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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 };
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
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);
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[]{
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[]{
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
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());
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);
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);
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);
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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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{
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);
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;
Discouraged access: The type Translator is 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;
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;
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);
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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{
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());
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);
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;
Discouraged access: The type Translator is 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;
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;
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 {
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()) }));
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()) }));
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(
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
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);
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;
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;
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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)
Discouraged access: The type Translator is 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)
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)
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());
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));
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));
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));
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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[] {
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
Discouraged access: The type Translator is 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
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
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
Discouraged access: The type Translator is 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
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
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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) {
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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())
Discouraged access: The type Translator is 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())
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());
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));
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));
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));
Discouraged access: The type Translator is 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) {
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;
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;
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;
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;
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;
Discouraged access: The type Translator is 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;
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;
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 {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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();
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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);
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);
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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());
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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() {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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,
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,
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),
Discouraged access: The type Translator is 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),
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),
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),
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),
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),
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),
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),
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),
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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));
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));
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));
Discouraged access: The type Translator is 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() {
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());
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());
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());
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(), });
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
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());
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());
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());
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 });
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
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());
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());
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());
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 });
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
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());
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());
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());
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 });
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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() {
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());
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());
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());
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() });
Discouraged access: The type Translator is 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[] {
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,
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,
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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())
Discouraged access: The type Translator is 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())
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())
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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())
Discouraged access: The type Translator is 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())
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())
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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())
Discouraged access: The type Translator is 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())
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())
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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())
Discouraged access: The type Translator is 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())
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())
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());
Discouraged access: The type Translator is 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) {
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;
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;
Discouraged access: The type Translator is 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;
Discouraged access: The type Translator is 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 {
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
Discouraged access: The type Translator is 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[] {
Discouraged access: The type Translator is 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[] {
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()),
Discouraged access: The type Translator is 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()),
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());
Discouraged access: The type Translator is 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) {
Discouraged access: The type Translator is 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)
Discouraged access: The type Translator is 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)
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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()) });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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())
Discouraged access: The type Translator is 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())
Discouraged access: The type Translator is 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() {
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());
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());
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());
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() });
Discouraged access: The type Translator is 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[] {
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,
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,
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()),
Discouraged access: The type Translator is 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()),
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()),
Discouraged access: The type Translator is 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()),
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),
Discouraged access: The type Translator is 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),
Discouraged access: The type Translator is 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),
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),
Discouraged access: The type Translator is 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() {
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());
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());
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());
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() });
Discouraged access: The type Translator is 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[] {
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,
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,