Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 111 Number of classfiles: 126
Problems: 1206 (Errors: 0 Warnings: 1206 )
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBDeployableArtifactAdapterUtil.java :
32 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
33 : import org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBDeployableArtifactAdapterUtil.java :
40 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBDeployableArtifactAdapterUtil.java :
124 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.EJBJAR_DD_URI))
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBDeployableArtifactAdapterUtil.java :
124 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.EJBJAR_DD_URI))
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBDeployableArtifactAdapterUtil.java :
138 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(refResource);
Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBDeployableArtifactAdapterUtil.java :
138 : IResource eclipeServResoruce = WorkbenchResourceHelper.getFile(refResource);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
150 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.EJB)).iterator();
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
222 : J2EEFlexProjDeployable moduleDelegate = (J2EEFlexProjDeployable)module.getAdapter(ModuleDelegate.class);
Discouraged access: The type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
222 : J2EEFlexProjDeployable moduleDelegate = (J2EEFlexProjDeployable)module.getAdapter(ModuleDelegate.class);
Discouraged access: The method getJNDIName(String) from the type J2EEFlexProjDeployable is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBDeployableArtifactAdapterUtil.java :
223 : jndiName = moduleDelegate.getJNDIName(ejbName);
Discouraged access: The type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEnterpriseBeanOperation.java :
13 : import org.eclipse.jst.j2ee.internal.common.operations.AddJavaEEArtifactOperation;
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
AddEnterpriseBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
AddEnterpriseBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type AddJavaEEArtifactOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEnterpriseBeanOperation.java :
17 : public abstract class AddEnterpriseBeanOperation extends AddJavaEEArtifactOperation {
Discouraged access: The constructor AddJavaEEArtifactOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddEnterpriseBeanOperation.java :
29 : super(dataModel);
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddMessageDrivenBeanOperation.java :
13 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
AddMessageDrivenBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
AddMessageDrivenBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddMessageDrivenBeanOperation.java :
33 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddSessionBeanOperation.java :
13 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
AddSessionBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
AddSessionBeanOperation.java :
14 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddSessionBeanOperation.java :
33 : protected NewJavaEEArtifactClassOperation getNewClassOperation() {
Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateEnterpriseBeanTemplateModel.java :
15 : import org.eclipse.jst.j2ee.internal.common.operations.CreateJavaEEArtifactTemplateModel;
Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateEnterpriseBeanTemplateModel.java :
19 : CreateJavaEEArtifactTemplateModel {
Discouraged access: The constructor CreateJavaEEArtifactTemplateModel(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateEnterpriseBeanTemplateModel.java :
26 : super(dataModel);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateEnterpriseBeanTemplateModel.java :
30 : String transactionType = dataModel.getStringProperty(TRANSACTION_TYPE);
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
26 : import org.eclipse.jst.j2ee.internal.common.operations.Method;
Discouraged access: The method getImports() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
50 : Collection<String> collection = super.getImports();
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
63 : collection.add(dataModel.getStringProperty(MESSAGE_LISTENER_INTERFACE));
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
71 : String destinationType = dataModel.getStringProperty(DESTINATION_TYPE);
Discouraged access: The method getProperty(String) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
79 : String dispName = getProperty(EJB_NAME).trim();
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
80 : if (!dispName.equals(getClassName()) && (dispName.length() > 0))
Discouraged access: The field ATT_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
81 : result.put(ATT_NAME, QUOTATION_STRING + dispName + QUOTATION_STRING);
Discouraged access: The method getProperty(String) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
82 : String mappedName = getProperty(MAPPED_NAME).trim();
Discouraged access: The method getProperty(String) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
86 : String messageListenerInterface = getProperty(MESSAGE_LISTENER_INTERFACE);
Discouraged access: The method getQualifiedInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
88 : List<String> interfaces = getQualifiedInterfaces();
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
98 : return dataModel.getBooleanProperty(JMS);
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
102 : public Collection<Method> getUnimplementedMethods() {
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
103 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();
Discouraged access: The method getUnimplementedMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
103 : Collection<Method> unimplementedMethods = super.getUnimplementedMethods();
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
104 : Iterator<Method> iterator = unimplementedMethods.iterator();
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
107 : Method method = iterator.next();
Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
108 : if (ON_MESSAGE.equals(method.getName()) && ON_MESSAGE_SIGNATURE.equals(method.getSignature())) {
Discouraged access: The method getSignature() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateMessageDrivenBeanTemplateModel.java :
108 : if (ON_MESSAGE.equals(method.getName()) && ON_MESSAGE_SIGNATURE.equals(method.getSignature())) {
Discouraged access: The method getImports() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
59 : Collection<String> collection = super.getImports();
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
61 : String stateType = dataModel.getStringProperty(STATE_TYPE);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
116 : String stateType = dataModel.getStringProperty(STATE_TYPE);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
134 : return (List<BusinessInterface>) dataModel.getProperty(INTERFACES);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
134 : return (List<BusinessInterface>) dataModel.getProperty(INTERFACES);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
162 : return dataModel.getBooleanProperty(LOCAL_HOME);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
166 : return dataModel.getBooleanProperty(REMOTE_HOME);
Discouraged access: The field dataModel from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
170 : return dataModel.getBooleanProperty(NO_INTERFACE);
Discouraged access: The method getProperty(String) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
175 : String dispName = getProperty(EJB_NAME).trim();
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
176 : if (!dispName.equals(getClassName()) && (dispName.length() > 0))
Discouraged access: The field ATT_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
177 : result.put(ATT_NAME, dispName);
Discouraged access: The method getProperty(String) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CreateSessionBeanTemplateModel.java :
178 : String mappedName = getProperty(MAPPED_NAME).trim();
Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
INewEnterpriseBeanClassDataModelProperties.java :
13 : import org.eclipse.jst.j2ee.application.internal.operations.IAnnotationsDataModel;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
INewEnterpriseBeanClassDataModelProperties.java :
14 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
INewEnterpriseBeanClassDataModelProperties.java :
16 : public interface INewEnterpriseBeanClassDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {
Discouraged access: The type IAnnotationsDataModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
INewEnterpriseBeanClassDataModelProperties.java :
16 : public interface INewEnterpriseBeanClassDataModelProperties extends INewJavaClassDataModelProperties, IAnnotationsDataModel {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
LocalComponentInterfaceTemplate.java :
26 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
LocalComponentInterfaceTemplate.java :
26 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
LocalComponentInterfaceTemplate.java :
29 : stringBuffer.append( model.getJavaPackageName() );
Discouraged access: The method removeFlags(int) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
71 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
71 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The field FLAG_QUALIFIED_SUPERCLASS_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
71 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
74 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
74 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
77 : stringBuffer.append( model.getJavaPackageName() );
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
96 : stringBuffer.append(model.getClassName());
Discouraged access: The method isPublic() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
147 : if (model.isPublic()) {
Discouraged access: The method isAbstract() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
153 : if (model.isAbstract()) {
Discouraged access: The method isFinal() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
159 : if (model.isFinal()) {
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
166 : stringBuffer.append( model.getClassName() );
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
168 : String superClass = model.getSuperclassName();
Discouraged access: The method getInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
176 : List<String> interfaces = model.getInterfaces();
Discouraged access: The method hasEmptySuperclassConstructor() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
197 : if (!model.hasEmptySuperclassConstructor()) {
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
200 : stringBuffer.append( model.getClassName() );
Discouraged access: The method shouldGenSuperclassConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
205 : if (model.shouldGenSuperclassConstructors()) {
Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
206 : List<Constructor> constructors = model.getConstructors();
Discouraged access: The method getConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
206 : List<Constructor> constructors = model.getConstructors();
Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
207 : for (Constructor constructor : constructors) {
Discouraged access: The method isPublic() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
208 : if (constructor.isPublic() || constructor.isProtected()) {
Discouraged access: The method isProtected() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
208 : if (constructor.isPublic() || constructor.isProtected()) {
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
211 : stringBuffer.append( model.getSuperclassName() );
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
213 : stringBuffer.append( model.getSuperclassName() );
Discouraged access: The method getParamsForJavadoc() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
215 : stringBuffer.append( constructor.getParamsForJavadoc() );
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
217 : stringBuffer.append( model.getClassName() );
Discouraged access: The method getParamsForDeclaration() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
219 : stringBuffer.append( constructor.getParamsForDeclaration() );
Discouraged access: The method getParamsForCall() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
221 : stringBuffer.append( constructor.getParamsForCall() );
Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
229 : if (model.shouldImplementAbstractMethods()) {
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
230 : for (Method method : model.getUnimplementedMethods()) {
Discouraged access: The method getContainingJavaClass() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
233 : stringBuffer.append( method.getContainingJavaClass() );
Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
235 : stringBuffer.append( method.getName() );
Discouraged access: The method getParamsForJavadoc() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
237 : stringBuffer.append( method.getParamsForJavadoc() );
Discouraged access: The method getReturnType() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
239 : stringBuffer.append( method.getReturnType() );
Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
241 : stringBuffer.append( method.getName() );
Discouraged access: The method getParamsForDeclaration() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
243 : stringBuffer.append( method.getParamsForDeclaration() );
Discouraged access: The method getDefaultReturnValue() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
246 : String defaultReturnValue = method.getDefaultReturnValue();
Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenBeanTemplate.java :
261 : if (model.shouldImplementAbstractMethods()) {
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
28 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used
NewEnterpriseBeanClassDataModelProvider.java :
38 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
39 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
41 : public class NewEnterpriseBeanClassDataModelProvider extends NewJavaClassDataModelProvider {
Discouraged access: The method getPropertyNames() from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
52 : Set<String> propertyNames = super.getPropertyNames();
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
75 : String className = getStringProperty(CLASS_NAME);
Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
79 : } else if (propertyName.equals(SUPERCLASS)){
Discouraged access: The method getDefaultProperty(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
86 : return super.getDefaultProperty(propertyName);
Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
92 : if (propertyName.equals(SUPERCLASS)) {
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
95 : return WTPCommonPlugin.OK_STATUS;
Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
95 : return WTPCommonPlugin.OK_STATUS;
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
96 : } else if (propertyName.equals(JAVA_PACKAGE)) {
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
100 : return WTPCommonPlugin.createErrorStatus(msg);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
100 : return WTPCommonPlugin.createErrorStatus(msg);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
105 : return WTPCommonPlugin.createWarningStatus(EJBCreationResourceHandler.WRN_BEAN_NAME_IS_EMPTY);
Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewEnterpriseBeanClassDataModelProvider.java :
105 : return WTPCommonPlugin.createWarningStatus(EJBCreationResourceHandler.WRN_BEAN_NAME_IS_EMPTY);
Discouraged access: The method validate(String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
109 : return super.validate(propertyName);
Discouraged access: The method propertySet(String, Object) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
131 : boolean result = super.propertySet(propertyName, propertyValue);
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassDataModelProvider.java :
133 : if (propertyName.equals(CLASS_NAME) && !getDataModel().isPropertySet(EJB_NAME)) {
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewEnterpriseBeanClassDataModelProvider.java :
158 : String projectName = getStringProperty(PROJECT_NAME);
Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewEnterpriseBeanClassDataModelProvider.java :
160 : IProject project = getTargetProject();
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassOperation.java :
18 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaEEArtifactClassOperation;
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewEnterpriseBeanClassOperation.java :
19 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
NewEnterpriseBeanClassOperation.java :
19 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassOperation.java :
49 : public abstract class NewEnterpriseBeanClassOperation extends NewJavaEEArtifactClassOperation {
Discouraged access: The constructor NewJavaEEArtifactClassOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewEnterpriseBeanClassOperation.java :
61 : super(dataModel);
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
24 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
The import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider is never used
NewMessageDrivenBeanClassDataModelProvider.java :
24 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used
NewMessageDrivenBeanClassDataModelProvider.java :
29 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
30 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
72 : if (propertyName.equals(INTERFACES)){
Discouraged access: The field SUPERCLASS from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
76 : } else if (propertyName.equals(SUPERCLASS)) {
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
114 : if (propertyName.equals(INTERFACES)) {
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
150 : getProperty(INTERFACES);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
151 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_NO_MESSAGE_LISTENER_INTERFACE);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
151 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_NO_MESSAGE_LISTENER_INTERFACE);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
158 : List<String> interfacesList = (List<String>) getDataModel().getProperty(INTERFACES);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
166 : getDataModel().setProperty(INTERFACES, interfacesList);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
167 : getDataModel().notifyPropertyChange(INTERFACES, DataModelEvent.VALUE_CHG);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassDataModelProvider.java :
177 : List<String> interfaces = (List<String>) getProperty(INTERFACES);
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewMessageDrivenBeanClassOperation.java :
17 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
NewMessageDrivenBeanClassOperation.java :
17 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassOperation.java :
19 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassOperation.java :
90 : protected void generateUsingTemplates(IProgressMonitor monitor, IPackageFragment fragment) throws WFTWrappedException, CoreException {
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassOperation.java :
98 : String source = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_FILE, tempImpl, monitor);
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassOperation.java :
99 : String javaFileName = tempModel.getClassName() + DOT_JAVA;
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewMessageDrivenBeanClassOperation.java :
99 : String javaFileName = tempModel.getClassName() + DOT_JAVA;
Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassOperation.java :
103 : throw new WFTWrappedException(e);
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewMessageDrivenBeanClassOperation.java :
103 : throw new WFTWrappedException(e);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
47 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
48 : import org.eclipse.jst.j2ee.internal.common.J2EECommonMessages;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
49 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
50 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
The import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider is never used
NewSessionBeanClassDataModelProvider.java :
50 : import org.eclipse.jst.j2ee.internal.common.operations.NewJavaClassDataModelProvider;
The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used
NewSessionBeanClassDataModelProvider.java :
58 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
59 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
129 : else if (propertyName.equals(INTERFACES)) {
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
131 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
143 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
147 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
152 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
157 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
162 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field QUALIFIED_CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
167 : String className = getStringProperty(QUALIFIED_CLASS_NAME);
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewSessionBeanClassDataModelProvider.java :
194 : if (PROJECT_NAME.equals(propertyName)) {
Discouraged access: The field CLASS_NAME from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
201 : } else if (CLASS_NAME.equals(propertyName) || JAVA_PACKAGE.equals(propertyName)) {
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
201 : } else if (CLASS_NAME.equals(propertyName) || JAVA_PACKAGE.equals(propertyName)) {
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
210 : if (!getDataModel().isPropertySet(INTERFACES)) {
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
211 : getDataModel().notifyPropertyChange(INTERFACES, IDataModel.DEFAULT_CHG);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
218 : if (!getDataModel().isPropertySet(INTERFACES)) {
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
219 : getDataModel().notifyPropertyChange(INTERFACES, IDataModel.DEFAULT_CHG);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
269 : List<BusinessInterface> list = (List<BusinessInterface>) getProperty(INTERFACES);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
290 : List<BusinessInterface> businessInterfaces = (List<BusinessInterface>) getProperty(INTERFACES);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
299 : List<BusinessInterface> businessInterfaces = (List<BusinessInterface>) getProperty(INTERFACES);
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
329 : } else if (INTERFACES.equals(propertyName)) {
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
339 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_SINGLETON_NOT_ALLOWED);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
339 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_SINGLETON_NOT_ALLOWED);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
346 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_NO_INTERFACE_NOT_ALLOWED);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
346 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_NO_INTERFACE_NOT_ALLOWED);
Discouraged access: The method canCreateTypeInClasspath(String, String) from the type NewJavaClassDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
354 : IStatus existsStatus = canCreateTypeInClasspath( Signature.getQualifier(fullyQualifiedName), Signature.getSimpleName(fullyQualifiedName));
Discouraged access: The field PROJECT_NAME from the type IArtifactEditOperationDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewSessionBeanClassDataModelProvider.java :
365 : String projectName = getStringProperty(PROJECT_NAME);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
406 : return WTPCommonPlugin.createErrorStatus(NLS.bind(
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
406 : return WTPCommonPlugin.createErrorStatus(NLS.bind( EJBCreationResourceHandler.ERR_COULD_NOT_RESOLVE_INTERFACE, new Object[] { e.getMessage() }));
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
456 : List<BusinessInterface> list = (List<BusinessInterface>) getProperty(INTERFACES);
Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
494 : String msg = J2EECommonMessages.ERR_JAVA_CLASS_NAME_INVALID + javaStatus.getMessage();
Discouraged access: The field ERR_JAVA_CLASS_NAME_INVALID from the type J2EECommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
494 : String msg = J2EECommonMessages.ERR_JAVA_CLASS_NAME_INVALID + javaStatus.getMessage();
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
495 : return WTPCommonPlugin.createErrorStatus(msg);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
495 : return WTPCommonPlugin.createErrorStatus(msg);
Discouraged access: The type J2EECommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
497 : String msg = J2EECommonMessages.ERR_JAVA_CLASS_NAME_WARNING + javaStatus.getMessage();
Discouraged access: The field ERR_JAVA_CLASS_NAME_WARNING from the type J2EECommonMessages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
497 : String msg = J2EECommonMessages.ERR_JAVA_CLASS_NAME_WARNING + javaStatus.getMessage();
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
498 : return WTPCommonPlugin.createWarningStatus(msg);
Discouraged access: The method createWarningStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
498 : return WTPCommonPlugin.createWarningStatus(msg);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
500 : return WTPCommonPlugin.OK_STATUS;
Discouraged access: The field OK_STATUS from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassDataModelProvider.java :
500 : return WTPCommonPlugin.OK_STATUS;
Discouraged access: The method getTargetProject() from the type ArtifactEditOperationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewSessionBeanClassDataModelProvider.java :
505 : IProject project = getTargetProject();
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
511 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
511 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
512 : retVal = version >= J2EEVersionConstants.VERSION_3_1;
Discouraged access: The field VERSION_3_1 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
512 : retVal = version >= J2EEVersionConstants.VERSION_3_1;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
517 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
517 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
518 : retVal = version >= J2EEVersionConstants.VERSION_3_0;
Discouraged access: The field VERSION_3_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
518 : retVal = version >= J2EEVersionConstants.VERSION_3_0;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
523 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassDataModelProvider.java :
523 : int version = J2EEVersionUtil.convertVersionStringToInt(facetVersion.getVersionString());
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
524 : retVal = version >= J2EEVersionConstants.VERSION_3_0;
Discouraged access: The field VERSION_3_0 from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
NewSessionBeanClassDataModelProvider.java :
524 : retVal = version >= J2EEVersionConstants.VERSION_3_0;
The import java.lang.reflect.InvocationTargetException is never used
NewSessionBeanClassOperation.java :
19 : import java.lang.reflect.InvocationTargetException;
Discouraged access: The type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
44 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
The import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties is never used
NewSessionBeanClassOperation.java :
44 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
45 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type ArtifactEditProviderOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
NewSessionBeanClassOperation.java :
48 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation is never used
NewSessionBeanClassOperation.java :
48 : import org.eclipse.wst.common.componentcore.internal.operation.ArtifactEditProviderOperation;
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassOperation.java :
50 : import org.eclipse.wst.common.frameworks.internal.enablement.nonui.WFTWrappedException;
Discouraged access: The field JAVA_PACKAGE from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
135 : String packageName = model.getStringProperty(JAVA_PACKAGE);
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
138 : if (hasInterfacesToGenerate() && EJBUtilities.hasEJBClientJARProject(getTargetProject())) {
Discouraged access: The method doExecute(IProgressMonitor, IAdaptable) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
143 : return super.doExecute(monitor, info);
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassOperation.java :
148 : throws WFTWrappedException, CoreException {
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassOperation.java :
169 : protected void generateUsingTemplates(IProgressMonitor monitor, IPackageFragment fragment, IPackageFragment clientFragment) throws WFTWrappedException, CoreException {
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
172 : getTargetProject();
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
176 : if (hasInterfacesToGenerate() && EJBUtilities.hasEJBClientJARProject(getTargetProject())) {
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
184 : String source = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_FILE, tempImpl, monitor);
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
185 : String javaFileName = tempModel.getClassName() + DOT_JAVA;
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
185 : String javaFileName = tempModel.getClassName() + DOT_JAVA;
Discouraged access: The constructor WFTWrappedException(Throwable) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassOperation.java :
189 : throw new WFTWrappedException(e);
Discouraged access: The type WFTWrappedException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
NewSessionBeanClassOperation.java :
189 : throw new WFTWrappedException(e);
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
195 : IProject project = getTargetProject();
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
199 : useClientJar = EJBUtilities.hasEJBClientJARProject(getTargetProject());
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
208 : String src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_LOCAL_FILE, tempImpl, monitor);
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
209 : String fileName = iface.getSimpleName() + DOT_JAVA;
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
214 : String src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_REMOTE_FILE, tempImpl, monitor);
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
215 : String fileName = iface.getSimpleName() + DOT_JAVA;
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
230 : String fileName = Signature.getSimpleName(remoteFullName)+ DOT_JAVA;
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
238 : src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_REMOTEHOME_FILE, tempImpl, monitor);
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
242 : String fileComponentName = Signature.getSimpleName(remoteComponentFullName)+ DOT_JAVA;
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
248 : src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_REMOTECOMPONENT_FILE, tempImpl, monitor);
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
262 : String fileName = Signature.getSimpleName(localFullName)+ DOT_JAVA;
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
270 : src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_LOCALHOME_FILE, tempImpl, monitor);
Discouraged access: The field DOT_JAVA from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
274 : String fileComponentName = Signature.getSimpleName(localComponentFullName)+ DOT_JAVA;
Discouraged access: The method generateTemplateSource(WTPPlugin, CreateJavaEEArtifactTemplateModel, String, Object, IProgressMonitor) from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
280 : src = generateTemplateSource(EjbPlugin.getPlugin(), tempModel, TEMPLATE_LOCALCOMPONENT_FILE, tempImpl, monitor);
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
310 : IProject clientProject = EJBUtilities.getEJBClientJar(getTargetProject()).getProject();
Discouraged access: The field INTERFACES from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
374 : List<BusinessInterface> businessInterfaces = (List<BusinessInterface>) model.getProperty(INTERFACES);
Discouraged access: The method getSourceFolder() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
381 : IFolder folder = getSourceFolder();
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
383 : IPath clientProjectPath = EJBUtilities.getEJBClientJar(getTargetProject()).getProject().getFullPath();
Discouraged access: The method getTargetProject() from the type NewJavaEEArtifactClassOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
390 : IProject clientProject = EJBUtilities.getEJBClientJar(getTargetProject()).getProject();
Discouraged access: The field JAVA_PACKAGE_FRAGMENT_ROOT from the type INewJavaClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
407 : IPackageFragmentRoot packRoot = (IPackageFragmentRoot) model.getProperty(JAVA_PACKAGE_FRAGMENT_ROOT);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
420 : J2EEPlugin.logError(e);
Discouraged access: The method logError(CoreException) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
NewSessionBeanClassOperation.java :
420 : J2EEPlugin.logError(e);
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RemoteComponentInterfaceTemplate.java :
26 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RemoteComponentInterfaceTemplate.java :
26 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RemoteComponentInterfaceTemplate.java :
29 : stringBuffer.append( model.getJavaPackageName() );
Discouraged access: The method removeFlags(int) from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
82 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
82 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The field FLAG_QUALIFIED_SUPERCLASS_NAME from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
82 : model.removeFlags(CreateJavaEEArtifactTemplateModel.FLAG_QUALIFIED_SUPERCLASS_NAME);
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
85 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
85 : if (model.getJavaPackageName() != null && model.getJavaPackageName().length() > 0) {
Discouraged access: The method getJavaPackageName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
88 : stringBuffer.append( model.getJavaPackageName() );
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
107 : stringBuffer.append( model.getClassName() );
Discouraged access: The method isPublic() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
215 : if (model.isPublic()) {
Discouraged access: The method isAbstract() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
221 : if (model.isAbstract()) {
Discouraged access: The method isFinal() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
227 : if (model.isFinal()) {
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
234 : stringBuffer.append( model.getClassName() );
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
236 : String superClass = model.getSuperclassName();
Discouraged access: The method getInterfaces() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
244 : List<String> interfaces = model.getInterfaces();
Discouraged access: The method hasEmptySuperclassConstructor() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
265 : if (!model.hasEmptySuperclassConstructor()) {
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
268 : stringBuffer.append( model.getClassName() );
Discouraged access: The method shouldGenSuperclassConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
273 : if (model.shouldGenSuperclassConstructors()) {
Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
274 : List<Constructor> constructors = model.getConstructors();
Discouraged access: The method getConstructors() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
274 : List<Constructor> constructors = model.getConstructors();
Discouraged access: The type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
275 : for (Constructor constructor : constructors) {
Discouraged access: The method isPublic() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
276 : if (constructor.isPublic() || constructor.isProtected()) {
Discouraged access: The method isProtected() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
276 : if (constructor.isPublic() || constructor.isProtected()) {
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
279 : stringBuffer.append( model.getSuperclassName() );
Discouraged access: The method getSuperclassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
281 : stringBuffer.append( model.getSuperclassName() );
Discouraged access: The method getParamsForJavadoc() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
283 : stringBuffer.append( constructor.getParamsForJavadoc() );
Discouraged access: The method getClassName() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
285 : stringBuffer.append( model.getClassName() );
Discouraged access: The method getParamsForDeclaration() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
287 : stringBuffer.append( constructor.getParamsForDeclaration() );
Discouraged access: The method getParamsForCall() from the type Constructor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
289 : stringBuffer.append( constructor.getParamsForCall() );
Discouraged access: The method shouldImplementAbstractMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
297 : if (model.shouldImplementAbstractMethods()) {
Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
298 : for (Method method : model.getUnimplementedMethods()) {
Discouraged access: The method getUnimplementedMethods() from the type CreateJavaEEArtifactTemplateModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
298 : for (Method method : model.getUnimplementedMethods()) {
Discouraged access: The method getContainingJavaClass() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
301 : stringBuffer.append( method.getContainingJavaClass() );
Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
303 : stringBuffer.append( method.getName() );
Discouraged access: The method getParamsForJavadoc() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
305 : stringBuffer.append( method.getParamsForJavadoc() );
Discouraged access: The method getReturnType() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
307 : stringBuffer.append( method.getReturnType() );
Discouraged access: The method getName() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
309 : stringBuffer.append( method.getName() );
Discouraged access: The method getParamsForDeclaration() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
311 : stringBuffer.append( method.getParamsForDeclaration() );
Discouraged access: The method getDefaultReturnValue() from the type Method is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionBeanTemplate.java :
314 : String defaultReturnValue = method.getDefaultReturnValue();
Discouraged access: The type ImportOption is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
23 : import org.eclipse.jst.j2ee.internal.archive.operations.ImportOption;
Discouraged access: The type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
31 : import org.eclipse.jst.j2ee.internal.moduleextension.EarModuleExtensionImpl;
Discouraged access: The type EjbModuleExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
32 : import org.eclipse.jst.j2ee.internal.moduleextension.EjbModuleExtension;
Discouraged access: The type IJ2EEProjectTypes is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
33 : import org.eclipse.jst.j2ee.internal.project.IJ2EEProjectTypes;
Discouraged access: The type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
41 : public class EjbModuleExtensionImpl extends EarModuleExtensionImpl implements EjbModuleExtension {
Discouraged access: The type EjbModuleExtension is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
41 : public class EjbModuleExtensionImpl extends EarModuleExtensionImpl implements EjbModuleExtension {
Discouraged access: The constructor EarModuleExtensionImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
44 : super();
Discouraged access: The type ImportOption is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
171 : public IDataModelOperation createProjectCreationOperation(ImportOption option) {
Discouraged access: The method getArchiveType() from the type ImportOption is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
172 : if (option.getArchiveType() == IJ2EEProjectTypes.EJB_CLIENT) {
Discouraged access: The type IJ2EEProjectTypes is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
172 : if (option.getArchiveType() == IJ2EEProjectTypes.EJB_CLIENT) {
Discouraged access: The field EJB_CLIENT from the type IJ2EEProjectTypes is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
172 : if (option.getArchiveType() == IJ2EEProjectTypes.EJB_CLIENT) {
Discouraged access: The method getModel() from the type ImportOption is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
173 : IDataModel model = option.getModel();
Discouraged access: The method createProjectCreationOperation(IDataModel) from the type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
175 : return createProjectCreationOperation(model);
Discouraged access: The method createProjectCreationOperation(ImportOption) from the type EarModuleExtensionImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbModuleExtensionImpl.java :
177 : return super.createProjectCreationOperation(option);
Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar
EjbPlugin.java :
17 : import org.eclipse.core.internal.boot.PlatformURLConnection;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbPlugin.java :
26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbPlugin.java :
27 : import org.eclipse.wst.common.frameworks.internal.WTPPlugin;
Discouraged access: The type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbPlugin.java :
37 : public class EjbPlugin extends WTPPlugin implements ResourceLocator {
Discouraged access: The constructor WTPPlugin() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbPlugin.java :
49 : super();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbPlugin.java :
72 : return J2EEPlugin.getImageURL(key, getBundle());
Discouraged access: The method getImageURL(String, Bundle) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbPlugin.java :
72 : return J2EEPlugin.getImageURL(key, getBundle());
Discouraged access: The method getURLAsLocal() from the type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar
EjbPlugin.java :
79 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();
Discouraged access: The type PlatformURLConnection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar
EjbPlugin.java :
79 : String installLocation = ((PlatformURLConnection) url.openConnection()).getURLAsLocal().getFile();
Discouraged access: The method start(BundleContext) from the type WTPPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbPlugin.java :
185 : super.start(context);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigItemProvider.java :
30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigItemProvider.java :
162 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigItemProvider.java :
162 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigPropertyItemProvider.java :
29 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigPropertyItemProvider.java :
150 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ActivationConfigPropertyItemProvider.java :
150 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
AssemblyDescriptorItemProvider.java :
24 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
AssemblyDescriptorItemProvider.java :
25 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
95 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodPermission");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
95 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodPermission");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
95 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodPermission");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
120 : return J2EEPlugin.getPlugin().getImage("assemblyDescriptor_obj");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
120 : return J2EEPlugin.getPlugin().getImage("assemblyDescriptor_obj");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
120 : return J2EEPlugin.getPlugin().getImage("assemblyDescriptor_obj");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
207 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AssemblyDescriptorItemProvider.java :
207 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
39 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
130 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateContainerManagedEntity"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
130 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateContainerManagedEntity"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
130 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateContainerManagedEntity"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
155 : return J2EEPlugin.getPlugin().getImage((((CMPAttribute) object).isKey()) ? "attributeKey_obj" : "attribute_obj"); //$NON-NLS-2$//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
155 : return J2EEPlugin.getPlugin().getImage((((CMPAttribute) object).isKey()) ? "attributeKey_obj" : "attribute_obj"); //$NON-NLS-2$//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
155 : return J2EEPlugin.getPlugin().getImage((((CMPAttribute) object).isKey()) ? "attributeKey_obj" : "attribute_obj"); //$NON-NLS-2$//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
306 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMPAttributeItemProvider.java :
306 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("CMRField"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("CMRField"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("CMRField"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
133 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
CMRFieldItemProvider.java :
133 : return J2EEPlugin.getDefault();
Discouraged access: The type ModelledPersistentAttributeFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
27 : import org.eclipse.jst.j2ee.ejb.internal.impl.ModelledPersistentAttributeFilter;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
28 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
29 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
220 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
220 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
234 : case J2EEVersionConstants.EJB_1_0_ID :
Discouraged access: The field EJB_1_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
234 : case J2EEVersionConstants.EJB_1_0_ID :
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
235 : case J2EEVersionConstants.EJB_1_1_ID :
Discouraged access: The field EJB_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
235 : case J2EEVersionConstants.EJB_1_1_ID :
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
236 : return J2EEPlugin.getPlugin().getImage("11_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
236 : return J2EEPlugin.getPlugin().getImage("11_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
236 : return J2EEPlugin.getPlugin().getImage("11_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
237 : case J2EEVersionConstants.EJB_2_0_ID :
Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
237 : case J2EEVersionConstants.EJB_2_0_ID :
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
238 : return J2EEPlugin.getPlugin().getImage("20_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
238 : return J2EEPlugin.getPlugin().getImage("20_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
238 : return J2EEPlugin.getPlugin().getImage("20_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
239 : case J2EEVersionConstants.EJB_2_1_ID :
Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
239 : case J2EEVersionConstants.EJB_2_1_ID :
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
241 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
241 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
241 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
244 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
244 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ContainerManagedEntityItemProvider.java :
244 : return J2EEPlugin.getPlugin().getImage("21_cmpbean_obj"); //$NON-NLS-1$
Discouraged access: The type ModelledPersistentAttributeFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
260 : result.addAll(ModelledPersistentAttributeFilter.singleton().filter((ContainerManagedEntity) object));
Discouraged access: The method singleton() from the type ModelledPersistentAttributeFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
260 : result.addAll(ModelledPersistentAttributeFilter.singleton().filter((ContainerManagedEntity) object));
Discouraged access: The method filter(ContainerManagedEntity) from the type ContainerManagedEntityFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ContainerManagedEntityItemProvider.java :
260 : result.addAll(ModelledPersistentAttributeFilter.singleton().filter((ContainerManagedEntity) object));
The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used
EJBJarItemProvider.java :
26 : import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
29 : import org.eclipse.jst.j2ee.common.internal.provider.CompatibilityDescriptionGroupItemProvider;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
33 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
34 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
42 : public class EJBJarItemProvider extends CompatibilityDescriptionGroupItemProvider {
Discouraged access: The constructor CompatibilityDescriptionGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
50 : super(adapterFactory);
Discouraged access: The method getPropertyDescriptors(Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
62 : super.getPropertyDescriptors(object);
Discouraged access: The method getChildrenReferences(Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
101 : super.getChildrenReferences(object);
Discouraged access: The method getChildReference(Object, Object) from the type DescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
119 : return super.getChildReference(object, child);
Discouraged access: The method notifyChanged(Notification) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
141 : super.notifyChanged(notification);
Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type CompatibilityDescriptionGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
153 : super.collectNewChildDescriptors(newChildDescriptors, object);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
176 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
176 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
186 : return J2EEPlugin.getPlugin().getImage("ejbJar_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
186 : return J2EEPlugin.getPlugin().getImage("ejbJar_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
186 : return J2EEPlugin.getPlugin().getImage("ejbJar_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
188 : case J2EEVersionConstants.EJB_1_0_ID :
Discouraged access: The field EJB_1_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
188 : case J2EEVersionConstants.EJB_1_0_ID :
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
191 : case J2EEVersionConstants.EJB_1_1_ID :
Discouraged access: The field EJB_1_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
191 : case J2EEVersionConstants.EJB_1_1_ID :
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
194 : case J2EEVersionConstants.EJB_2_0_ID :
Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
194 : case J2EEVersionConstants.EJB_2_0_ID :
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
197 : case J2EEVersionConstants.EJB_2_1_ID :
Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBJarItemProvider.java :
197 : case J2EEVersionConstants.EJB_2_1_ID :
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
202 : return J2EEPlugin.getPlugin().getImage(key);
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
202 : return J2EEPlugin.getPlugin().getImage(key);
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBJarItemProvider.java :
202 : return J2EEPlugin.getPlugin().getImage(key);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
41 : return J2EEPlugin.getPlugin().getImage("EJBMethodCategory");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
41 : return J2EEPlugin.getPlugin().getImage("EJBMethodCategory");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
41 : return J2EEPlugin.getPlugin().getImage("EJBMethodCategory");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
99 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBMethodCategoryItemProvider.java :
99 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBProviderLibrariesResourceHandler.java :
21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBProviderLibrariesResourceHandler.java :
33 : return J2EEPlugin.getPlugin().getImage(arg0);
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBProviderLibrariesResourceHandler.java :
33 : return J2EEPlugin.getPlugin().getImage(arg0);
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBProviderLibrariesResourceHandler.java :
33 : return J2EEPlugin.getPlugin().getImage(arg0);
The import org.eclipse.emf.edit.command.AddCommand is never used
EJBRelationItemProvider.java :
23 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
EJBRelationItemProvider.java :
24 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
94 : return org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateEJBRelationshipRole_1")); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
94 : return org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateEJBRelationshipRole_1")); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
94 : return org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateEJBRelationshipRole_1")); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
119 : return J2EEPlugin.getPlugin().getImage("EJBRelation"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
119 : return J2EEPlugin.getPlugin().getImage("EJBRelation"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
119 : return J2EEPlugin.getPlugin().getImage("EJBRelation"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
239 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationItemProvider.java :
239 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
EJBRelationshipRoleItemProvider.java :
25 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
EJBRelationshipRoleItemProvider.java :
26 : import org.eclipse.emf.edit.command.RemoveCommand;
The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used
EJBRelationshipRoleItemProvider.java :
31 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;
Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBRelationshipRoleItemProvider.java :
39 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
40 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBRelationshipRoleItemProvider.java :
48 : protected static final EStructuralFeature ROLES_SF = EjbFactoryImpl.getPackage().getEJBRelation_RelationshipRoles();
Discouraged access: The method getPackage() from the type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBRelationshipRoleItemProvider.java :
48 : protected static final EStructuralFeature ROLES_SF = EjbFactoryImpl.getPackage().getEJBRelation_RelationshipRoles();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
103 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
103 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
103 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
133 : Object base = J2EEPlugin.getPlugin().getImage("role_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
133 : Object base = J2EEPlugin.getPlugin().getImage("role_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
133 : Object base = J2EEPlugin.getPlugin().getImage("role_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
134 : Object overlayImage = J2EEPlugin.getPlugin().getImage("frnkeyrelnshp_ovr"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
134 : Object overlayImage = J2EEPlugin.getPlugin().getImage("frnkeyrelnshp_ovr"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
134 : Object overlayImage = J2EEPlugin.getPlugin().getImage("frnkeyrelnshp_ovr"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
152 : return J2EEPlugin.getPlugin().getImage(imageName);
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
152 : return J2EEPlugin.getPlugin().getImage(imageName);
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
152 : return J2EEPlugin.getPlugin().getImage(imageName);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
349 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBRelationshipRoleItemProvider.java :
349 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbItemProviderAdapter.java :
18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbItemProviderAdapter.java :
43 : return J2EEPlugin.getPlugin().getImage("CreateChild");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbItemProviderAdapter.java :
43 : return J2EEPlugin.getPlugin().getImage("CreateChild");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbItemProviderAdapter.java :
43 : return J2EEPlugin.getPlugin().getImage("CreateChild");//$NON-NLS-1$
Discouraged access: The type EjbAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbItemProviderAdapterFactory.java :
37 : import org.eclipse.jst.j2ee.ejb.internal.util.EjbAdapterFactory;
Discouraged access: The type EjbAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbItemProviderAdapterFactory.java :
47 : public class EjbItemProviderAdapterFactory extends EjbAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The method isFactoryForType(Object) from the type EjbAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbItemProviderAdapterFactory.java :
544 : return super.isFactoryForType(type) || supportedTypes.contains(type);
Discouraged access: The field modelPackage from the type EjbAdapterFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbItemProviderAdapterFactory.java :
581 : if (theEClass.eContainer() == modelPackage) {
Discouraged access: The type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
25 : import org.eclipse.jst.j2ee.common.internal.provider.JNDIEnvRefsGroupItemProvider;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EnterpriseBeanItemProvider.java :
29 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
31 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceExtManager;
Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
32 : import org.eclipse.jst.j2ee.internal.webservices.WSDLServiceHelper;
Discouraged access: The type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
40 : public class EnterpriseBeanItemProvider extends JNDIEnvRefsGroupItemProvider {
Discouraged access: The constructor JNDIEnvRefsGroupItemProvider(AdapterFactory) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
48 : super(adapterFactory);
Discouraged access: The method getPropertyDescriptors(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
59 : super.getPropertyDescriptors(object);
Discouraged access: The method getChildrenReferences(Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
153 : super.getChildrenReferences(object);
Discouraged access: The method getChildReference(Object, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
170 : return super.getChildReference(object, child);
Discouraged access: The method notifyChanged(Notification) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
195 : super.notifyChanged(notification);
Discouraged access: The method collectNewChildDescriptors(Collection, Object) from the type JNDIEnvRefsGroupItemProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
207 : super.collectNewChildDescriptors(newChildDescriptors, object);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
239 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
239 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
254 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
254 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
254 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EnterpriseBeanItemProvider.java :
268 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {
Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EnterpriseBeanItemProvider.java :
268 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {
Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
269 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
269 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
269 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The method get13ServiceRefs(EObject) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
270 : myChildren.addAll(serviceHelper.get13ServiceRefs(bean));
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EnterpriseBeanItemProvider.java :
288 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {
Discouraged access: The field J2EE_1_3_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EnterpriseBeanItemProvider.java :
288 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {
Discouraged access: The type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
289 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
289 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The method getServiceHelper() from the type WSDLServiceExtManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
289 : WSDLServiceHelper serviceHelper = WSDLServiceExtManager.getServiceHelper();
Discouraged access: The method get13ServiceRefs(EObject) from the type WSDLServiceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EnterpriseBeanItemProvider.java :
290 : myChildren.addAll(serviceHelper.get13ServiceRefs(bean));
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
46 : return J2EEPlugin.getPlugin().getImage("bmpEntity_obj");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
109 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EntityItemProvider.java :
109 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
ExcludeListItemProvider.java :
21 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
ExcludeListItemProvider.java :
22 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
30 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
91 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateMethodElement_1")); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
91 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateMethodElement_1")); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
91 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + EJBProviderLibrariesResourceHandler.getString("CreateMethodElement_1")); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
116 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
116 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
116 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
211 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ExcludeListItemProvider.java :
211 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
54 : return J2EEPlugin.getPlugin().getImage(imageString);
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
54 : return J2EEPlugin.getPlugin().getImage(imageString);
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
54 : return J2EEPlugin.getPlugin().getImage(imageString);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
168 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenDestinationItemProvider.java :
168 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
MessageDrivenItemProvider.java :
23 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
MessageDrivenItemProvider.java :
24 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
94 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateCMPAttribute"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
94 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateCMPAttribute"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
94 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateCMPAttribute"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
117 : return J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
117 : return J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
117 : return J2EEPlugin.getPlugin().getImage("message_bean_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
298 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MessageDrivenItemProvider.java :
298 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.common.notify.Adapter is never used
MethodElementItemProvider.java :
18 : import org.eclipse.emf.common.notify.Adapter;
The import org.eclipse.emf.edit.provider.IDisposable is never used
MethodElementItemProvider.java :
27 : import org.eclipse.emf.edit.provider.IDisposable;
Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
MethodElementItemProvider.java :
34 : import org.eclipse.jst.j2ee.ejb.internal.impl.EjbFactoryImpl;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
35 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
MethodElementItemProvider.java :
43 : protected final static EjbPackage PACK_SF = EjbFactoryImpl.getPackage();
Discouraged access: The method getPackage() from the type EjbFactoryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
MethodElementItemProvider.java :
43 : protected final static EjbPackage PACK_SF = EjbFactoryImpl.getPackage();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
68 : base = J2EEPlugin.getPlugin().getImage("methElement_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
68 : base = J2EEPlugin.getPlugin().getImage("methElement_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
68 : base = J2EEPlugin.getPlugin().getImage("methElement_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
70 : base = J2EEPlugin.getPlugin().getImage("warn_tsk"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
70 : base = J2EEPlugin.getPlugin().getImage("warn_tsk"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
70 : base = J2EEPlugin.getPlugin().getImage("warn_tsk"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
90 : overlayImage = J2EEPlugin.getPlugin().getImage(overlayString);
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
90 : overlayImage = J2EEPlugin.getPlugin().getImage(overlayString);
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
90 : overlayImage = J2EEPlugin.getPlugin().getImage(overlayString);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
306 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodElementItemProvider.java :
306 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
MethodPermissionItemProvider.java :
23 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
MethodPermissionItemProvider.java :
24 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methPermission_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
243 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodPermissionItemProvider.java :
243 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
MethodTransactionItemProvider.java :
24 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
MethodTransactionItemProvider.java :
25 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
33 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
90 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateMethodElement");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methTransaction_obj");//$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methTransaction_obj");//$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
115 : return J2EEPlugin.getPlugin().getImage("methTransaction_obj");//$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
235 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
MethodTransactionItemProvider.java :
235 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
28 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
72 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
72 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
72 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "Create#CHILD_CLASS_NAME#"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
88 : return J2EEPlugin.getPlugin().getImage("db_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
88 : return J2EEPlugin.getPlugin().getImage("db_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
88 : return J2EEPlugin.getPlugin().getImage("db_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
199 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryItemProvider.java :
199 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
45 : return J2EEPlugin.getPlugin().getImage("query_method_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
45 : return J2EEPlugin.getPlugin().getImage("query_method_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
45 : return J2EEPlugin.getPlugin().getImage("query_method_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
113 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
QueryMethodItemProvider.java :
113 : return J2EEPlugin.getDefault();
The import org.eclipse.emf.edit.command.AddCommand is never used
RelationshipsItemProvider.java :
23 : import org.eclipse.emf.edit.command.AddCommand;
The import org.eclipse.emf.edit.command.RemoveCommand is never used
RelationshipsItemProvider.java :
24 : import org.eclipse.emf.edit.command.RemoveCommand;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
32 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
93 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateEJBRelation"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
93 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateEJBRelation"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
93 : return J2EEPlugin.getPlugin().getImage(refObject.eClass().getName() + "CreateEJBRelation"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
118 : return J2EEPlugin.getPlugin().getImage("Relationships"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
118 : return J2EEPlugin.getPlugin().getImage("Relationships"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
118 : return J2EEPlugin.getPlugin().getImage("Relationships"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
218 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RelationshipsItemProvider.java :
218 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
27 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
47 : return J2EEPlugin.getPlugin().getImage("RoleSource"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
47 : return J2EEPlugin.getPlugin().getImage("RoleSource"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
47 : return J2EEPlugin.getPlugin().getImage("RoleSource"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
180 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RoleSourceItemProvider.java :
180 : return J2EEPlugin.getDefault();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
26 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
50 : return J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$
Discouraged access: The method getPlugin() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
50 : return J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$
Discouraged access: The method getImage(String) from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
50 : return J2EEPlugin.getPlugin().getImage("sessionBean_obj"); //$NON-NLS-1$
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
115 : return J2EEPlugin.getDefault();
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
SessionItemProvider.java :
115 : return J2EEPlugin.getDefault();
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
27 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;
Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
28 : import org.eclipse.jst.j2ee.commonarchivecore.internal.CommonarchiveFactory;
Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
29 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
35 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
36 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
37 : import org.eclipse.jst.j2ee.internal.common.XMLResource;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
40 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
47 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
48 : import org.eclipse.wst.common.componentcore.internal.BinaryComponentHelper;
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
49 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
50 : import org.eclipse.wst.common.componentcore.internal.impl.ModuleURIUtil;
Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
51 : import org.eclipse.wst.common.componentcore.internal.util.IArtifactEditFactory;
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBArtifactEdit.java :
56 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;
Discouraged access: The type IArtifactEditFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
69 : public class EJBArtifactEdit extends EnterpriseArtifactEdit implements IArtifactEditFactory {
Discouraged access: The type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
93 : protected BinaryComponentHelper initBinaryComponentHelper(IVirtualComponent binaryModule) {
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
107 : super(aProject, toAccessAsReadOnly, forCreate, J2EEProjectUtilities.EJB);
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
117 : public EJBArtifactEdit(ArtifactEditModel model) {
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
165 : IVirtualResource ddResource = folder.findMember(J2EEConstants.EJBJAR_DD_SHORT_NAME);
Discouraged access: The field EJBJAR_DD_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
165 : IVirtualResource ddResource = folder.findMember(J2EEConstants.EJBJAR_DD_SHORT_NAME);
Discouraged access: The method getJ2EEVersionID() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
210 : return getEJBJarXmiResource().getJ2EEVersionID();
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
258 : String clientCompName = props.getProperty(CreationConstants.EJB_CLIENT_NAME);
Discouraged access: The field EJB_CLIENT_NAME from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
258 : String clientCompName = props.getProperty(CreationConstants.EJB_CLIENT_NAME);
Discouraged access: The method getResource(URI) from the type BinaryComponentHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
294 : return getBinaryComponentHelper().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
294 : return getBinaryComponentHelper().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The field EJBJAR_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
294 : return getBinaryComponentHelper().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The method getResource(URI) from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
296 : return getArtifactEditModel().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
296 : return getArtifactEditModel().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The field EJBJAR_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
296 : return getArtifactEditModel().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBArtifactEdit.java :
329 : if (!WorkbenchResourceHelper.getFile(res).exists())
Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBArtifactEdit.java :
329 : if (!WorkbenchResourceHelper.getFile(res).exists())
Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
342 : return XMLResource.EJB_TYPE;
Discouraged access: The field EJB_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
342 : return XMLResource.EJB_TYPE;
Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
358 : protected void addEJBJarIfNecessary(XMLResource aResource) {
Discouraged access: The method getModuleURI() from the type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
368 : URI moduleURI = getArtifactEditModel().getModuleURI();
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
370 : ejbJar.setDisplayName(StructureEdit.getDeployedName(moduleURI));
Discouraged access: The method getDeployedName(URI) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
370 : ejbJar.setDisplayName(StructureEdit.getDeployedName(moduleURI));
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
374 : aResource.setID(ejbJar, J2EEConstants.EJBJAR_ID);
Discouraged access: The field EJBJAR_ID from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
374 : aResource.setID(ejbJar, J2EEConstants.EJBJAR_ID);
Discouraged access: The method saveIfNecessary() from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
378 : aResource.saveIfNecessary();
Discouraged access: The method setModuleVersionID(int) from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
557 : res.setModuleVersionID(version);
Discouraged access: The method getRootObject() from the type TranslatorResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emf/@dot
EJBArtifactEdit.java :
559 : return ((EJBResource) getDeploymentDescriptorResource()).getRootObject();
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
571 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {
Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
571 : public Archive asArchive(boolean includeSource, boolean includeClasspathComponents) throws OpenFailureException {
Discouraged access: The method setExportSource(boolean) from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBArtifactEdit.java :
577 : loader.setExportSource(includeSource);
Discouraged access: The type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
578 : String uri = ModuleURIUtil.getHandleString(getComponent());
Discouraged access: The method getHandleString(IVirtualComponent) from the type ModuleURIUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBArtifactEdit.java :
578 : String uri = ModuleURIUtil.getHandleString(getComponent());
Discouraged access: The type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
579 : return CommonarchiveFactory.eINSTANCE.openEJBJarFile(loader, uri);
Discouraged access: The method openEJBJarFile(LoadStrategy, String) from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
579 : return CommonarchiveFactory.eINSTANCE.openEJBJarFile(loader, uri);
Discouraged access: The field eINSTANCE from the type CommonarchiveFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
579 : return CommonarchiveFactory.eINSTANCE.openEJBJarFile(loader, uri);
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
626 : return J2EEConstants.EJBJAR_DD_URI_OBJ;
Discouraged access: The field EJBJAR_DD_URI_OBJ from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBArtifactEdit.java :
626 : return J2EEConstants.EJBJAR_DD_URI_OBJ;
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBEditAdapterFactory.java :
17 : import org.eclipse.wst.common.componentcore.internal.ArtifactEditModel;
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBEditAdapterFactory.java :
28 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBEditAdapterFactory.java :
28 : ArtifactEditModel editModel = (ArtifactEditModel) adaptableObject;
Discouraged access: The method getProject() from the type EditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBEditAdapterFactory.java :
29 : if (JavaEEProjectUtilities.isEJBProject(editModel.getProject()))
Discouraged access: The type ArtifactEditModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBEditAdapterFactory.java :
30 : return new EJBArtifactEdit((ArtifactEditModel) adaptableObject);
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EjbFacetInstallDelegate.java :
20 : import org.eclipse.core.internal.resources.XMLWriter;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
37 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDelegate.java :
38 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
92 : IFile vf = ejbFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
92 : IFile vf = ejbFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
107 : IFile ejbJarXmlFile = ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI);
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
107 : IFile ejbJarXmlFile = ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI);
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EjbFacetInstallDelegate.java :
112 : ejbJarXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ejb-jar version=\"3.1\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) +" </display-name> \n </ejb-jar>"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EjbFacetInstallDelegate.java :
112 : ejbJarXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ejb-jar version=\"3.1\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) +" </display-name> \n </ejb-jar>"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EjbFacetInstallDelegate.java :
114 : ejbJarXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ejb-jar version=\"3.0\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) +" </display-name> \n </ejb-jar>"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getEscaped(String) from the type XMLWriter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EjbFacetInstallDelegate.java :
114 : ejbJarXmlContents = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ejb-jar version=\"3.0\" xmlns=\"http://java.sun.com/xml/ns/javaee\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd\">\n <display-name>" + XMLWriter.getEscaped(project.getName()) +" </display-name> \n </ejb-jar>"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
125 : if (!ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI).exists()) {
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDelegate.java :
125 : if (!ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI).exists()) {
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDelegate.java :
127 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDelegate.java :
127 : int nVer = J2EEVersionUtil.convertVersionStringToInt(ver);
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
33 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
34 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
35 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
39 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
40 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
41 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
43 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbFacetPostInstallDelegate.java :
53 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
84 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString
Discouraged access: The method convertVersionIntToString(int) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
84 : String j2eeVersionText = J2EEVersionUtil.convertVersionIntToString (J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(ver));
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
85 : (J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(ver));
Discouraged access: The method convertEJBVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
85 : (J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(ver));
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
109 : c.setMetaProperty(CreationConstants.EJB_CLIENT_NAME, clientProjectName);
Discouraged access: The field EJB_CLIENT_NAME from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
109 : c.setMetaProperty(CreationConstants.EJB_CLIENT_NAME, clientProjectName);
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
112 : c.setMetaProperty(CreationConstants.CLIENT_JAR_URI, clientURI);
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
112 : c.setMetaProperty(CreationConstants.CLIENT_JAR_URI, clientURI);
Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
188 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
188 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbFacetPostInstallDelegate.java :
218 : IDataModel dm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbFacetPostInstallDelegate.java :
218 : IDataModel dm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
236 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
236 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
244 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;
Discouraged access: The field META_INF from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
244 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
246 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));
Discouraged access: The field MANIFEST_SHORT_NAME from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetPostInstallDelegate.java :
246 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
251 : IDataModel updateManifestDataModel = DataModelFactory.createDataModel(UpdateManifestDataModelProvider.class);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
252 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, ejbprojectName);
Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbFacetPostInstallDelegate.java :
252 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, ejbprojectName);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
253 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbFacetPostInstallDelegate.java :
253 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
254 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbFacetPostInstallDelegate.java :
254 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
255 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbFacetPostInstallDelegate.java :
255 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
255 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The method convertClasspathStringToList(String) from the type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbFacetPostInstallDelegate.java :
255 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
278 : String clienturi = props.getProperty(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
278 : String clienturi = props.getProperty(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
289 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
289 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
298 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetPostInstallDelegate.java :
298 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClientJARCreationConstants.java :
17 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClientJARCreationConstants.java :
27 : String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
ClientJARCreationConstants.java :
27 : String DOT_JAR = IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The type J2EEComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
14 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentExportDataModelProvider;
Discouraged access: The type JavaEEComponentExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
15 : import org.eclipse.jst.j2ee.internal.archive.operations.JavaEEComponentExportOperation;
Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
16 : import org.eclipse.jst.j2ee.internal.earcreation.EARCreationResourceHandler;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
17 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
18 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type J2EEComponentExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
21 : public class EJBComponentExportDataModelProvider extends J2EEComponentExportDataModelProvider {
Discouraged access: The constructor J2EEComponentExportDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
24 : super();
Discouraged access: The constructor JavaEEComponentExportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
29 : return new JavaEEComponentExportOperation(model);
Discouraged access: The type JavaEEComponentExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
29 : return new JavaEEComponentExportOperation(model);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
34 : return J2EEProjectUtilities.EJB;
Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
39 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_AN_EJB, new Object[]{projectName});
Discouraged access: The method getString(String, Object[]) from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
39 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_AN_EJB, new Object[]{projectName});
Discouraged access: The type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
39 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_AN_EJB, new Object[]{projectName});
Discouraged access: The field NOT_AN_EJB from the type EARCreationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
39 : return EARCreationResourceHandler.getString(EARCreationResourceHandler.NOT_AN_EJB, new Object[]{projectName});
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
44 : return IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
44 : return IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The method validate(String) from the type J2EEArtifactExportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportDataModelProvider.java :
49 : IStatus status = super.validate(propertyName);
Discouraged access: The type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
14 : import org.eclipse.jst.j2ee.application.internal.operations.J2EEComponentImportDataModelProvider;
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
16 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
18 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
19 : import org.eclipse.jst.j2ee.internal.common.XMLResource;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
26 : import org.eclipse.jst.jee.util.internal.JavaEEQuickPeek;
Discouraged access: The type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
42 : public final class EJBComponentImportDataModelProvider extends J2EEComponentImportDataModelProvider implements IEJBComponentImportDataModelProperties {
Discouraged access: The type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
46 : return XMLResource.EJB_TYPE;
Discouraged access: The field EJB_TYPE from the type XMLResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
46 : return XMLResource.EJB_TYPE;
Discouraged access: The type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
50 : protected void handleUnknownType(JavaEEQuickPeek jqp) {
Discouraged access: The method setType(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
51 : jqp.setType(J2EEVersionConstants.EJB_TYPE);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
51 : jqp.setType(J2EEVersionConstants.EJB_TYPE);
Discouraged access: The field EJB_TYPE from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
51 : jqp.setType(J2EEVersionConstants.EJB_TYPE);
Discouraged access: The method setVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
52 : jqp.setVersion(J2EEVersionConstants.EJB_3_1_ID);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
52 : jqp.setVersion(J2EEVersionConstants.EJB_3_1_ID);
Discouraged access: The field EJB_3_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
52 : jqp.setVersion(J2EEVersionConstants.EJB_3_1_ID);
Discouraged access: The method setJavaEEVersion(int) from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
53 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
53 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);
Discouraged access: The field JEE_6_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
53 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
66 : IDataModel ejbFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.EJB );
Discouraged access: The method propertySet(String, Object) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
73 : boolean set = super.propertySet(propertyName, propertyValue);
Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
75 : if (getArchiveWrapper() != null) {
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
87 : IDataModel ejbFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.EJB );
Discouraged access: The method getInterpretedSpecVersion(ArchiveWrapper) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
88 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();
Discouraged access: The method getVersion() from the type JavaEEQuickPeek is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBComponentImportDataModelProvider.java :
88 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();
Discouraged access: The method getArchiveWrapper() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
88 : int version = getInterpretedSpecVersion(getArchiveWrapper()).getVersion();
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
89 : String versionText = J2EEVersionUtil.getEJBTextVersion( version );
Discouraged access: The method getEJBTextVersion(int) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
89 : String versionText = J2EEVersionUtil.getEJBTextVersion( version );
Discouraged access: The method updateWorkingCopyFacetVersion(IDataModel, IDataModel) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
91 : updateWorkingCopyFacetVersion(moduleDM, ejbFacetDataModel);
Discouraged access: The method updateJavaFacetVersion() from the type J2EEComponentImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
92 : updateJavaFacetVersion();
Discouraged access: The method init() from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
97 : super.init();
Discouraged access: The method getArchiveOptions(IPath) from the type J2EEArtifactImportDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportDataModelProvider.java :
106 : ArchiveOptions archiveOptions = super.getArchiveOptions(archivePath);
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDataModelProvider.java :
18 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
19 : import org.eclipse.jst.j2ee.internal.common.J2EEVersionUtil;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
20 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
22 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences;
Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
26 : import org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The field EJB_CONTENT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
51 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The field EJB_CONTENT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
53 : return J2EEPlugin.getDefault().getJ2EEPreferences().getString(J2EEPreferences.Keys.EJB_CONTENT_FOLDER);
Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
59 : IStatus status = ProjectCreationDataModelProviderNew.validateName(clientProjectName);
Discouraged access: The method validateName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
59 : IStatus status = ProjectCreationDataModelProviderNew.validateName(clientProjectName);
Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
63 : status = ProjectCreationDataModelProviderNew.validateName(clientProjectName + append);
Discouraged access: The method validateName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
63 : status = ProjectCreationDataModelProviderNew.validateName(clientProjectName + append);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
72 : return clientProjectURI + IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
72 : return clientProjectURI + IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
75 : return projectName + IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
75 : return projectName + IJ2EEModuleConstants.JAR_EXT;
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
81 : if (J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.EJB_3_0_ID) {
Discouraged access: The method convertVersionStringToInt(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
81 : if (J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.EJB_3_0_ID) {
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDataModelProvider.java :
81 : if (J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.EJB_3_0_ID) {
Discouraged access: The field EJB_3_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbFacetInstallDataModelProvider.java :
81 : if (J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.EJB_3_0_ID) {
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The method getBoolean(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The field EJB_GENERATE_DD from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
82 : return J2EEPlugin.getDefault().getJ2EEPreferences().getBoolean(J2EEPreferences.Keys.EJB_GENERATE_DD);
Discouraged access: The type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
91 : return J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(version.getVersionString());
Discouraged access: The method convertEJBVersionStringToJ2EEVersionID(String) from the type J2EEVersionUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
91 : return J2EEVersionUtil.convertEJBVersionStringToJ2EEVersionID(version.getVersionString());
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
124 : model.setStringProperty(CLIENT_URI, clientProjectURI + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetInstallDataModelProvider.java :
124 : model.setStringProperty(CLIENT_URI, clientProjectURI + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
165 : IStatus status = ProjectCreationDataModelProviderNew.validateName( projectName );
Discouraged access: The method validateName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
165 : IStatus status = ProjectCreationDataModelProviderNew.validateName( projectName );
Discouraged access: The type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
174 : IStatus status = ProjectCreationDataModelProviderNew.validateName( clientURI );
Discouraged access: The method validateName(String) from the type ProjectCreationDataModelProviderNew is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbFacetInstallDataModelProvider.java :
174 : IStatus status = ProjectCreationDataModelProviderNew.validateName( clientURI );
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
18 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
19 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPreferences.Keys;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The method getDefault() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The method getJ2EEPreferences() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The method getString(String) from the type J2EEPreferences is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The type J2EEPreferences.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The field EJB_OUTPUT_FOLDER from the type JavaEEPreferencesInitializer.Keys is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbFacetProjectCreationDataModelProvider.java :
50 : J2EEPlugin.getDefault().getJ2EEPreferences().getString(Keys.EJB_OUTPUT_FOLDER) );
Discouraged access: The type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
22 : import org.eclipse.jst.j2ee.ejb.internal.impl.EJBJarImpl;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
23 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
24 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
27 : import org.eclipse.wst.common.componentcore.internal.ComponentcoreFactory;
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
28 : import org.eclipse.wst.common.componentcore.internal.Property;
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
29 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
30 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
Discouraged access: The type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
64 : final EJBJarImpl ejbres = (EJBJarImpl) ejbEdit.getDeploymentDescriptorRoot();
Discouraged access: The type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
64 : final EJBJarImpl ejbres = (EJBJarImpl) ejbEdit.getDeploymentDescriptorRoot();
Discouraged access: The method getEjbClientJar() from the type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
65 : final String ejbClientJar = ejbres.getEjbClientJar();
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
66 : if (ejbClientJar != null && ejbClientJar.equals(originalProjectName + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
66 : if (ejbClientJar != null && ejbClientJar.equals(originalProjectName + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The method setEjbClientJar(String) from the type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
68 : ejbres.setEjbClientJar(null);
Discouraged access: The method setEjbClientJar(String) from the type EJBJarImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UpdateEJBClientRefOp.java :
71 : ejbres.setEjbClientJar(newProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
71 : ejbres.setEjbClientJar(newProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
71 : ejbres.setEjbClientJar(newProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
83 : StructureEdit core = null;
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
85 : core = StructureEdit.getStructureEditForWrite(dependentMetadata.getProject());
Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
85 : core = StructureEdit.getStructureEditForWrite(dependentMetadata.getProject());
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
87 : WorkbenchComponent component = core.getComponent();
Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
87 : WorkbenchComponent component = core.getComponent();
Discouraged access: The method getProperties() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
92 : List propList = component.getProperties();
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
94 : final Property prop = (Property) propList.get(i);
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
94 : final Property prop = (Property) propList.get(i);
Discouraged access: The method getName() from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
95 : if (prop.getName().equals(CreationConstants.EJB_CLIENT_NAME) && prop.getValue().equals(originalMetadata.getProjectName())) {
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
95 : if (prop.getName().equals(CreationConstants.EJB_CLIENT_NAME) && prop.getValue().equals(originalMetadata.getProjectName())) {
Discouraged access: The field EJB_CLIENT_NAME from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
95 : if (prop.getName().equals(CreationConstants.EJB_CLIENT_NAME) && prop.getValue().equals(originalMetadata.getProjectName())) {
Discouraged access: The method getValue() from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
95 : if (prop.getName().equals(CreationConstants.EJB_CLIENT_NAME) && prop.getValue().equals(originalMetadata.getProjectName())) {
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
98 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
98 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The method createProperty() from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
98 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
98 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The method setName(String) from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
99 : newProp.setName(CreationConstants.EJB_CLIENT_NAME);
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
99 : newProp.setName(CreationConstants.EJB_CLIENT_NAME);
Discouraged access: The field EJB_CLIENT_NAME from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
99 : newProp.setName(CreationConstants.EJB_CLIENT_NAME);
Discouraged access: The method setValue(String) from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
100 : newProp.setValue(refactoredMetadata.getProjectName());
Discouraged access: The method getName() from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The method getValue() from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
105 : } else if (prop.getName().equals(CreationConstants.CLIENT_JAR_URI) && prop.getValue().equals(originalMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT)) {
Discouraged access: The type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
108 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
108 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The method createProperty() from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
108 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The field eINSTANCE from the type ComponentcoreFactory is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
108 : final Property newProp = ComponentcoreFactory.eINSTANCE.createProperty();
Discouraged access: The method setName(String) from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
109 : newProp.setName(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
109 : newProp.setName(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
109 : newProp.setName(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The method setValue(String) from the type Property is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
110 : newProp.setValue(refactoredMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
110 : newProp.setValue(refactoredMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
UpdateEJBClientRefOp.java :
110 : newProp.setValue(refactoredMetadata.getProjectName() + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
120 : core.saveIfNecessary(null);
Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
UpdateEJBClientRefOp.java :
121 : core.dispose();
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
15 : import org.eclipse.jst.j2ee.commonarchivecore.internal.Archive;
Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
16 : import org.eclipse.jst.j2ee.commonarchivecore.internal.File;
Discouraged access: The type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
17 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.SaveFilter;
Discouraged access: The type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
25 : public class BatchDeploySaveFilter implements SaveFilter {
Discouraged access: The type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
26 : protected SaveFilter target;
Discouraged access: The type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
34 : public BatchDeploySaveFilter(SaveFilter targetFilter) {
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
44 : public boolean shouldSave(java.lang.String uri, Archive anArchive) {
Discouraged access: The type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
45 : File aFile = null;
Discouraged access: The method getFile(String) from the type Container is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
47 : aFile = anArchive.getFile(uri);
Discouraged access: The method getLoadingContainer() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
53 : return aFile.getLoadingContainer() != anArchive || targetShouldSave(uri, anArchive);
Discouraged access: The type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
56 : protected boolean targetShouldSave(String uri, Archive anArchive) {
Discouraged access: The method shouldSave(String, Archive) from the type SaveFilter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
BatchDeploySaveFilter.java :
57 : return target == null || target.shouldSave(uri, anArchive);
Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EJBClientJARRemovalOperation.java :
20 : import org.eclipse.core.internal.resources.ResourceException;
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
41 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestOperation;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJARRemovalOperation.java :
42 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJARRemovalOperation.java :
44 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
46 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
47 : import org.eclipse.jst.j2ee.internal.plugin.LibCopyBuilder;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
48 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
54 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceComponentsDataModelProvider;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
55 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
60 : import org.eclipse.wst.common.frameworks.internal.operations.IOperationHandler;
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
96 : protected IOperationHandler operationHandler;
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
112 : operationHandler = (IOperationHandler)model.getProperty( IEjbClientProjectRemovalDataModelProperties.OP_HANDLER );
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
126 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst( ejbProject, null );
Discouraged access: The method getSourceFolderOrFirst(IProject, String) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
126 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst( ejbProject, null );
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
284 : list.add(clientProject.getName() + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
284 : list.add(clientProject.getName() + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
287 : UpdateManifestOperation removeOp = new EJBClientManifestUtility().getRemoveOperation(ejbProject, earProjects[0], list, clientProject);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
290 : removeOp.execute( createSubProgressMonitor(1), null);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJARRemovalOperation.java :
295 : ArchiveManifest clientMf = J2EEProjectUtilities.readManifest(clientProject);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
295 : ArchiveManifest clientMf = J2EEProjectUtilities.readManifest(clientProject);
Discouraged access: The method readManifest(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
295 : ArchiveManifest clientMf = J2EEProjectUtilities.readManifest(clientProject);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
298 : String[] mfEntries = clientMf.getClassPathTokenized();
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
309 : UpdateManifestOperation addOp = new EJBClientManifestUtility().getAddOperation(ejbProject, earProjects[0], result);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
312 : addOp.execute( createSubProgressMonitor(1), null );
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
382 : segment.endsWith(IModuleConstants.COMPONENT_FILE_NAME) ||
Discouraged access: The field COMPONENT_FILE_NAME from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
382 : segment.endsWith(IModuleConstants.COMPONENT_FILE_NAME) ||
Discouraged access: The type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
433 : IFolder folder = ejbProject.getFolder(LibCopyBuilder.IMPORTED_CLASSES_PATH);
Discouraged access: The field IMPORTED_CLASSES_PATH from the type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJARRemovalOperation.java :
433 : IFolder folder = ejbProject.getFolder(LibCopyBuilder.IMPORTED_CLASSES_PATH);
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJARRemovalOperation.java :
461 : return J2EEConstants.MANIFEST_URI.equals(relativeURI);
Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJARRemovalOperation.java :
461 : return J2EEConstants.MANIFEST_URI.equals(relativeURI);
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
474 : int answer = IOperationHandler.YES_TO_ALL;
Discouraged access: The field YES_TO_ALL from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
474 : int answer = IOperationHandler.YES_TO_ALL;
Discouraged access: The method canContinueWithAllCheckAllowCancel(String) from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
476 : answer = operationHandler.canContinueWithAllCheckAllowCancel(message);
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
478 : case IOperationHandler.YES :
Discouraged access: The field YES from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
478 : case IOperationHandler.YES :
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
480 : case IOperationHandler.YES_TO_ALL :
Discouraged access: The field YES_TO_ALL from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
480 : case IOperationHandler.YES_TO_ALL :
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
483 : case IOperationHandler.NO :
Discouraged access: The field NO from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
483 : case IOperationHandler.NO :
Discouraged access: The type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
485 : case IOperationHandler.CANCEL :
Discouraged access: The field CANCEL from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
485 : case IOperationHandler.CANCEL :
Discouraged access: The constructor RemoveReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
514 : IDataModel dm = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());
Discouraged access: The type RemoveReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBClientJARRemovalOperation.java :
514 : IDataModel dm = DataModelFactory.createDataModel(new RemoveReferenceComponentsDataModelProvider());
Discouraged access: The type ResourceException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
EJBClientJARRemovalOperation.java :
536 : }catch(ResourceException e){
Discouraged access: The method canContinue(String) from the type IOperationHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EJBClientJARRemovalOperation.java :
556 : if (operationHandler == null || operationHandler.canContinue(message))
Discouraged access: The type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBClientJarCreationHelper.java :
39 : import org.eclipse.jem.internal.adapters.jdom.JDOMSearchHelper;
Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJarCreationHelper.java :
42 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;
Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJarCreationHelper.java :
172 : String norm = ArchiveUtil.deriveEARRelativeURI(mfEntries[i], jarURI);
Discouraged access: The method deriveEARRelativeURI(String, String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientJarCreationHelper.java :
172 : String norm = ArchiveUtil.deriveEARRelativeURI(mfEntries[i], jarURI);
Discouraged access: The type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBClientJarCreationHelper.java :
248 : IType type = JDOMSearchHelper.findType(javaClass.getJavaPackage().getName(), javaClass.getSimpleName(), jProj);
Discouraged access: The method findType(String, String, IJavaProject) from the type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBClientJarCreationHelper.java :
248 : IType type = JDOMSearchHelper.findType(javaClass.getJavaPackage().getName(), javaClass.getSimpleName(), jProj);
Discouraged access: The type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJarFileMoveOperation.java :
39 : import org.eclipse.jst.j2ee.internal.plugin.LibCopyBuilder;
Discouraged access: The type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJarFileMoveOperation.java :
180 : IFolder folder = clientProject.getFolder(LibCopyBuilder.IMPORTED_CLASSES_PATH);
Discouraged access: The field IMPORTED_CLASSES_PATH from the type LibCopyBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientJarFileMoveOperation.java :
180 : IFolder folder = clientProject.getFolder(LibCopyBuilder.IMPORTED_CLASSES_PATH);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
13 : import org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest;
Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
14 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;
Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
15 : import org.eclipse.jst.j2ee.application.internal.operations.ClassPathSelection;
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
16 : import org.eclipse.jst.j2ee.application.internal.operations.ClasspathElement;
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
17 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
18 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
19 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestOperation;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientManifestUtility.java :
20 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
21 : import org.eclipse.jst.j2ee.internal.plugin.J2EEPlugin;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
22 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
40 : private ClassPathSelection classPathSelection;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
41 : private ArchiveManifest manifest;
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
47 : public UpdateManifestOperation getAddOperation(IProject project, IProject ear, List jars) {
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
51 : public UpdateManifestOperation getRemoveOperation(IProject project, IProject ear, List jars, IProject referenced) {
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
55 : public UpdateManifestOperation getInvertOperation(IProject project, IProject ear,
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
60 : private UpdateManifestOperation handle(int type, IProject project, IProject ear, List jars) {
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
64 : private UpdateManifestOperation handle(int type, IProject project, IProject ear, List jars, IProject opposite, IProject referenced) {
Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
74 : manifest = ManifestUtilities.getNonBinaryComponentManifest(component, new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The method getNonBinaryComponentManifest(IVirtualComponent, IPath) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
74 : manifest = ManifestUtilities.getNonBinaryComponentManifest(component, new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientManifestUtility.java :
74 : manifest = ManifestUtilities.getNonBinaryComponentManifest(component, new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBClientManifestUtility.java :
74 : manifest = ManifestUtilities.getNonBinaryComponentManifest(component, new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The constructor ClassPathSelection(IVirtualComponent, IVirtualComponent, ArchiveManifest) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
75 : classPathSelection = new ClassPathSelection(component, earComponent, manifest);
Discouraged access: The type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
75 : classPathSelection = new ClassPathSelection(component, earComponent, manifest);
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
83 : UpdateManifestOperation mfOperation = createManifestOperation();
Discouraged access: The type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
97 : IStatus result = J2EEPlugin.getWorkspace().validateEdit(files, null);
Discouraged access: The method getWorkspace() from the type J2EEPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
97 : IStatus result = J2EEPlugin.getWorkspace().validateEdit(files, null);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
109 : IFile aFile = J2EEProjectUtilities.getManifestFile(project);
Discouraged access: The method getManifestFile(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
109 : IFile aFile = J2EEProjectUtilities.getManifestFile(project);
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
120 : private UpdateManifestOperation createManifestOperation() {
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
121 : IDataModel updateManifestDataModel = DataModelFactory.createDataModel(UpdateManifestDataModelProvider.class);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
122 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());
Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
122 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
123 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
123 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(classPathSelection.toString()));
Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(classPathSelection.toString()));
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(classPathSelection.toString()));
Discouraged access: The method convertClasspathStringToList(String) from the type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(classPathSelection.toString()));
Discouraged access: The method toString() from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
124 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(classPathSelection.toString()));
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
125 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( project));
Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
125 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( project));
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
125 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( project));
Discouraged access: The method getManifestFile(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
125 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( project));
Discouraged access: The constructor UpdateManifestOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
126 : return new UpdateManifestOperation(updateManifestDataModel);
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
126 : return new UpdateManifestOperation(updateManifestDataModel);
Discouraged access: The method invertClientJARSelection(IProject, IProject) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
150 : classPathSelection.invertClientJARSelection( referencedProject, oppositeProject);
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
153 : protected void setSelection(ClasspathElement element, boolean val) {
Discouraged access: The method setSelected(boolean) from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
154 : element.setSelected(val);
Discouraged access: The method setClassPath(String) from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EJBClientManifestUtility.java :
155 : manifest.setClassPath(classPathSelection.toString());
Discouraged access: The method toString() from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
155 : manifest.setClassPath(classPathSelection.toString());
Discouraged access: The method hasDirectOrIndirectDependencyTo(IProject) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
159 : if (classPathSelection == null || classPathSelection.hasDirectOrIndirectDependencyTo(referencedProject))
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
161 : ClasspathElement element = classPathSelection.getClasspathElement(referencedProject);
Discouraged access: The method getClasspathElement(IProject) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
161 : ClasspathElement element = classPathSelection.getClasspathElement(referencedProject);
Discouraged access: The method hasDirectOrIndirectDependencyTo(String) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
170 : if (classPathSelection == null || classPathSelection.hasDirectOrIndirectDependencyTo(jarName))
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
172 : ClasspathElement element = classPathSelection.getClasspathElement(jarName);
Discouraged access: The method getClasspathElement(String) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
172 : ClasspathElement element = classPathSelection.getClasspathElement(jarName);
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
183 : ClasspathElement element = classPathSelection.getClasspathElement(jarName);
Discouraged access: The method getClasspathElement(String) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
183 : ClasspathElement element = classPathSelection.getClasspathElement(jarName);
Discouraged access: The method isValid() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
184 : if (element != null && element.isValid())
Discouraged access: The type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
191 : ClasspathElement element = classPathSelection.getClasspathElement(referencedProject);
Discouraged access: The method getClasspathElement(IProject) from the type ClassPathSelection is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
191 : ClasspathElement element = classPathSelection.getClasspathElement(referencedProject);
Discouraged access: The method isValid() from the type ClasspathElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBClientManifestUtility.java :
192 : if (element != null && element.isValid())
Discouraged access: The type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportOperation.java :
13 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactExportOperation;
Discouraged access: The type J2EEArtifactExportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportOperation.java :
19 : public class EJBComponentExportOperation extends J2EEArtifactExportOperation {
Discouraged access: The constructor J2EEArtifactExportOperation() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportOperation.java :
22 : super();
Discouraged access: The constructor J2EEArtifactExportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentExportOperation.java :
26 : super(model);
Discouraged access: The type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportOperation.java :
19 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEArtifactImportOperation;
Discouraged access: The type J2EEArtifactImportOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportOperation.java :
23 : public class EJBComponentImportOperation extends J2EEArtifactImportOperation {
Discouraged access: The constructor J2EEArtifactImportOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentImportOperation.java :
26 : super(dataModel);
Discouraged access: The type J2EEComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
14 : import org.eclipse.jst.j2ee.internal.archive.operations.J2EEComponentLoadStrategyImpl;
Discouraged access: The type J2EEComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
18 : public class EJBComponentLoadStrategyImpl extends J2EEComponentLoadStrategyImpl {
Discouraged access: The constructor J2EEComponentLoadStrategyImpl(IVirtualComponent, boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
25 : super(vComponent, includeClasspathComponents);
Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
29 : if(artifactEdit == null){
Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
30 : artifactEdit = EJBArtifactEdit.getEJBArtifactEditForRead(vComponent);
Discouraged access: The field vComponent from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
30 : artifactEdit = EJBArtifactEdit.getEJBArtifactEditForRead(vComponent);
Discouraged access: The field artifactEdit from the type ComponentLoadStrategyImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBComponentLoadStrategyImpl.java :
32 : return artifactEdit;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientJarCreationDataModelProvider.java :
24 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientJarCreationDataModelProvider.java :
82 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.CLIENT_SAME_NAME_AS_EJB);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientJarCreationDataModelProvider.java :
82 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.CLIENT_SAME_NAME_AS_EJB);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientJarCreationDataModelProvider.java :
87 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.EJB_JAR_already_has_client_Jar_);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientJarCreationDataModelProvider.java :
87 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.EJB_JAR_already_has_client_Jar_);
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
34 : import org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationDataModelProvider;
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
35 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProperties;
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
36 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestDataModelProvider;
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
37 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestOperation;
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
38 : import org.eclipse.jst.j2ee.commonarchivecore.internal.helpers.ArchiveManifest;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
40 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
41 : import org.eclipse.jst.j2ee.internal.common.CreationConstants;
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
42 : import org.eclipse.jst.j2ee.internal.plugin.IJ2EEModuleConstants;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
43 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
54 : import org.eclipse.wst.common.componentcore.internal.operation.CreateReferenceComponentsDataModelProvider;
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
55 : import org.eclipse.wst.common.componentcore.internal.operation.FacetProjectCreationOperation;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
56 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
96 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(ejbproject, null);
Discouraged access: The method getSourceFolderOrFirst(IProject, String) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
96 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(ejbproject, null);
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
113 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );
Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
113 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
114 : IDataModel utildm = map.getFacetDataModel( J2EEProjectUtilities.UTILITY );
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
132 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The constructor FacetProjectCreationOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
132 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
132 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
134 : stat = op.execute( monitor, null );
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
140 : c.setMetaProperty(CreationConstants.EJB_CLIENT_NAME, projectName );
Discouraged access: The field EJB_CLIENT_NAME from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
140 : c.setMetaProperty(CreationConstants.EJB_CLIENT_NAME, projectName );
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
143 : c.setMetaProperty(CreationConstants.CLIENT_JAR_URI, clientURI);
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
143 : c.setMetaProperty(CreationConstants.CLIENT_JAR_URI, clientURI);
Discouraged access: The constructor AddComponentToEnterpriseApplicationDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
201 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The type AddComponentToEnterpriseApplicationDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
201 : IDataModel dm = DataModelFactory.createDataModel(new AddComponentToEnterpriseApplicationDataModelProvider());
Discouraged access: The constructor CreateReferenceComponentsDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
231 : IDataModel dm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
Discouraged access: The type CreateReferenceComponentsDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientJarCreationOperation.java :
231 : IDataModel dm = DataModelFactory.createDataModel(new CreateReferenceComponentsDataModelProvider());
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
252 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The field MANIFEST_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
252 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
257 : IDataModel updateManifestDataModel = DataModelFactory.createDataModel(UpdateManifestDataModelProvider.class);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
258 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, ejbprojectName);
Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
258 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, ejbprojectName);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
259 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
259 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
260 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
260 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, manifestmf);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
261 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
261 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
261 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The method convertClasspathStringToList(String) from the type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
261 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, UpdateManifestDataModelProvider.convertClasspathStringToList(clientURI));
Discouraged access: The type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
297 : String clienturi = props.getProperty(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The field CLIENT_JAR_URI from the type CreationConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
297 : String clienturi = props.getProperty(CreationConstants.CLIENT_JAR_URI);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
304 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
304 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
311 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The field JAR_EXT from the type IJ2EEModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
311 : ejbres.setEjbClientJar(clientProjectName + IJ2EEModuleConstants.JAR_EXT);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
345 : ArchiveManifest ejbMf = J2EEProjectUtilities.readManifest( ejbProject );
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
345 : ArchiveManifest ejbMf = J2EEProjectUtilities.readManifest( ejbProject );
Discouraged access: The method readManifest(IProject) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
345 : ArchiveManifest ejbMf = J2EEProjectUtilities.readManifest( ejbProject );
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
348 : String[] mfEntries = ejbMf.getClassPathTokenized();
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
357 : UpdateManifestOperation addOp = new EJBClientManifestUtility().getAddOperation(clientProject, earProjects[i], normalized);
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientJarCreationOperation.java :
358 : UpdateManifestOperation removeOp = new EJBClientManifestUtility().getRemoveOperation(ejbProject, earProjects[i], normalized, null);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
361 : addOp.execute( new SubProgressMonitor(sub, 1), null );
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
EjbClientJarCreationOperation.java :
362 : removeOp.execute( new SubProgressMonitor(sub, 1), null );
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
371 : IPath ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EjbClientJarCreationOperation.java :
371 : IPath ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientProjectCreationDataModelProvider.java :
24 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientProjectCreationDataModelProvider.java :
71 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.CLIENT_SAME_NAME_AS_EJB);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientProjectCreationDataModelProvider.java :
71 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.CLIENT_SAME_NAME_AS_EJB);
Discouraged access: The type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientProjectCreationDataModelProvider.java :
76 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.EJB_JAR_already_has_client_Jar_);
Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.frameworks/@dot
EjbClientProjectCreationDataModelProvider.java :
76 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.EJB_JAR_already_has_client_Jar_);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientProjectCreationOperation.java :
21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
27 : import org.eclipse.wst.common.componentcore.internal.operation.FacetProjectCreationOperation;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
28 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
58 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );
Discouraged access: The field JST_JAVA from the type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
58 : IDataModel javadm = map.getFacetDataModel( IModuleConstants.JST_JAVA );
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EjbClientProjectCreationOperation.java :
59 : IDataModel utildm = map.getFacetDataModel( J2EEProjectUtilities.UTILITY );
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
89 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The constructor FacetProjectCreationOperation(IDataModel) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
89 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
89 : FacetProjectCreationOperation op = new FacetProjectCreationOperation(dm);
Discouraged access: The method execute(IProgressMonitor, IAdaptable) from the type FacetProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EjbClientProjectCreationOperation.java :
91 : stat = op.execute( monitor, null );
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
InvertClientJARDependencyCompoundOperation.java :
24 : import org.eclipse.jst.j2ee.application.internal.operations.UpdateManifestOperation;
Discouraged access: The type UpdateManifestOperation is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
InvertClientJARDependencyCompoundOperation.java :
74 : UpdateManifestOperation invertOp = new EJBClientManifestUtility().getInvertOperation(
Discouraged access: The type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
36 : import org.eclipse.jem.internal.adapters.jdom.JDOMSearchHelper;
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
37 : import org.eclipse.jem.internal.plugin.JavaEMFNature;
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
45 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EARFile;
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
46 : import org.eclipse.jst.j2ee.commonarchivecore.internal.EJBJarFile;
Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
47 : import org.eclipse.jst.j2ee.commonarchivecore.internal.ModuleFile;
Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
48 : import org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException;
Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
49 : import org.eclipse.jst.j2ee.commonarchivecore.internal.util.ArchiveUtil;
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
61 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBHelper.java :
62 : import org.eclipse.jst.j2ee.internal.validation.AWorkbenchMOFHelper;
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
63 : import org.eclipse.jst.j2ee.model.internal.validation.EJBValidator;
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
64 : import org.eclipse.jst.j2ee.model.internal.validation.EJBValidatorModelEnum;
Discouraged access: The type InvalidInputException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
65 : import org.eclipse.jst.j2ee.model.internal.validation.InvalidInputException;
Discouraged access: The type MessageUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
66 : import org.eclipse.jst.j2ee.model.internal.validation.MessageUtility;
Discouraged access: The type ValidationRuleUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
67 : import org.eclipse.jst.j2ee.model.internal.validation.ValidationRuleUtility;
Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBHelper.java :
70 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBHelper.java :
72 : import org.eclipse.wst.common.internal.emfworkbench.WorkbenchResourceHelper;
Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
73 : import org.eclipse.wst.validation.internal.operations.WorkbenchReporter;
Discouraged access: The type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBHelper.java :
79 : public class EJBHelper extends AWorkbenchMOFHelper {
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
92 : private EJBJarFile ejbJarFile = null;
Discouraged access: The constructor AWorkbenchMOFHelper() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBHelper.java :
96 : super();
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
115 : registerModel(EJBValidatorModelEnum.EJB, "loadBeans", new Class[]{JavaClass.class}); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
115 : registerModel(EJBValidatorModelEnum.EJB, "loadBeans", new Class[]{JavaClass.class}); //$NON-NLS-1$
Discouraged access: The field EJB from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
115 : registerModel(EJBValidatorModelEnum.EJB, "loadBeans", new Class[]{JavaClass.class}); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
116 : registerModel(EJBValidatorModelEnum.CHILDREN, "loadChildren", new Class[]{IReporter.class, Set.class}); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
116 : registerModel(EJBValidatorModelEnum.CHILDREN, "loadChildren", new Class[]{IReporter.class, Set.class}); //$NON-NLS-1$
Discouraged access: The field CHILDREN from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
116 : registerModel(EJBValidatorModelEnum.CHILDREN, "loadChildren", new Class[]{IReporter.class, Set.class}); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
117 : registerModel(EJBValidatorModelEnum.EJB_MODEL, "loadEjbModel"); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
117 : registerModel(EJBValidatorModelEnum.EJB_MODEL, "loadEjbModel"); //$NON-NLS-1$
Discouraged access: The field EJB_MODEL from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
117 : registerModel(EJBValidatorModelEnum.EJB_MODEL, "loadEjbModel"); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
118 : registerModel(EJBValidatorModelEnum.EJB_FILE, "loadEjbFile"); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
118 : registerModel(EJBValidatorModelEnum.EJB_FILE, "loadEjbFile"); //$NON-NLS-1$
Discouraged access: The field EJB_FILE from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
118 : registerModel(EJBValidatorModelEnum.EJB_FILE, "loadEjbFile"); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
119 : registerModel(EJBValidatorModelEnum.EJB_CLIENTJAR, "loadClientJAR", new Class[]{String.class}); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
119 : registerModel(EJBValidatorModelEnum.EJB_CLIENTJAR, "loadClientJAR", new Class[]{String.class}); //$NON-NLS-1$
Discouraged access: The field EJB_CLIENTJAR from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
119 : registerModel(EJBValidatorModelEnum.EJB_CLIENTJAR, "loadClientJAR", new Class[]{String.class}); //$NON-NLS-1$
Discouraged access: The method registerModel(String, String, Class[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
120 : registerModel(EJBValidatorModelEnum.REMOVE_OLD_MESSAGES, "removeOldMessages", new Class[]{IReporter.class, Map.class}); //$NON-NLS-1$
Discouraged access: The type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
120 : registerModel(EJBValidatorModelEnum.REMOVE_OLD_MESSAGES, "removeOldMessages", new Class[]{IReporter.class, Map.class}); //$NON-NLS-1$
Discouraged access: The field REMOVE_OLD_MESSAGES from the type EJBValidatorModelEnum is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
120 : registerModel(EJBValidatorModelEnum.REMOVE_OLD_MESSAGES, "removeOldMessages", new Class[]{IReporter.class, Map.class}); //$NON-NLS-1$
Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
130 : public void cleanup(WorkbenchReporter reporter) {
Discouraged access: The method close() from the type Archive is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
153 : ejbJarFile.close();
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
182 : } else if (object instanceof EJBJarFile) {
Discouraged access: The method getName() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
183 : return ((EJBJarFile) object).getName();
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
183 : return ((EJBJarFile) object).getName();
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
184 : } else if (object instanceof EARFile) {
Discouraged access: The method getName() from the type File is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
185 : return ((EARFile) object).getName();
Discouraged access: The type EARFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
185 : return ((EARFile) object).getName();
Discouraged access: The method getDescription(Object) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
216 : return super.getDescription(object);
Discouraged access: The method getResource(Object) from the type AWorkbenchMOFHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
EJBHelper.java :
221 : IResource result = super.getResource(object);
Discouraged access: The type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBHelper.java :
235 : return WorkbenchResourceHelper.getFile(((EObject) object).eResource());
Discouraged access: The method getFile(Resource) from the type WorkbenchResourceHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot
EJBHelper.java :
235 : return WorkbenchResourceHelper.getFile(((EObject) object).eResource());
Discouraged access: The type ModuleFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
268 : } else if (obj instanceof ModuleFile) {
Discouraged access: The method isRegistered(String) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
277 : if (isRegistered(symbolicName)) {
Discouraged access: The method loadModel(String, Object[]) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
279 : return super.loadModel(symbolicName, parms);
Discouraged access: The method getProgressMonitor() from the type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
339 : IProgressMonitor monitor = ((WorkbenchReporter) reporter).getProgressMonitor();
Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
339 : IProgressMonitor monitor = ((WorkbenchReporter) reporter).getProgressMonitor();
Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
502 : IVirtualComponent comp = ComponentCore.createComponent(getProject());
Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBHelper.java :
503 : edit = ComponentUtilities.getArtifactEditForRead(comp);
Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBHelper.java :
503 : edit = ComponentUtilities.getArtifactEditForRead(comp);
Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
507 : } catch (OpenFailureException e1) {
Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
518 : IVirtualComponent comp = ComponentCore.createComponent(getProject());
Discouraged access: The type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBHelper.java :
519 : edit = ComponentUtilities.getArtifactEditForRead(comp);
Discouraged access: The method getArtifactEditForRead(IVirtualComponent) from the type ComponentUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
EJBHelper.java :
519 : edit = ComponentUtilities.getArtifactEditForRead(comp);
Discouraged access: The type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
522 : ejbJarFile = (EJBJarFile)((EnterpriseArtifactEdit) edit).asArchive(false);
Discouraged access: The method getDeploymentDescriptor() from the type EJBJarFile is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
523 : ejbJar = ejbJarFile.getDeploymentDescriptor();
Discouraged access: The type OpenFailureException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
524 : } catch (OpenFailureException e1) {
Discouraged access: The method initialize() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
570 : super.initialize();
Discouraged access: The type ValidationRuleUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
630 : return ValidationRuleUtility.getType(type.getFullyQualifiedName(), resourceSet);
Discouraged access: The method getType(String, ResourceSet) from the type ValidationRuleUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
630 : return ValidationRuleUtility.getType(type.getFullyQualifiedName(), resourceSet);
Discouraged access: The type InvalidInputException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
631 : } catch (InvalidInputException e) {
Discouraged access: The type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
643 : return JDOMSearchHelper.findType(clazz.getJavaPackage().getName(), clazz.getName(), javaProj);
Discouraged access: The method findType(String, String, IJavaProject) from the type JDOMSearchHelper is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
643 : return JDOMSearchHelper.findType(clazz.getJavaPackage().getName(), clazz.getName(), javaProj);
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
674 : JavaEMFNature nature = JavaEMFNature.getRuntime(getProject());
Discouraged access: The type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
674 : JavaEMFNature nature = JavaEMFNature.getRuntime(getProject());
Discouraged access: The method getRuntime(IProject) from the type JavaEMFNature is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jem.workbench/@dot
EJBHelper.java :
674 : JavaEMFNature nature = JavaEMFNature.getRuntime(getProject());
Discouraged access: The method getProject() from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
674 : JavaEMFNature nature = JavaEMFNature.getRuntime(getProject());
Discouraged access: The method getPortableName(IResource) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
701 : return super.getPortableName(resource);
Discouraged access: The method getPortableName(IResource) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
707 : return super.getPortableName(resource);
Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
709 : return ArchiveUtil.classNameToJavaUri(clazz.getQualifiedName());
Discouraged access: The method classNameToJavaUri(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
709 : return ArchiveUtil.classNameToJavaUri(clazz.getQualifiedName());
Discouraged access: The method getPortableName(IResource) from the type WorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
713 : return super.getPortableName(resource);
Discouraged access: The type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
715 : return ArchiveUtil.classNameToUri(clazz.getQualifiedName());
Discouraged access: The method classNameToUri(String) from the type ArchiveUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
715 : return ArchiveUtil.classNameToUri(clazz.getQualifiedName());
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
717 : return J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
717 : return J2EEConstants.EJBJAR_DD_URI;
Discouraged access: The type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
729 : WorkbenchReporter.removeAllMessages(jp.getProject(), EJBValidator.getValidator());
Discouraged access: The method removeAllMessages(IResource, IValidator) from the type WorkbenchReporter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
EJBHelper.java :
729 : WorkbenchReporter.removeAllMessages(jp.getProject(), EJBValidator.getValidator());
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
729 : WorkbenchReporter.removeAllMessages(jp.getProject(), EJBValidator.getValidator());
Discouraged access: The method getValidator() from the type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
729 : WorkbenchReporter.removeAllMessages(jp.getProject(), EJBValidator.getValidator());
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
741 : EJBValidator.TargetObject to = (EJBValidator.TargetObject) iterator.next();
Discouraged access: The type AbstractEJBValidator.TargetObject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
741 : EJBValidator.TargetObject to = (EJBValidator.TargetObject) iterator.next();
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
741 : EJBValidator.TargetObject to = (EJBValidator.TargetObject) iterator.next();
Discouraged access: The type AbstractEJBValidator.TargetObject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
741 : EJBValidator.TargetObject to = (EJBValidator.TargetObject) iterator.next();
Discouraged access: The method getTargetParent() from the type AbstractEJBValidator.TargetObject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
742 : Object targetParent = to.getTargetParent();
Discouraged access: The method getTarget() from the type AbstractEJBValidator.TargetObject is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
743 : Object target = to.getTarget();
Discouraged access: The type MessageUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
744 : String groupName = MessageUtility.getGroupName(targetParent);
Discouraged access: The method getGroupName(Object) from the type MessageUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
744 : String groupName = MessageUtility.getGroupName(targetParent);
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
745 : reporter.removeMessageSubset(EJBValidator.getValidator(), target, groupName);
Discouraged access: The method getValidator() from the type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
EJBHelper.java :
745 : reporter.removeMessageSubset(EJBValidator.getValidator(), target, groupName);
Discouraged access: The type IEJBValidatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
16 : import org.eclipse.jst.j2ee.model.internal.validation.IEJBValidatorConstants;
Discouraged access: The type J2EEValidationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
17 : import org.eclipse.jst.j2ee.model.internal.validation.J2EEValidationResourceHandler;
Discouraged access: The type IEJBValidatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
25 : public final static String VALIDATION_PROP_FILE_NAME = IEJBValidatorConstants.BUNDLE_NAME;
Discouraged access: The field BUNDLE_NAME from the type IEJBValidatorConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
25 : public final static String VALIDATION_PROP_FILE_NAME = IEJBValidatorConstants.BUNDLE_NAME;
Discouraged access: The type J2EEValidationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
37 : return J2EEValidationResourceHandler.getExternalizedMessage(VALIDATION_PROP_FILE_NAME, key, getHandler().getClass());
Discouraged access: The method getExternalizedMessage(String, String, Class) from the type J2EEValidationResourceHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
ResourceHandler.java :
37 : return J2EEValidationResourceHandler.getExternalizedMessage(VALIDATION_PROP_FILE_NAME, key, getHandler().getClass());
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
20 : import org.eclipse.jst.j2ee.internal.J2EEConstants;
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
21 : import org.eclipse.jst.j2ee.model.internal.validation.EJBValidator;
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
26 : import org.eclipse.wst.validation.internal.operations.IWorkbenchContext;
Discouraged access: The type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
33 : public class UIEjbValidator extends EJBValidator {
Discouraged access: The constructor EJBValidator() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
39 : super();
Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
44 : org.eclipse.wst.validation.internal.core.ValidationException {
Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
47 : IProject proj = ((IWorkbenchContext) inHelper).getProject();
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
47 : IProject proj = ((IWorkbenchContext) inHelper).getProject();
Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type EJBValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
53 : return super.validateInJob(inHelper, inReporter);
Discouraged access: The method getProject() from the type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
66 : IProject project = ((IWorkbenchContext) helper).getProject();
Discouraged access: The type IWorkbenchContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.validation/@dot
UIEjbValidator.java :
66 : IProject project = ((IWorkbenchContext) helper).getProject();
Discouraged access: The type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
70 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.EJBJAR_DD_URI));
Discouraged access: The field EJBJAR_DD_URI from the type J2EEConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
UIEjbValidator.java :
70 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.EJBJAR_DD_URI));