Compiler Report

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 )

Source File: org/eclipse/jst/j2ee/ejb/internal/deployables/EJBDeployableArtifactAdapterUtil.java
1. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

124 : if (file.getProjectRelativePath().toString().endsWith(J2EEConstants.EJBJAR_DD_URI))

6. WARNING: DiscouragedReference

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))

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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

EJBDeployableArtifactAdapterUtil.java :

150 : Iterator iterator = Arrays.asList(ServerUtil.getModules(J2EEProjectUtilities.EJB)).iterator();

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/AddEnterpriseBeanOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: UnusedImport

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/AddMessageDrivenBeanOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: UnusedImport

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;

4. WARNING: DiscouragedReference

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() {

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/AddSessionBeanOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: UnusedImport

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;

4. WARNING: DiscouragedReference

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() {

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/CreateEnterpriseBeanTemplateModel.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/CreateMessageDrivenBeanTemplateModel.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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));

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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))

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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() {

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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();

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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())) {

18. WARNING: DiscouragedReference

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())) {

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/CreateSessionBeanTemplateModel.java
1. WARNING: DiscouragedReference

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();

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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))

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/INewEnterpriseBeanClassDataModelProperties.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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 {

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/LocalComponentInterfaceTemplate.java
1. WARNING: DiscouragedReference

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) {

2. WARNING: DiscouragedReference

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) {

3. WARNING: DiscouragedReference

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() );

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/MessageDrivenBeanTemplate.java
1. WARNING: DiscouragedReference

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);

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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) {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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() );

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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()) {

9. WARNING: DiscouragedReference

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()) {

10. WARNING: DiscouragedReference

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()) {

11. WARNING: DiscouragedReference

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() );

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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()) {

15. WARNING: DiscouragedReference

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() );

16. WARNING: DiscouragedReference

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()) {

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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) {

20. WARNING: DiscouragedReference

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()) {

21. WARNING: DiscouragedReference

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()) {

22. WARNING: DiscouragedReference

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() );

23. WARNING: DiscouragedReference

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() );

24. WARNING: DiscouragedReference

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() );

25. WARNING: DiscouragedReference

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() );

26. WARNING: DiscouragedReference

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() );

27. WARNING: DiscouragedReference

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() );

28. WARNING: DiscouragedReference

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()) {

29. WARNING: DiscouragedReference

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()) {

30. WARNING: DiscouragedReference

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() );

31. WARNING: DiscouragedReference

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() );

32. WARNING: DiscouragedReference

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() );

33. WARNING: DiscouragedReference

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() );

34. WARNING: DiscouragedReference

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() );

35. WARNING: DiscouragedReference

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() );

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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()) {

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewEnterpriseBeanClassDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewEnterpriseBeanClassDataModelProvider.java :

38 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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)){

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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)) {

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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)) {

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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

NewEnterpriseBeanClassDataModelProvider.java :

100 : return WTPCommonPlugin.createErrorStatus(msg);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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)) {

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewEnterpriseBeanClassOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: UnusedImport

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewMessageDrivenBeanClassDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedImport

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;

3. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewMessageDrivenBeanClassDataModelProvider.java :

29 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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)){

6. WARNING: DiscouragedReference

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)) {

7. WARNING: DiscouragedReference

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)) {

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewMessageDrivenBeanClassOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: UnusedImport

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewSessionBeanClassDataModelProvider.java
1. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: UnusedImport

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;

6. WARNING: UnusedImport

The import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider is never used

NewSessionBeanClassDataModelProvider.java :

58 : import org.eclipse.wst.common.frameworks.datamodel.IDataModelProvider;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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)) {

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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)) {

17. WARNING: DiscouragedReference

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)) {

18. WARNING: DiscouragedReference

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)) {

19. WARNING: DiscouragedReference

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)) {

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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)) {

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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)) {

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

339 : return WTPCommonPlugin.createErrorStatus(EJBCreationResourceHandler.ERR_SINGLETON_NOT_ALLOWED);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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);

31. WARNING: DiscouragedReference

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));

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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(

34. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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() }));

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

495 : return WTPCommonPlugin.createErrorStatus(msg);

40. WARNING: DiscouragedReference

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();

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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;

45. WARNING: DiscouragedReference

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;

46. WARNING: DiscouragedReference

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();

47. WARNING: DiscouragedReference

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());

48. WARNING: DiscouragedReference

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());

49. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

512 : retVal = version >= J2EEVersionConstants.VERSION_3_1;

50. WARNING: DiscouragedReference

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;

51. WARNING: DiscouragedReference

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());

52. WARNING: DiscouragedReference

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());

53. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

518 : retVal = version >= J2EEVersionConstants.VERSION_3_0;

54. WARNING: DiscouragedReference

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;

55. WARNING: DiscouragedReference

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());

56. WARNING: DiscouragedReference

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());

57. WARNING: DiscouragedReference

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

NewSessionBeanClassDataModelProvider.java :

524 : retVal = version >= J2EEVersionConstants.VERSION_3_0;

58. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/NewSessionBeanClassOperation.java
1. WARNING: UnusedImport

The import java.lang.reflect.InvocationTargetException is never used

NewSessionBeanClassOperation.java :

19 : import java.lang.reflect.InvocationTargetException;

2. WARNING: DiscouragedReference

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;

3. WARNING: UnusedImport

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: UnusedImport

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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())) {

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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 {

12. WARNING: DiscouragedReference

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 {

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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())) {

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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());

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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;

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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;

26. WARNING: DiscouragedReference

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;

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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;

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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;

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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();

37. WARNING: DiscouragedReference

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();

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/RemoteComponentInterfaceTemplate.java
1. WARNING: DiscouragedReference

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) {

2. WARNING: DiscouragedReference

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) {

3. WARNING: DiscouragedReference

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() );

Source File: org/eclipse/jst/j2ee/ejb/internal/operations/SessionBeanTemplate.java
1. WARNING: DiscouragedReference

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);

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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) {

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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() );

7. WARNING: DiscouragedReference

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() );

8. WARNING: DiscouragedReference

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()) {

9. WARNING: DiscouragedReference

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()) {

10. WARNING: DiscouragedReference

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()) {

11. WARNING: DiscouragedReference

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() );

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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()) {

15. WARNING: DiscouragedReference

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() );

16. WARNING: DiscouragedReference

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()) {

17. WARNING: DiscouragedReference

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();

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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) {

20. WARNING: DiscouragedReference

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()) {

21. WARNING: DiscouragedReference

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()) {

22. WARNING: DiscouragedReference

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() );

23. WARNING: DiscouragedReference

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() );

24. WARNING: DiscouragedReference

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() );

25. WARNING: DiscouragedReference

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() );

26. WARNING: DiscouragedReference

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() );

27. WARNING: DiscouragedReference

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() );

28. WARNING: DiscouragedReference

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()) {

29. WARNING: DiscouragedReference

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()) {

30. WARNING: DiscouragedReference

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()) {

31. WARNING: DiscouragedReference

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() );

32. WARNING: DiscouragedReference

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() );

33. WARNING: DiscouragedReference

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() );

34. WARNING: DiscouragedReference

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() );

35. WARNING: DiscouragedReference

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() );

36. WARNING: DiscouragedReference

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() );

37. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/ejb/internal/plugin/EjbModuleExtensionImpl.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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 {

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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) {

9. WARNING: DiscouragedReference

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) {

10. WARNING: DiscouragedReference

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) {

11. WARNING: DiscouragedReference

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) {

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/internal/plugin/EjbPlugin.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

EjbPlugin.java :

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

4. WARNING: DiscouragedReference

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

EjbPlugin.java :

37 : public class EjbPlugin extends WTPPlugin implements ResourceLocator {

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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());

7. WARNING: DiscouragedReference

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());

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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

EjbPlugin.java :

185 : super.start(context);

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/ActivationConfigItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/ActivationConfigPropertyItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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();

3. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/AssemblyDescriptorItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

AssemblyDescriptorItemProvider.java :

24 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

AssemblyDescriptorItemProvider.java :

25 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/CMPAttributeItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/CMRFieldItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/ContainerManagedEntityItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

ContainerManagedEntityItemProvider.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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();

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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

ContainerManagedEntityItemProvider.java :

234 : case J2EEVersionConstants.EJB_1_0_ID :

7. WARNING: DiscouragedReference

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 :

8. WARNING: DiscouragedReference

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

ContainerManagedEntityItemProvider.java :

235 : case J2EEVersionConstants.EJB_1_1_ID :

9. WARNING: DiscouragedReference

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 :

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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

ContainerManagedEntityItemProvider.java :

237 : case J2EEVersionConstants.EJB_2_0_ID :

14. WARNING: DiscouragedReference

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 :

15. WARNING: DiscouragedReference

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$

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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$

18. WARNING: DiscouragedReference

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

ContainerManagedEntityItemProvider.java :

239 : case J2EEVersionConstants.EJB_2_1_ID :

19. WARNING: DiscouragedReference

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 :

20. WARNING: DiscouragedReference

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$

21. WARNING: DiscouragedReference

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$

22. WARNING: DiscouragedReference

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$

23. WARNING: DiscouragedReference

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$

24. WARNING: DiscouragedReference

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$

25. WARNING: DiscouragedReference

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$

26. WARNING: DiscouragedReference

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));

27. WARNING: DiscouragedReference

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));

28. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EJBJarItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ITreeItemContentProvider is never used

EJBJarItemProvider.java :

26 : import org.eclipse.emf.edit.provider.ITreeItemContentProvider;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

EJBJarItemProvider.java :

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

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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 {

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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();

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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$

15. WARNING: DiscouragedReference

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$

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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

EJBJarItemProvider.java :

188 : case J2EEVersionConstants.EJB_1_0_ID :

18. WARNING: DiscouragedReference

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 :

19. WARNING: DiscouragedReference

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

EJBJarItemProvider.java :

191 : case J2EEVersionConstants.EJB_1_1_ID :

20. WARNING: DiscouragedReference

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 :

21. WARNING: DiscouragedReference

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

EJBJarItemProvider.java :

194 : case J2EEVersionConstants.EJB_2_0_ID :

22. WARNING: DiscouragedReference

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 :

23. WARNING: DiscouragedReference

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

EJBJarItemProvider.java :

197 : case J2EEVersionConstants.EJB_2_1_ID :

24. WARNING: DiscouragedReference

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 :

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EJBMethodCategoryItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EJBProviderLibrariesResourceHandler.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EJBRelationItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

EJBRelationItemProvider.java :

23 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

EJBRelationItemProvider.java :

24 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EJBRelationshipRoleItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

EJBRelationshipRoleItemProvider.java :

25 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

EJBRelationshipRoleItemProvider.java :

26 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.ItemProviderAdapter is never used

EJBRelationshipRoleItemProvider.java :

31 : import org.eclipse.emf.edit.provider.ItemProviderAdapter;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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$

14. WARNING: DiscouragedReference

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$

15. WARNING: DiscouragedReference

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$

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EjbItemProviderAdapter.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EjbItemProviderAdapterFactory.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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) {

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EnterpriseBeanItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

EnterpriseBeanItemProvider.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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();

14. WARNING: DiscouragedReference

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();

15. WARNING: DiscouragedReference

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$

16. WARNING: DiscouragedReference

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$

17. WARNING: DiscouragedReference

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$

18. WARNING: DiscouragedReference

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

EnterpriseBeanItemProvider.java :

268 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {

19. WARNING: DiscouragedReference

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) {

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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));

24. WARNING: DiscouragedReference

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

EnterpriseBeanItemProvider.java :

288 : if (bean.getEjbJar().getJ2EEVersionID() <= J2EEVersionConstants.J2EE_1_3_ID) {

25. WARNING: DiscouragedReference

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) {

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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();

28. WARNING: DiscouragedReference

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();

29. WARNING: DiscouragedReference

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));

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/EntityItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/ExcludeListItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

ExcludeListItemProvider.java :

21 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

ExcludeListItemProvider.java :

22 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MessageDrivenDestinationItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MessageDrivenItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

MessageDrivenItemProvider.java :

23 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

MessageDrivenItemProvider.java :

24 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MethodElementItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.common.notify.Adapter is never used

MethodElementItemProvider.java :

18 : import org.eclipse.emf.common.notify.Adapter;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.provider.IDisposable is never used

MethodElementItemProvider.java :

27 : import org.eclipse.emf.edit.provider.IDisposable;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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$

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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();

17. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MethodPermissionItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

MethodPermissionItemProvider.java :

23 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

MethodPermissionItemProvider.java :

24 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/MethodTransactionItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

MethodTransactionItemProvider.java :

24 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

MethodTransactionItemProvider.java :

25 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/QueryItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/QueryMethodItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/RelationshipsItemProvider.java
1. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.AddCommand is never used

RelationshipsItemProvider.java :

23 : import org.eclipse.emf.edit.command.AddCommand;

2. WARNING: UnusedImport

The import org.eclipse.emf.edit.command.RemoveCommand is never used

RelationshipsItemProvider.java :

24 : import org.eclipse.emf.edit.command.RemoveCommand;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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$

6. WARNING: DiscouragedReference

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$

7. WARNING: DiscouragedReference

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$

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/RoleSourceItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/provider/SessionItemProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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$

3. WARNING: DiscouragedReference

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$

4. WARNING: DiscouragedReference

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$

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/ejb/componentcore/util/EJBArtifactEdit.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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 {

15. WARNING: DiscouragedReference

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) {

16. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

107 : super(aProject, toAccessAsReadOnly, forCreate, J2EEProjectUtilities.EJB);

17. WARNING: DiscouragedReference

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) {

18. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

165 : IVirtualResource ddResource = folder.findMember(J2EEConstants.EJBJAR_DD_SHORT_NAME);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

294 : return getBinaryComponentHelper().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

296 : return getArtifactEditModel().getResource(J2EEConstants.EJBJAR_DD_URI_OBJ);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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())

30. WARNING: DiscouragedReference

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())

31. WARNING: DiscouragedReference

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;

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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) {

34. WARNING: DiscouragedReference

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();

35. WARNING: DiscouragedReference

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));

36. WARNING: DiscouragedReference

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));

37. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

374 : aResource.setID(ejbJar, J2EEConstants.EJBJAR_ID);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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();

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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 {

43. WARNING: DiscouragedReference

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 {

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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());

46. WARNING: DiscouragedReference

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());

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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

EJBArtifactEdit.java :

626 : return J2EEConstants.EJBJAR_DD_URI_OBJ;

51. WARNING: DiscouragedReference

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;

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

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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()))

5. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/project/facet/EjbFacetInstallDelegate.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

EjbFacetInstallDelegate.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EjbFacetInstallDelegate.java :

92 : IFile vf = ejbFolder.getFile(new Path(J2EEConstants.MANIFEST_URI));

5. WARNING: DiscouragedReference

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));

6. WARNING: DiscouragedReference

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

EjbFacetInstallDelegate.java :

107 : IFile ejbJarXmlFile = ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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$

9. WARNING: DiscouragedReference

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$

10. WARNING: DiscouragedReference

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$

11. WARNING: DiscouragedReference

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$

12. WARNING: DiscouragedReference

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

EjbFacetInstallDelegate.java :

125 : if (!ejbFolder.getFile(J2EEConstants.EJBJAR_DD_URI).exists()) {

13. WARNING: DiscouragedReference

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()) {

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/ejb/project/facet/EjbFacetPostInstallDelegate.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EjbFacetPostInstallDelegate.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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));

11. WARNING: DiscouragedReference

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));

12. WARNING: DiscouragedReference

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));

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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());

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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());

21. WARNING: DiscouragedReference

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

EjbFacetPostInstallDelegate.java :

236 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

22. WARNING: DiscouragedReference

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));

23. WARNING: DiscouragedReference

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

EjbFacetPostInstallDelegate.java :

244 : String manifestFolder = IPath.SEPARATOR + model.getStringProperty(IJ2EEModuleFacetInstallDataModelProperties.CONFIG_FOLDER) + IPath.SEPARATOR + J2EEConstants.META_INF;

24. WARNING: DiscouragedReference

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;

25. WARNING: DiscouragedReference

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

EjbFacetPostInstallDelegate.java :

246 : manifestmf = container.getFile(new Path(J2EEConstants.MANIFEST_SHORT_NAME));

26. WARNING: DiscouragedReference

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));

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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));

35. WARNING: DiscouragedReference

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));

36. WARNING: DiscouragedReference

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));

37. WARNING: DiscouragedReference

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));

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/project/operations/ClientJARCreationConstants.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/internal/ejb/project/operations/EJBComponentExportDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

EJBComponentExportDataModelProvider.java :

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

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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

EJBComponentExportDataModelProvider.java :

34 : return J2EEProjectUtilities.EJB;

11. WARNING: DiscouragedReference

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});

12. WARNING: DiscouragedReference

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});

13. WARNING: DiscouragedReference

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});

14. WARNING: DiscouragedReference

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});

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/project/operations/EJBComponentImportDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

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

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

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

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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 {

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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) {

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

51 : jqp.setType(J2EEVersionConstants.EJB_TYPE);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

52 : jqp.setVersion(J2EEVersionConstants.EJB_3_1_ID);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

53 : jqp.setJavaEEVersion(J2EEVersionConstants.JEE_6_0_ID);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

66 : IDataModel ejbFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.EJB );

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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) {

23. WARNING: DiscouragedReference

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

EJBComponentImportDataModelProvider.java :

87 : IDataModel ejbFacetDataModel = map.getFacetDataModel( J2EEProjectUtilities.EJB );

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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();

27. WARNING: DiscouragedReference

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 );

28. WARNING: DiscouragedReference

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 );

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/project/operations/EjbFacetInstallDataModelProvider.java
1. WARNING: DiscouragedReference

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

EjbFacetInstallDataModelProvider.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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;

26. WARNING: DiscouragedReference

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;

27. WARNING: DiscouragedReference

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;

28. WARNING: DiscouragedReference

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;

29. WARNING: DiscouragedReference

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) {

30. WARNING: DiscouragedReference

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) {

31. WARNING: DiscouragedReference

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

EjbFacetInstallDataModelProvider.java :

81 : if (J2EEVersionUtil.convertVersionStringToInt(facetVersion) >= J2EEVersionConstants.EJB_3_0_ID) {

32. WARNING: DiscouragedReference

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) {

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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());

41. WARNING: DiscouragedReference

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());

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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 );

45. WARNING: DiscouragedReference

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 );

46. WARNING: DiscouragedReference

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 );

47. WARNING: DiscouragedReference

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 );

Source File: org/eclipse/jst/j2ee/internal/ejb/project/operations/EjbFacetProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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) );

4. WARNING: DiscouragedReference

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) );

5. WARNING: DiscouragedReference

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) );

6. WARNING: DiscouragedReference

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) );

7. WARNING: DiscouragedReference

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) );

8. WARNING: DiscouragedReference

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) );

Source File: org/eclipse/jst/j2ee/internal/ejb/refactor/UpdateEJBClientRefOp.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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();

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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)) {

12. WARNING: DiscouragedReference

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)) {

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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());

19. WARNING: DiscouragedReference

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());

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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())) {

26. WARNING: DiscouragedReference

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())) {

27. WARNING: DiscouragedReference

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())) {

28. WARNING: DiscouragedReference

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())) {

29. WARNING: DiscouragedReference

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();

30. WARNING: DiscouragedReference

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();

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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();

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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());

37. WARNING: DiscouragedReference

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)) {

38. WARNING: DiscouragedReference

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)) {

39. WARNING: DiscouragedReference

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)) {

40. WARNING: DiscouragedReference

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)) {

41. WARNING: DiscouragedReference

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)) {

42. WARNING: DiscouragedReference

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)) {

43. WARNING: DiscouragedReference

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();

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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();

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/BatchDeploySaveFilter.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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) {

7. WARNING: DiscouragedReference

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) {

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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) {

12. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBClientJARRemovalOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

EJBClientJARRemovalOperation.java :

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

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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

EJBClientJARRemovalOperation.java :

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

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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 );

13. WARNING: DiscouragedReference

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

EJBClientJARRemovalOperation.java :

126 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst( ejbProject, null );

14. WARNING: DiscouragedReference

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 );

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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

EJBClientJARRemovalOperation.java :

295 : ArchiveManifest clientMf = J2EEProjectUtilities.readManifest(clientProject);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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 );

25. WARNING: DiscouragedReference

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) ||

26. WARNING: DiscouragedReference

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) ||

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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

EJBClientJARRemovalOperation.java :

461 : return J2EEConstants.MANIFEST_URI.equals(relativeURI);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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;

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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 :

35. WARNING: DiscouragedReference

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 :

36. WARNING: DiscouragedReference

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 :

37. WARNING: DiscouragedReference

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 :

38. WARNING: DiscouragedReference

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 :

39. WARNING: DiscouragedReference

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 :

40. WARNING: DiscouragedReference

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 :

41. WARNING: DiscouragedReference

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 :

42. WARNING: DiscouragedReference

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());

43. WARNING: DiscouragedReference

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());

44. WARNING: DiscouragedReference

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){

45. WARNING: DiscouragedReference

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))

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBClientJarCreationHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBClientJarFileMoveOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBClientManifestUtility.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

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

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

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

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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) {

14. WARNING: DiscouragedReference

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) {

15. WARNING: DiscouragedReference

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,

16. WARNING: DiscouragedReference

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) {

17. WARNING: DiscouragedReference

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) {

18. WARNING: DiscouragedReference

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));

19. WARNING: DiscouragedReference

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));

20. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

74 : manifest = ManifestUtilities.getNonBinaryComponentManifest(component, new Path(J2EEConstants.MANIFEST_URI));

21. WARNING: DiscouragedReference

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));

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

109 : IFile aFile = J2EEProjectUtilities.getManifestFile(project);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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() {

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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());

32. WARNING: DiscouragedReference

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());

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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()));

36. WARNING: DiscouragedReference

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()));

37. WARNING: DiscouragedReference

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()));

38. WARNING: DiscouragedReference

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()));

39. WARNING: DiscouragedReference

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()));

40. WARNING: DiscouragedReference

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));

41. WARNING: DiscouragedReference

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));

42. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

125 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, J2EEProjectUtilities.getManifestFile( project));

43. WARNING: DiscouragedReference

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));

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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) {

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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

EJBClientManifestUtility.java :

155 : manifest.setClassPath(classPathSelection.toString());

50. WARNING: DiscouragedReference

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());

51. WARNING: DiscouragedReference

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))

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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))

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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);

59. WARNING: DiscouragedReference

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())

60. WARNING: DiscouragedReference

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);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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())

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBComponentExportOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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();

4. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBComponentImportOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EJBComponentLoadStrategyImpl.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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 {

3. WARNING: DiscouragedReference

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);

4. WARNING: DiscouragedReference

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){

5. WARNING: DiscouragedReference

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);

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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;

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EjbClientJarCreationDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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);

4. WARNING: DiscouragedReference

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_);

5. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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_);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EjbClientJarCreationOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

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

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

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

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

96 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(ejbproject, null);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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 );

16. WARNING: DiscouragedReference

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 );

17. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

114 : IDataModel utildm = map.getFacetDataModel( J2EEProjectUtilities.UTILITY );

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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 );

22. WARNING: DiscouragedReference

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 );

23. WARNING: DiscouragedReference

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 );

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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());

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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());

29. WARNING: DiscouragedReference

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());

30. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

252 : IVirtualFile vf = ejbComponent.getRootFolder().getFile(new Path(J2EEConstants.MANIFEST_URI));

31. WARNING: DiscouragedReference

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));

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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);

39. WARNING: DiscouragedReference

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));

40. WARNING: DiscouragedReference

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));

41. WARNING: DiscouragedReference

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));

42. WARNING: DiscouragedReference

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));

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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 );

50. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

345 : ArchiveManifest ejbMf = J2EEProjectUtilities.readManifest( ejbProject );

51. WARNING: DiscouragedReference

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 );

52. WARNING: DiscouragedReference

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();

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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);

55. WARNING: DiscouragedReference

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 );

56. WARNING: DiscouragedReference

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 );

57. WARNING: DiscouragedReference

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

EjbClientJarCreationOperation.java :

371 : IPath ddFilePath = new Path(J2EEConstants.EJBJAR_DD_URI);

58. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EjbClientProjectCreationDataModelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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);

3. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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);

4. WARNING: DiscouragedReference

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_);

5. WARNING: DiscouragedReference

Discouraged access: The method createErrorStatus(String) from the type WTPCommonPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/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_);

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/EjbClientProjectCreationOperation.java
1. WARNING: DiscouragedReference

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

EjbClientProjectCreationOperation.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 );

5. WARNING: DiscouragedReference

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 );

6. WARNING: DiscouragedReference

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

EjbClientProjectCreationOperation.java :

59 : IDataModel utildm = map.getFacetDataModel( J2EEProjectUtilities.UTILITY );

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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);

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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 );

Source File: org/eclipse/jst/j2ee/internal/ejb/archiveoperations/InvertClientJARDependencyCompoundOperation.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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(

Source File: org/eclipse/jst/j2ee/internal/ejb/workbench/validation/EJBHelper.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

EJBHelper.java :

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

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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;

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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;

15. WARNING: DiscouragedReference

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;

16. WARNING: DiscouragedReference

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;

17. WARNING: DiscouragedReference

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;

18. WARNING: DiscouragedReference

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 {

19. WARNING: DiscouragedReference

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;

20. WARNING: DiscouragedReference

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();

21. WARNING: DiscouragedReference

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$

22. WARNING: DiscouragedReference

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$

23. WARNING: DiscouragedReference

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$

24. WARNING: DiscouragedReference

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$

25. WARNING: DiscouragedReference

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$

26. WARNING: DiscouragedReference

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$

27. WARNING: DiscouragedReference

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$

28. WARNING: DiscouragedReference

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$

29. WARNING: DiscouragedReference

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$

30. WARNING: DiscouragedReference

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$

31. WARNING: DiscouragedReference

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$

32. WARNING: DiscouragedReference

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$

33. WARNING: DiscouragedReference

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$

34. WARNING: DiscouragedReference

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$

35. WARNING: DiscouragedReference

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$

36. WARNING: DiscouragedReference

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$

37. WARNING: DiscouragedReference

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$

38. WARNING: DiscouragedReference

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$

39. WARNING: DiscouragedReference

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) {

40. WARNING: DiscouragedReference

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();

41. WARNING: DiscouragedReference

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) {

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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();

44. WARNING: DiscouragedReference

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) {

45. WARNING: DiscouragedReference

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();

46. WARNING: DiscouragedReference

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();

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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());

50. WARNING: DiscouragedReference

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());

51. WARNING: DiscouragedReference

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) {

52. WARNING: DiscouragedReference

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)) {

53. WARNING: DiscouragedReference

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);

54. WARNING: DiscouragedReference

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();

55. WARNING: DiscouragedReference

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();

56. WARNING: DiscouragedReference

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());

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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);

59. WARNING: DiscouragedReference

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) {

60. WARNING: DiscouragedReference

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());

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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);

63. WARNING: DiscouragedReference

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);

64. WARNING: DiscouragedReference

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();

65. WARNING: DiscouragedReference

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) {

66. WARNING: DiscouragedReference

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();

67. WARNING: DiscouragedReference

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);

68. WARNING: DiscouragedReference

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);

69. WARNING: DiscouragedReference

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) {

70. WARNING: DiscouragedReference

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);

71. WARNING: DiscouragedReference

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);

72. WARNING: DiscouragedReference

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());

73. WARNING: DiscouragedReference

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());

74. WARNING: DiscouragedReference

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());

75. WARNING: DiscouragedReference

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());

76. WARNING: DiscouragedReference

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);

77. WARNING: DiscouragedReference

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);

78. WARNING: DiscouragedReference

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());

79. WARNING: DiscouragedReference

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());

80. WARNING: DiscouragedReference

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);

81. WARNING: DiscouragedReference

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());

82. WARNING: DiscouragedReference

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());

83. WARNING: DiscouragedReference

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

EJBHelper.java :

717 : return J2EEConstants.EJBJAR_DD_URI;

84. WARNING: DiscouragedReference

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;

85. WARNING: DiscouragedReference

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());

86. WARNING: DiscouragedReference

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());

87. WARNING: DiscouragedReference

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());

88. WARNING: DiscouragedReference

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());

89. WARNING: DiscouragedReference

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();

90. WARNING: DiscouragedReference

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();

91. WARNING: DiscouragedReference

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();

92. WARNING: DiscouragedReference

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();

93. WARNING: DiscouragedReference

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();

94. WARNING: DiscouragedReference

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();

95. WARNING: DiscouragedReference

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);

96. WARNING: DiscouragedReference

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);

97. WARNING: DiscouragedReference

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);

98. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/j2ee/internal/ejb/workbench/validation/ResourceHandler.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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());

6. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/j2ee/internal/ejb/workbench/validation/UIEjbValidator.java
1. WARNING: DiscouragedReference

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

UIEjbValidator.java :

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

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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 {

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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 {

7. WARNING: DiscouragedReference

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();

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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();

11. WARNING: DiscouragedReference

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();

12. WARNING: DiscouragedReference

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

UIEjbValidator.java :

70 : IVirtualFile vf = comp.getRootFolder().getFile(new Path(J2EEConstants.EJBJAR_DD_URI));

13. WARNING: DiscouragedReference

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));