Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 41 Number of classfiles: 58
Problems: 225 (Errors: 0 Warnings: 225 )
Discouraged access: The type DefaultClasspathProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
ClasspathProvider.java :
14 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.DefaultClasspathProvider;
Discouraged access: The type DefaultClasspathProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
ClasspathProvider.java :
22 : public class ClasspathProvider extends DefaultClasspathProvider {
Discouraged access: The method getClasspathItems() from the type DefaultClasspathProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
ClasspathProvider.java :
33 : List list = super.getClasspathItems();
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
IXDocletRuntimeAnnotation.java :
4 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
IXDocletRuntimeAnnotation.java :
14 : String getTypeAnnotations(IProject project, IEnterpriseBean beanModel);
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
XDocletAntProjectBuilder.java :
34 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
XDocletAntProjectBuilder.java :
57 : if (J2EEProjectUtilities.isEJBProject(vResources[0].getComponent().getProject()))
Discouraged access: The method isEJBProject(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
XDocletAntProjectBuilder.java :
57 : if (J2EEProjectUtilities.isEJBProject(vResources[0].getComponent().getProject()))
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
XDocletAntProjectBuilder.java :
60 : else if (J2EEProjectUtilities.isDynamicWebProject(vResources[0].getComponent().getProject()))
Discouraged access: The method isDynamicWebProject(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
XDocletAntProjectBuilder.java :
60 : else if (J2EEProjectUtilities.isDynamicWebProject(vResources[0].getComponent().getProject()))
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
XDocletAntProjectBuilder.java :
137 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(beanClass.getProject(), "ejbModule");
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
XDocletAntProjectBuilder.java :
137 : IContainer container = J2EEProjectUtilities.getSourceFolderOrFirst(beanClass.getProject(), "ejbModule");
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
XDocletEjbAntProjectBuilder.java :
41 : import org.eclipse.jst.j2ee.internal.J2EEVersionConstants;
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
XDocletEjbAntProjectBuilder.java :
42 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
45 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
Discouraged access: The type ReferencedComponent 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
XDocletEjbAntProjectBuilder.java :
46 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
The import org.eclipse.wst.common.componentcore.internal.ReferencedComponent is never used
XDocletEjbAntProjectBuilder.java :
46 : import org.eclipse.wst.common.componentcore.internal.ReferencedComponent;
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
XDocletEjbAntProjectBuilder.java :
47 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletEjbAntProjectBuilder.java :
48 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
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
XDocletEjbAntProjectBuilder.java :
127 : StructureEdit core = null;
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletEjbAntProjectBuilder.java :
130 : core = StructureEdit.getStructureEditForRead(javaProject.getProject());
Discouraged access: The method getStructureEditForRead(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
XDocletEjbAntProjectBuilder.java :
130 : core = StructureEdit.getStructureEditForRead(javaProject.getProject());
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletEjbAntProjectBuilder.java :
149 : WorkbenchComponent ejbModule = core.getComponent();
Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletEjbAntProjectBuilder.java :
149 : WorkbenchComponent ejbModule = core.getComponent();
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
XDocletEjbAntProjectBuilder.java :
157 : int ejbLevelI = J2EEVersionConstants.EJB_2_0_ID;
Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
XDocletEjbAntProjectBuilder.java :
157 : int ejbLevelI = J2EEVersionConstants.EJB_2_0_ID;
Discouraged access: The method getModuleVersionID() 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
XDocletEjbAntProjectBuilder.java :
159 : ejbLevelI = ejbEdit.getEJBJarXmiResource().getModuleVersionID();
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
XDocletEjbAntProjectBuilder.java :
162 : String ejbLevel = J2EEProjectUtilities.getJ2EEProjectVersion(proj);
Discouraged access: The method getJ2EEProjectVersion(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
XDocletEjbAntProjectBuilder.java :
162 : String ejbLevel = J2EEProjectUtilities.getJ2EEProjectVersion(proj);
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
XDocletEjbAntProjectBuilder.java :
163 : if ((ejbLevel == null || ejbLevel.length() == 0) && ejbLevelI == J2EEVersionConstants.EJB_2_0_ID)
Discouraged access: The field EJB_2_0_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
XDocletEjbAntProjectBuilder.java :
163 : if ((ejbLevel == null || ejbLevel.length() == 0) && ejbLevelI == J2EEVersionConstants.EJB_2_0_ID)
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
XDocletEjbAntProjectBuilder.java :
164 : ejbLevel = J2EEVersionConstants.VERSION_2_0_TEXT;
Discouraged access: The field VERSION_2_0_TEXT 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
XDocletEjbAntProjectBuilder.java :
164 : ejbLevel = J2EEVersionConstants.VERSION_2_0_TEXT;
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
XDocletEjbAntProjectBuilder.java :
165 : else if ((ejbLevel == null || ejbLevel.length() == 0) && ejbLevelI == J2EEVersionConstants.EJB_2_1_ID)
Discouraged access: The field EJB_2_1_ID from the type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
XDocletEjbAntProjectBuilder.java :
165 : else if ((ejbLevel == null || ejbLevel.length() == 0) && ejbLevelI == J2EEVersionConstants.EJB_2_1_ID)
Discouraged access: The type J2EEVersionConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.core/@dot
XDocletEjbAntProjectBuilder.java :
166 : ejbLevel = J2EEVersionConstants.VERSION_2_1_TEXT;
Discouraged access: The field VERSION_2_1_TEXT 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
XDocletEjbAntProjectBuilder.java :
166 : ejbLevel = J2EEVersionConstants.VERSION_2_1_TEXT;
Discouraged access: The method getName() 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
XDocletEjbAntProjectBuilder.java :
182 : properties.put("ejb.dd.displayname", ejbModule.getName()); //$NON-NLS-1$
Discouraged access: The method getName() 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
XDocletEjbAntProjectBuilder.java :
183 : properties.put("ejb.dd.description", ejbModule.getName() + " generated by eclipse wtp xdoclet extension."); //$NON-NLS-1$
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
XDocletEjbAntProjectBuilder.java :
189 : core.dispose();
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
XDocletEjbAntProjectBuilder.java :
196 : private void setEjbClientJarProperties(Properties properties, StructureEdit core, WorkbenchComponent ejbModule)
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
XDocletEjbAntProjectBuilder.java :
196 : private void setEjbClientJarProperties(Properties properties, StructureEdit core, WorkbenchComponent ejbModule)
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
XDocletEjbAntProjectBuilder.java :
211 : if (J2EEProjectUtilities.isUtilityProject(project)) {
Discouraged access: The method isUtilityProject(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
XDocletEjbAntProjectBuilder.java :
211 : if (J2EEProjectUtilities.isUtilityProject(project)) {
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
XDocletEjbAntProjectBuilder.java :
220 : private void setClientJarSourcepath(Properties properties, WorkbenchComponent ejbModule, IVirtualReference refComp) {
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
XDocletEjbAntProjectBuilder.java :
307 : protected IPath getMetaInfFolder(WorkbenchComponent ejbModule) {
Discouraged access: The type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
308 : ComponentResource[] METAINF = ejbModule.findResourcesByRuntimePath(new Path("/META-INF"));
Discouraged access: The method findResourcesByRuntimePath(IPath) 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
XDocletEjbAntProjectBuilder.java :
308 : ComponentResource[] METAINF = ejbModule.findResourcesByRuntimePath(new Path("/META-INF"));
Discouraged access: The type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
310 : ComponentResource resource = METAINF[i];
Discouraged access: The method getRuntimePath() from the type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
311 : if (resource.getRuntimePath().toString().equals("/META-INF"))
Discouraged access: The method getSourcePath() from the type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
312 : return resource.getSourcePath();
Discouraged access: The method getSourcePath() from the type ComponentResource 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
XDocletEjbAntProjectBuilder.java :
315 : return METAINF[0].getSourcePath();
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
18 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;
Discouraged access: The type IEnterpriseBeanClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
19 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBeanClassDataModelProperties;
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
XDocletExtensionUtil.java :
20 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
110 : public static String getRuntimeTypeAnnotations(IEnterpriseBean beanModel) {
Discouraged access: The method getDataModel() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
112 : IProject project = (IProject) beanModel.getDataModel().getProperty(
Discouraged access: The type IEnterpriseBeanClassDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
113 : IEnterpriseBeanClassDataModelProperties.PROJECT);
Discouraged access: The field PROJECT 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
XDocletExtensionUtil.java :
113 : IEnterpriseBeanClassDataModelProperties.PROJECT);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletExtensionUtil.java :
115 : if (!J2EEProjectUtilities.isEJBProject(project))
Discouraged access: The method isEJBProject(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
XDocletExtensionUtil.java :
115 : if (!J2EEProjectUtilities.isEJBProject(project))
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
172 : private static boolean isRuntimeAnnotationApplicable(IEnterpriseBean beanModel, IConfigurationElement element) {
Discouraged access: The method getEnterpriseBean() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
180 : && beanModel.getEnterpriseBean().isEntity())
Discouraged access: The method getEnterpriseBean() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
183 : && beanModel.getEnterpriseBean().isSession())
Discouraged access: The method getEnterpriseBean() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletExtensionUtil.java :
186 : && beanModel.getEnterpriseBean()
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
XDocletWebAntProjectBuilder.java :
36 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type ComponentResource 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
XDocletWebAntProjectBuilder.java :
38 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;
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
XDocletWebAntProjectBuilder.java :
39 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletWebAntProjectBuilder.java :
40 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;
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
XDocletWebAntProjectBuilder.java :
101 : StructureEdit moduleCore = null;
Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletWebAntProjectBuilder.java :
104 : moduleCore = StructureEdit.getStructureEditForRead(javaProject.getProject());
Discouraged access: The method getStructureEditForRead(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
XDocletWebAntProjectBuilder.java :
104 : moduleCore = StructureEdit.getStructureEditForRead(javaProject.getProject());
Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletWebAntProjectBuilder.java :
106 : WorkbenchComponent wbModule = moduleCore.getComponent();
Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletWebAntProjectBuilder.java :
106 : WorkbenchComponent wbModule = moduleCore.getComponent();
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
XDocletWebAntProjectBuilder.java :
132 : String servletLevel = J2EEProjectUtilities.getJ2EEProjectVersion(proj);
Discouraged access: The method getJ2EEProjectVersion(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
XDocletWebAntProjectBuilder.java :
132 : String servletLevel = J2EEProjectUtilities.getJ2EEProjectVersion(proj);
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
XDocletWebAntProjectBuilder.java :
140 : moduleCore.dispose();
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
XDocletWebAntProjectBuilder.java :
199 : protected IPath getWebInfFolder(WorkbenchComponent webModule) {
Discouraged access: The type ComponentResource 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
XDocletWebAntProjectBuilder.java :
200 : ComponentResource[] webXML = webModule.findResourcesByRuntimePath(new Path("/WEB-INF"));
Discouraged access: The method findResourcesByRuntimePath(IPath) 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
XDocletWebAntProjectBuilder.java :
200 : ComponentResource[] webXML = webModule.findResourcesByRuntimePath(new Path("/WEB-INF"));
Discouraged access: The type ComponentResource 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
XDocletWebAntProjectBuilder.java :
202 : ComponentResource resource = webXML[i];
Discouraged access: The method getRuntimePath() from the type ComponentResource 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
XDocletWebAntProjectBuilder.java :
203 : if (resource.getRuntimePath().toString().equals("/WEB-INF"))
Discouraged access: The method getSourcePath() from the type ComponentResource 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
XDocletWebAntProjectBuilder.java :
204 : return resource.getSourcePath();
Discouraged access: The method getSourcePath() from the type ComponentResource 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
XDocletWebAntProjectBuilder.java :
207 : return webXML[0].getSourcePath();
Discouraged access: The type DefaultEjbIntrospector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
15 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.DefaultEjbIntrospector;
Discouraged access: The type DefaultEjbIntrospector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
19 : public class XdocletIntrospector extends DefaultEjbIntrospector {
Discouraged access: The constructor DefaultEjbIntrospector() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
28 : super();
Discouraged access: The method isSessionBean(ICompilationUnit) from the type DefaultEjbIntrospector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
37 : if( isSessionBean(this.getCompilationUnit())){
Discouraged access: The method isMDBBean(ICompilationUnit) from the type DefaultEjbIntrospector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
39 : }else if( isMDBBean(this.getCompilationUnit()))
Discouraged access: The method isEntityBean(ICompilationUnit) from the type DefaultEjbIntrospector is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XdocletIntrospector.java :
42 : }else if( isEntityBean(this.getCompilationUnit()))
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
AddBuilderAction.java :
18 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
AddBuilderAction.java :
25 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isEJBProject(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
AddBuilderAction.java :
25 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
AddBuilderAction.java :
25 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isDynamicWebProject(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
AddBuilderAction.java :
25 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project .getProject()))) {
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
RemoveBuilderAction.java :
15 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
RemoveBuilderAction.java :
22 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isEJBProject(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
RemoveBuilderAction.java :
22 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RemoveBuilderAction.java :
22 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isDynamicWebProject(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
RemoveBuilderAction.java :
22 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project .getProject()))) {
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
RunXDocletAction.java :
23 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
RunXDocletAction.java :
29 : if (project != null && (J2EEProjectUtilities.isEJBProject(project) || J2EEProjectUtilities.isDynamicWebProject(project))) {
Discouraged access: The method isEJBProject(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
RunXDocletAction.java :
29 : if (project != null && (J2EEProjectUtilities.isEJBProject(project) || J2EEProjectUtilities.isDynamicWebProject(project))) {
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
RunXDocletAction.java :
29 : if (project != null && (J2EEProjectUtilities.isEJBProject(project) || J2EEProjectUtilities.isDynamicWebProject(project))) {
Discouraged access: The method isDynamicWebProject(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
RunXDocletAction.java :
29 : if (project != null && (J2EEProjectUtilities.isEJBProject(project) || J2EEProjectUtilities.isDynamicWebProject(project))) {
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletActionDelegate.java :
21 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
XDocletActionDelegate.java :
70 : IFolder resource = (IFolder) J2EEProjectUtilities.getSourceFolderOrFirst(project, null);
Discouraged access: The method getSourceFolderOrFirst(IProject, String) from the type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletActionDelegate.java :
70 : IFolder resource = (IFolder) J2EEProjectUtilities.getSourceFolderOrFirst(project, null);
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletFacetInstallDelegate.java :
16 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
XDocletFacetInstallDelegate.java :
32 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isEJBProject(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
XDocletFacetInstallDelegate.java :
32 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletFacetInstallDelegate.java :
32 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isDynamicWebProject(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
XDocletFacetInstallDelegate.java :
32 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project .getProject()))) {
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
XDocletFacetUninstallDelegate.java :
19 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
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
XDocletFacetUninstallDelegate.java :
36 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isEJBProject(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
XDocletFacetUninstallDelegate.java :
36 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The type J2EEProjectUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee/@dot
XDocletFacetUninstallDelegate.java :
36 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project
Discouraged access: The method isDynamicWebProject(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
XDocletFacetUninstallDelegate.java :
36 : && (J2EEProjectUtilities.isEJBProject(project.getProject()) || J2EEProjectUtilities.isDynamicWebProject(project .getProject()))) {
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
XDocletFacetUtils.java :
12 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type IModuleConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
XDocletFacetUtils.java :
18 : public static final IProjectFacetVersion WEB_22 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.2"); //$NON-NLS-1$
Discouraged access: The field JST_WEB_MODULE 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
XDocletFacetUtils.java :
18 : public static final IProjectFacetVersion WEB_22 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.2"); //$NON-NLS-1$
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
XDocletFacetUtils.java :
19 : public static final IProjectFacetVersion WEB_23 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.3"); //$NON-NLS-1$
Discouraged access: The field JST_WEB_MODULE 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
XDocletFacetUtils.java :
19 : public static final IProjectFacetVersion WEB_23 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.3"); //$NON-NLS-1$
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
XDocletFacetUtils.java :
20 : public static final IProjectFacetVersion WEB_24 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.4"); //$NON-NLS-1$
Discouraged access: The field JST_WEB_MODULE 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
XDocletFacetUtils.java :
20 : public static final IProjectFacetVersion WEB_24 = ProjectFacetsManager.getProjectFacet(IModuleConstants.JST_WEB_MODULE).getVersion("2.4"); //$NON-NLS-1$
Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
30 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean;
Discouraged access: The type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
31 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean;
Discouraged access: The type IMessageDrivenBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
32 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.IMessageDrivenBean;
Discouraged access: The type ISessionBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
33 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.ISessionBean;
Discouraged access: The type ModelPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
34 : import org.eclipse.jst.j2ee.ejb.annotation.internal.model.ModelPlugin;
Discouraged access: The type IAnnotationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
35 : import org.eclipse.jst.j2ee.ejb.annotation.internal.provider.IAnnotationProvider;
Discouraged access: The type IEJBGenerator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
36 : import org.eclipse.jst.j2ee.ejb.annotation.internal.provider.IEJBGenerator;
Discouraged access: The type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
37 : import org.eclipse.jst.j2ee.ejb.annotations.internal.classgen.EjbBuilder;
Discouraged access: The type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
38 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.EjbEmitter;
Discouraged access: The type EmitterUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
39 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.EmitterUtilities;
Discouraged access: The type EntityEjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
40 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.EntityEjbEmitter;
Discouraged access: The type MessageDrivenEjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
41 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.MessageDrivenEjbEmitter;
Discouraged access: The type SessionEjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
42 : import org.eclipse.jst.j2ee.ejb.annotations.internal.emitter.SessionEjbEmitter;
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
XDocletAnnotationProvider.java :
48 : import org.eclipse.jst.j2ee.internal.common.operations.INewJavaClassDataModelProperties;
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
XDocletAnnotationProvider.java :
49 : import org.eclipse.jst.j2ee.internal.project.J2EEProjectUtilities;
Discouraged access: The type IAnnotationProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
61 : public class XDocletAnnotationProvider implements IAnnotationProvider, IEJBGenerator {
Discouraged access: The type IEJBGenerator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
61 : public class XDocletAnnotationProvider implements IAnnotationProvider, IEJBGenerator {
Discouraged access: The type ISessionBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
89 : public void generateSession(ISessionBean delegate, IProgressMonitor monitor) throws CoreException, InterruptedException {
Discouraged access: The method getDataModel() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
91 : IDataModel dataModel = delegate.getDataModel();
Discouraged access: The method findEmitter(String) from the type EmitterUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
98 : IConfigurationElement preferredAnnotation = EmitterUtilities.findEmitter("XDoclet"); //$NON-NLS-1$
Discouraged access: The type EmitterUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
98 : IConfigurationElement preferredAnnotation = EmitterUtilities.findEmitter("XDoclet"); //$NON-NLS-1$
Discouraged access: The type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
101 : EjbEmitter ejbEmitter = new SessionEjbEmitter(preferredAnnotation);
Discouraged access: The constructor SessionEjbEmitter(IConfigurationElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
101 : EjbEmitter ejbEmitter = new SessionEjbEmitter(preferredAnnotation);
Discouraged access: The type SessionEjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
101 : EjbEmitter ejbEmitter = new SessionEjbEmitter(preferredAnnotation);
Discouraged access: The method setMonitor(IProgressMonitor) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
102 : ejbEmitter.setMonitor(monitor);
Discouraged access: The method emitTypeComment(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
103 : comment = ejbEmitter.emitTypeComment(delegate);
Discouraged access: The method emitTypeStub(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
105 : stub = ejbEmitter.emitTypeStub(delegate);
Discouraged access: The method emitInterfaceMethods(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
106 : method = ejbEmitter.emitInterfaceMethods(delegate);
Discouraged access: The method emitFields(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
107 : fields = ejbEmitter.emitFields(delegate);
Discouraged access: The method deleteProject() from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
108 : ejbEmitter.deleteProject();
Discouraged access: The type ModelPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
112 : throw new CoreException(new Status(IStatus.ERROR, ModelPlugin.PLUGINID, 0, "Session EJB Emitters Failed", e));
Discouraged access: The field PLUGINID from the type ModelPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
112 : throw new CoreException(new Status(IStatus.ERROR, ModelPlugin.PLUGINID, 0, "Session EJB Emitters Failed", e));
Discouraged access: The type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
115 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The constructor EjbBuilder() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
115 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
115 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The method setConfigurationElement(IConfigurationElement) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
116 : ejbBuilder.setConfigurationElement(preferredAnnotation);
Discouraged access: The method setMonitor(IProgressMonitor) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
117 : ejbBuilder.setMonitor(monitor);
Discouraged access: The method setPackageFragmentRoot(IPackageFragmentRoot) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
118 : ejbBuilder.setPackageFragmentRoot((IPackageFragmentRoot) dataModel .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
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
XDocletAnnotationProvider.java :
119 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
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
XDocletAnnotationProvider.java :
119 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
Discouraged access: The method setTypeName(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
120 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
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
XDocletAnnotationProvider.java :
120 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
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
XDocletAnnotationProvider.java :
120 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
Discouraged access: The method setPackageName(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
121 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
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
XDocletAnnotationProvider.java :
121 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
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
XDocletAnnotationProvider.java :
121 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
Discouraged access: The method setTypeComment(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
123 : ejbBuilder.setTypeComment(comment);
Discouraged access: The method setTypeStub(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
124 : ejbBuilder.setTypeStub(stub);
Discouraged access: The method setMethodStub(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
125 : ejbBuilder.setMethodStub(method);
Discouraged access: The method setFields(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
126 : ejbBuilder.setFields(fields);
Discouraged access: The method setCreateInheritedMethods(boolean) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
127 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
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
XDocletAnnotationProvider.java :
127 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
Discouraged access: The field ABSTRACT_METHODS 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
XDocletAnnotationProvider.java :
127 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
Discouraged access: The method setCreateInheritedConstructors(boolean) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
128 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
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
XDocletAnnotationProvider.java :
128 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
Discouraged access: The field CONSTRUCTOR 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
XDocletAnnotationProvider.java :
128 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
Discouraged access: The method createType() from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
130 : ejbBuilder.createType();
Discouraged access: The method getCreatedType() from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
132 : IType bean = ejbBuilder.getCreatedType();
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
XDocletAnnotationProvider.java :
134 : IProject project = (IProject) dataModel.getProperty(INewJavaClassDataModelProperties.PROJECT);
Discouraged access: The field PROJECT 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
XDocletAnnotationProvider.java :
134 : IProject project = (IProject) dataModel.getProperty(INewJavaClassDataModelProperties.PROJECT);
Discouraged access: The type IContainerManagedEntityBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
140 : public void generateCMP(IContainerManagedEntityBean delegate, IProgressMonitor monitor) throws CoreException, InterruptedException {
Discouraged access: The method getDataModel() from the type IEnterpriseBean is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
142 : IDataModel dataModel = delegate.getDataModel();
Discouraged access: The type EmitterUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
149 : IConfigurationElement preferredAnnotation = EmitterUtilities.findEmitter("XDoclet"); //$NON-NLS-1$
Discouraged access: The method findEmitter(String) from the type EmitterUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
149 : IConfigurationElement preferredAnnotation = EmitterUtilities.findEmitter("XDoclet"); //$NON-NLS-1$
Discouraged access: The type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
152 : EjbEmitter ejbEmitter = new EntityEjbEmitter(preferredAnnotation);
Discouraged access: The constructor EntityEjbEmitter(IConfigurationElement) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
152 : EjbEmitter ejbEmitter = new EntityEjbEmitter(preferredAnnotation);
Discouraged access: The type EntityEjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
152 : EjbEmitter ejbEmitter = new EntityEjbEmitter(preferredAnnotation);
Discouraged access: The method setMonitor(IProgressMonitor) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
153 : ejbEmitter.setMonitor(monitor);
Discouraged access: The method emitTypeComment(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
154 : comment = ejbEmitter.emitTypeComment(delegate);
Discouraged access: The method emitTypeStub(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
156 : stub = ejbEmitter.emitTypeStub(delegate);
Discouraged access: The method emitInterfaceMethods(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
157 : method = ejbEmitter.emitInterfaceMethods(delegate);
Discouraged access: The method emitFields(IEnterpriseBean) from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
158 : fields = ejbEmitter.emitFields(delegate);
Discouraged access: The method deleteProject() from the type EjbEmitter is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
159 : ejbEmitter.deleteProject();
Discouraged access: The type ModelPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
163 : throw new CoreException(new Status(IStatus.ERROR, ModelPlugin.PLUGINID, 0, "CMP EJB Emitters Failed", e));
Discouraged access: The field PLUGINID from the type ModelPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotation.model/@dot
XDocletAnnotationProvider.java :
163 : throw new CoreException(new Status(IStatus.ERROR, ModelPlugin.PLUGINID, 0, "CMP EJB Emitters Failed", e));
Discouraged access: The type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
166 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The constructor EjbBuilder() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
166 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
166 : EjbBuilder ejbBuilder = new EjbBuilder();
Discouraged access: The method setConfigurationElement(IConfigurationElement) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
167 : ejbBuilder.setConfigurationElement(preferredAnnotation);
Discouraged access: The method setMonitor(IProgressMonitor) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
168 : ejbBuilder.setMonitor(monitor);
Discouraged access: The method setPackageFragmentRoot(IPackageFragmentRoot) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
169 : ejbBuilder.setPackageFragmentRoot((IPackageFragmentRoot) dataModel .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
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
XDocletAnnotationProvider.java :
170 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
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
XDocletAnnotationProvider.java :
170 : .getProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE_FRAGMENT_ROOT));
Discouraged access: The method setTypeName(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
171 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
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
XDocletAnnotationProvider.java :
171 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
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
XDocletAnnotationProvider.java :
171 : ejbBuilder.setTypeName(dataModel.getStringProperty(INewJavaClassDataModelProperties.CLASS_NAME));
Discouraged access: The method setPackageName(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
172 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
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
XDocletAnnotationProvider.java :
172 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
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
XDocletAnnotationProvider.java :
172 : ejbBuilder.setPackageName(dataModel.getStringProperty(INewJavaClassDataModelProperties.JAVA_PACKAGE));
Discouraged access: The method setTypeComment(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
174 : ejbBuilder.setTypeComment(comment);
Discouraged access: The method setTypeStub(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
175 : ejbBuilder.setTypeStub(stub);
Discouraged access: The method setMethodStub(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
176 : ejbBuilder.setMethodStub(method);
Discouraged access: The method setFields(String) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
177 : ejbBuilder.setFields(fields);
Discouraged access: The method setCreateInheritedMethods(boolean) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
178 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
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
XDocletAnnotationProvider.java :
178 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
Discouraged access: The field ABSTRACT_METHODS 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
XDocletAnnotationProvider.java :
178 : ejbBuilder.setCreateInheritedMethods(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.ABSTRACT_METHODS));
Discouraged access: The method setCreateInheritedConstructors(boolean) from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
179 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
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
XDocletAnnotationProvider.java :
179 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
Discouraged access: The field CONSTRUCTOR 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
XDocletAnnotationProvider.java :
179 : ejbBuilder.setCreateInheritedConstructors(dataModel.getBooleanProperty(INewJavaClassDataModelProperties.CONSTRUCTOR));
Discouraged access: The method createType() from the type EjbBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter/@dot
XDocletAnnotationProvider.java :
181 : ejbBuilder.createType();