Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 26 Number of classfiles: 33
Problems: 119 (Errors: 0 Warnings: 119 )
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
15 : import org.eclipse.core.internal.resources.ResourceStatus;
Discouraged access: The type Messages 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
SimpleWebFacetInstallDataModelProvider.java :
16 : import org.eclipse.core.internal.utils.Messages;
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
SimpleWebFacetInstallDataModelProvider.java :
26 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
Discouraged access: The type WTPCommonMessages 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
SimpleWebFacetInstallDataModelProvider.java :
28 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonMessages;
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
SimpleWebFacetInstallDataModelProvider.java :
29 : import org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin;
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
SimpleWebFacetInstallDataModelProvider.java :
56 : return IModuleConstants.WST_WEB_MODULE;
Discouraged access: The field WST_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
SimpleWebFacetInstallDataModelProvider.java :
56 : return IModuleConstants.WST_WEB_MODULE;
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
SimpleWebFacetInstallDataModelProvider.java :
78 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.WEBCONTENTFOLDER_EMPTY);
Discouraged access: The method getResourceString(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
SimpleWebFacetInstallDataModelProvider.java :
78 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.WEBCONTENTFOLDER_EMPTY);
Discouraged access: The type WTPCommonMessages 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
SimpleWebFacetInstallDataModelProvider.java :
78 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.WEBCONTENTFOLDER_EMPTY);
Discouraged access: The field WEBCONTENTFOLDER_EMPTY from the type WTPCommonMessages 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
SimpleWebFacetInstallDataModelProvider.java :
78 : String errorMessage = WTPCommonPlugin.getResourceString(WTPCommonMessages.WEBCONTENTFOLDER_EMPTY);
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
SimpleWebFacetInstallDataModelProvider.java :
79 : return WTPCommonPlugin.createErrorStatus(errorMessage);
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
SimpleWebFacetInstallDataModelProvider.java :
79 : return WTPCommonPlugin.createErrorStatus(errorMessage);
Discouraged access: The type Messages 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
SimpleWebFacetInstallDataModelProvider.java :
85 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$
Discouraged access: The field resources_invalidCharInName from the type Messages 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
SimpleWebFacetInstallDataModelProvider.java :
85 : String message = NLS.bind(Messages.resources_invalidCharInName, "#", folderName); //$NON-NLS-1$
Discouraged access: The constructor ResourceStatus(int, IPath, String) 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
SimpleWebFacetInstallDataModelProvider.java :
86 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
86 : status = new ResourceStatus(IResourceStatus.INVALID_VALUE, null, message);
Discouraged access: The constructor ResourceStatus(int, IPath, String) 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
SimpleWebFacetInstallDataModelProvider.java :
97 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Context_Root_cannot_be_empty_2);
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
97 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Context_Root_cannot_be_empty_2);
Discouraged access: The constructor ResourceStatus(int, IPath, String) 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
SimpleWebFacetInstallDataModelProvider.java :
107 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Names_cannot_contain_whitespace);
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
107 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Names_cannot_contain_whitespace);
Discouraged access: The constructor ResourceStatus(int, IPath, String) 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
SimpleWebFacetInstallDataModelProvider.java :
121 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, errorStatus);
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
121 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, errorStatus);
Discouraged access: The constructor ResourceStatus(int, IPath, String) 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
SimpleWebFacetInstallDataModelProvider.java :
127 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Names_cannot_contain_whitespace);
Discouraged access: The type ResourceStatus 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
SimpleWebFacetInstallDataModelProvider.java :
127 : return new ResourceStatus(IResourceStatus.INVALID_VALUE, null, ResourceHandler.Names_cannot_contain_whitespace);
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
SimpleWebFacetInstallDelegate.java :
25 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
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
SimpleWebFacetInstallDelegate.java :
26 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
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
SimpleWebFacetInstallDelegate.java :
56 : ComponentUtilities.setServerContextRoot(project,model.getStringProperty(ISimpleWebFacetInstallDataModelProperties.CONTEXT_ROOT));
Discouraged access: The method setServerContextRoot(IProject, String) 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
SimpleWebFacetInstallDelegate.java :
56 : ComponentUtilities.setServerContextRoot(project,model.getStringProperty(ISimpleWebFacetInstallDataModelProperties.CONTEXT_ROOT));
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
SimpleWebFacetInstallDelegate.java :
84 : replacement[current.length] = IModuleConstants.MODULE_NATURE_ID;
Discouraged access: The field MODULE_NATURE_ID 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
SimpleWebFacetInstallDelegate.java :
84 : replacement[current.length] = IModuleConstants.MODULE_NATURE_ID;
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
SimpleWebFacetProjectCreationDataModelProvider.java :
17 : 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
SimpleWebFacetProjectCreationDataModelProvider.java :
32 : requiredFacets.add(ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE));
Discouraged access: The field WST_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
SimpleWebFacetProjectCreationDataModelProvider.java :
32 : requiredFacets.add(ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE));
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
SimpleWebFacetUninstallDelegate.java :
18 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
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
SimpleWebFacetUninstallDelegate.java :
19 : import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
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
SimpleWebFacetUninstallDelegate.java :
34 : IFile file = project.getFile(StructureEdit.MODULE_META_FILE_NAME);
Discouraged access: The field MODULE_META_FILE_NAME 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
SimpleWebFacetUninstallDelegate.java :
34 : IFile file = project.getFile(StructureEdit.MODULE_META_FILE_NAME);
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
SimpleWebFacetUninstallDelegate.java :
38 : ProjectUtilities.removeNatureFromProject(project, IModuleConstants.MODULE_NATURE_ID);
Discouraged access: The field MODULE_NATURE_ID 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
SimpleWebFacetUninstallDelegate.java :
38 : ProjectUtilities.removeNatureFromProject(project, IModuleConstants.MODULE_NATURE_ID);
Discouraged access: The type ValidationPlugin 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
WSTWebPlugin.java :
17 : import org.eclipse.wst.validation.internal.plugin.ValidationPlugin;
Discouraged access: The type ValidationPlugin 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
WSTWebPlugin.java :
35 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID; // plugin
Discouraged access: The field VALIDATION_BUILDER_ID from the type ValidationPlugin 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
WSTWebPlugin.java :
35 : public static final String VALIDATION_BUILDER_ID = ValidationPlugin.VALIDATION_BUILDER_ID; // plugin
Discouraged access: The type FlatVirtualComponent 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
FlatComponentDeployable.java :
27 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent;
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
FlatComponentDeployable.java :
28 : import org.eclipse.wst.common.componentcore.internal.flat.FlatVirtualComponent.FlatComponentTaskModel;
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
29 : import org.eclipse.wst.common.componentcore.internal.flat.IChildModuleReference;
Discouraged access: The type IFlatFile 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
FlatComponentDeployable.java :
30 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFile;
Discouraged access: The type IFlatFolder 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
FlatComponentDeployable.java :
31 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatFolder;
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
32 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatResource;
Discouraged access: The type IFlatVirtualComponent 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
FlatComponentDeployable.java :
33 : import org.eclipse.wst.common.componentcore.internal.flat.IFlatVirtualComponent;
Discouraged access: The type IFlattenParticipant 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
FlatComponentDeployable.java :
34 : import org.eclipse.wst.common.componentcore.internal.flat.IFlattenParticipant;
Discouraged access: The type VirtualReferenceUtilities 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
FlatComponentDeployable.java :
35 : import org.eclipse.wst.common.componentcore.internal.util.VirtualReferenceUtilities;
Discouraged access: The type FlatVirtualComponent 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
FlatComponentDeployable.java :
96 : private FlatVirtualComponent cacheFlattened = null;
Discouraged access: The type IFlatVirtualComponent 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
FlatComponentDeployable.java :
111 : protected IFlatVirtualComponent getFlatComponent() {
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
FlatComponentDeployable.java :
113 : FlatComponentTaskModel options = new FlatComponentTaskModel();
Discouraged access: The constructor FlatVirtualComponent.FlatComponentTaskModel() 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
FlatComponentDeployable.java :
113 : FlatComponentTaskModel options = new FlatComponentTaskModel();
Discouraged access: The type FlatVirtualComponent.FlatComponentTaskModel 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
FlatComponentDeployable.java :
113 : FlatComponentTaskModel options = new FlatComponentTaskModel();
Discouraged access: The type FlatVirtualComponent 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
FlatComponentDeployable.java :
114 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, Arrays.asList(getParticipants()));
Discouraged access: The field PARTICIPANT_LIST from the type IFlatVirtualComponent 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
FlatComponentDeployable.java :
114 : options.put(FlatVirtualComponent.PARTICIPANT_LIST, Arrays.asList(getParticipants()));
Discouraged access: The type FlatVirtualComponent 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
FlatComponentDeployable.java :
115 : FlatVirtualComponent tmp = new FlatVirtualComponent(component, options);
Discouraged access: The constructor FlatVirtualComponent(IVirtualComponent, FlatVirtualComponent.FlatComponentTaskModel) 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
FlatComponentDeployable.java :
115 : FlatVirtualComponent tmp = new FlatVirtualComponent(component, options);
Discouraged access: The type FlatVirtualComponent 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
FlatComponentDeployable.java :
115 : FlatVirtualComponent tmp = new FlatVirtualComponent(component, options);
Discouraged access: The type IFlattenParticipant 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
FlatComponentDeployable.java :
132 : protected IFlattenParticipant[] getParticipants() {
Discouraged access: The type IFlattenParticipant 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
FlatComponentDeployable.java :
133 : return new IFlattenParticipant[]{
Discouraged access: The type IFlatVirtualComponent 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
FlatComponentDeployable.java :
146 : IFlatVirtualComponent em = getFlatComponent();
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
147 : IFlatResource[] resources = em.fetchResources();
Discouraged access: The method fetchResources() from the type IFlatVirtualComponent 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
FlatComponentDeployable.java :
147 : IFlatResource[] resources = em.fetchResources();
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
170 : public /* non api */ IChildModuleReference[] getExportModelChildren() throws CoreException {
Discouraged access: The type IFlatVirtualComponent 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
FlatComponentDeployable.java :
171 : IFlatVirtualComponent em = getFlatComponent();
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
172 : IChildModuleReference[] children = em.getChildModules();
Discouraged access: The method getChildModules() from the type IFlatVirtualComponent 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
FlatComponentDeployable.java :
172 : IChildModuleReference[] children = em.getChildModules();
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
183 : IChildModuleReference[] children = getExportModelChildren();
Discouraged access: The type VirtualReferenceUtilities 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
FlatComponentDeployable.java :
214 : return VirtualReferenceUtilities.INSTANCE.getDefaultProjectArchiveName(this.component);
Discouraged access: The method getDefaultProjectArchiveName(IVirtualComponent) from the type VirtualReferenceUtilities 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
FlatComponentDeployable.java :
214 : return VirtualReferenceUtilities.INSTANCE.getDefaultProjectArchiveName(this.component);
Discouraged access: The field INSTANCE from the type VirtualReferenceUtilities 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
FlatComponentDeployable.java :
214 : return VirtualReferenceUtilities.INSTANCE.getDefaultProjectArchiveName(this.component);
Discouraged access: The type IFlatVirtualComponent 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
FlatComponentDeployable.java :
219 : IFlatVirtualComponent em = getFlatComponent();
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
220 : IChildModuleReference[] children = em.getChildModules();
Discouraged access: The method getChildModules() from the type IFlatVirtualComponent 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
FlatComponentDeployable.java :
220 : IChildModuleReference[] children = em.getChildModules();
Discouraged access: The method getRelativeURI() from the type IChildModuleReference 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
FlatComponentDeployable.java :
224 : return children[i].getRelativeURI().toString();
Discouraged access: The type IChildModuleReference 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
FlatComponentDeployable.java :
242 : protected IModule gatherModuleReference(IVirtualComponent component, IChildModuleReference child) {
Discouraged access: The method getComponent() from the type IChildModuleReference 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
FlatComponentDeployable.java :
245 : IVirtualComponent targetComponent = child.getComponent();
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
275 : protected static IModuleResource[] convert(IFlatResource[] resources) {
Discouraged access: The type IFlatFile 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
FlatComponentDeployable.java :
278 : if( resources[i] instanceof IFlatFile)
Discouraged access: The type IFlatFolder 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
FlatComponentDeployable.java :
280 : else if( resources[i] instanceof IFlatFolder)
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
287 : protected IFlatResource delegate;
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
288 : public ComponentModuleResource(IFlatResource resource) {
Discouraged access: The method getModificationStamp() from the type IFlatFile 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
FlatComponentDeployable.java :
292 : return ((IFlatFile)delegate).getModificationStamp();
Discouraged access: The type IFlatFile 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
FlatComponentDeployable.java :
292 : return ((IFlatFile)delegate).getModificationStamp();
Discouraged access: The method getModuleRelativePath() from the type IFlatResource 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
FlatComponentDeployable.java :
296 : return delegate.getModuleRelativePath();
Discouraged access: The method getName() from the type IFlatResource 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
FlatComponentDeployable.java :
299 : return delegate.getName();
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
305 : IFlatResource[] children = ((IFlatFolder)delegate).members();
Discouraged access: The method members() from the type IFlatFolder 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
FlatComponentDeployable.java :
305 : IFlatResource[] children = ((IFlatFolder)delegate).members();
Discouraged access: The type IFlatFolder 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
FlatComponentDeployable.java :
305 : IFlatResource[] children = ((IFlatFolder)delegate).members();
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
311 : public ComponentModuleFile(IFlatResource resource) {
Discouraged access: The type IFlatResource 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
FlatComponentDeployable.java :
338 : public ComponentModuleFolder(IFlatResource resource) {
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
StaticWebDeployable.java :
16 : 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
StaticWebDeployable.java :
56 : if (facetedProject !=null && ProjectFacetsManager.isProjectFacetDefined(IModuleConstants.WST_WEB_MODULE)) {
Discouraged access: The field WST_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
StaticWebDeployable.java :
56 : if (facetedProject !=null && ProjectFacetsManager.isProjectFacetDefined(IModuleConstants.WST_WEB_MODULE)) {
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
StaticWebDeployable.java :
57 : IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);
Discouraged access: The field WST_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
StaticWebDeployable.java :
57 : IProjectFacet projectFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);
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
StaticWebDeployableFactory.java :
22 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;
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
StaticWebDeployableFactory.java :
23 : 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
StaticWebDeployableFactory.java :
68 : IProjectFacet webFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);
Discouraged access: The field WST_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
StaticWebDeployableFactory.java :
68 : IProjectFacet webFacet = ProjectFacetsManager.getProjectFacet(IModuleConstants.WST_WEB_MODULE);
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
StaticWebDeployableFactory.java :
113 : module = createModule(component.getName(), component.getName(), IModuleConstants.WST_WEB_MODULE, moduleDelegate.getVersion(), moduleDelegate.getProject());
Discouraged access: The field WST_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
StaticWebDeployableFactory.java :
113 : module = createModule(component.getName(), component.getName(), IModuleConstants.WST_WEB_MODULE, moduleDelegate.getVersion(), moduleDelegate.getProject());
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
StaticWebDeployableFactory.java :
140 : new Path(StructureEdit.MODULE_META_FILE_NAME), // component
Discouraged access: The field MODULE_META_FILE_NAME 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
StaticWebDeployableFactory.java :
140 : new Path(StructureEdit.MODULE_META_FILE_NAME), // component
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
StaticWebDeployableObjectAdapterUtil.java :
22 : 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
StaticWebDeployableObjectAdapterUtil.java :
105 : return isProjectOfType(project, IModuleConstants.WST_WEB_MODULE);
Discouraged access: The field WST_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
StaticWebDeployableObjectAdapterUtil.java :
105 : return isProjectOfType(project, IModuleConstants.WST_WEB_MODULE);
The import org.eclipse.wst.common.componentcore.datamodel.properties.IServerContextRootDataModelProperties is never used
IWebProjectPropertiesUpdateDataModelProperties.java :
13 : import org.eclipse.wst.common.componentcore.datamodel.properties.IServerContextRootDataModelProperties;
Discouraged access: The type ServerContextRootDataModelProvider 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
WebProjectPropertiesUpdateDataModelProvider.java :
16 : import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootDataModelProvider;
The import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootDataModelProvider is never used
WebProjectPropertiesUpdateDataModelProvider.java :
16 : import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootDataModelProvider;
Discouraged access: The type ServerContextRootUpdateOperation 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
WebProjectPropertiesUpdateOperation.java :
19 : import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootUpdateOperation;
The import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootUpdateOperation is never used
WebProjectPropertiesUpdateOperation.java :
19 : import org.eclipse.wst.common.componentcore.internal.operation.ServerContextRootUpdateOperation;
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
WebProjectPropertiesUpdateOperation.java :
20 : import org.eclipse.wst.common.componentcore.internal.util.ComponentUtilities;
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
WebProjectPropertiesUpdateOperation.java :
47 : ComponentUtilities.setServerContextRoot(project, contextRoot);
Discouraged access: The method setServerContextRoot(IProject, String) 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
WebProjectPropertiesUpdateOperation.java :
47 : ComponentUtilities.setServerContextRoot(project, contextRoot);