Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 14 Number of classfiles: 15
Problems: 95 (Errors: 0 Warnings: 95 )
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
16 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
Discouraged access: The type GenericServerRuntimeTargetHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
17 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntimeTargetHandler;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
42 : GenericServerRuntime delegate = (GenericServerRuntime)wc.loadAdapter(GenericServerRuntime.class, new NullProgressMonitor());
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
42 : GenericServerRuntime delegate = (GenericServerRuntime)wc.loadAdapter(GenericServerRuntime.class, new NullProgressMonitor());
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
42 : GenericServerRuntime delegate = (GenericServerRuntime)wc.loadAdapter(GenericServerRuntime.class, new NullProgressMonitor());
Discouraged access: The method setServerInstanceProperties(Map) from the type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
51 : delegate.setServerInstanceProperties(props);
Discouraged access: The method setServerDefinitionId(String) from the type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
52 : delegate.setServerDefinitionId(SERVER_DEF_NAME);
Discouraged access: The type GenericServerRuntimeTargetHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
67 : GenericServerRuntimeTargetHandler handler = new GenericServerRuntimeTargetHandler();
Discouraged access: The constructor GenericServerRuntimeTargetHandler() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
67 : GenericServerRuntimeTargetHandler handler = new GenericServerRuntimeTargetHandler();
Discouraged access: The type GenericServerRuntimeTargetHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
67 : GenericServerRuntimeTargetHandler handler = new GenericServerRuntimeTargetHandler();
Discouraged access: The method resolveClasspathContainer(IRuntime, String) from the type GenericServerRuntimeTargetHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerClasspathRuntimeHandlerTest.java :
68 : IClasspathEntry[] entries = handler.resolveClasspathContainer(fRuntime,null);
The import java.util.Iterator is never used
GenericServerRuntimeTest.java :
13 : import java.util.Iterator;
The import java.util.List is never used
GenericServerRuntimeTest.java :
14 : import java.util.List;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerRuntimeTest.java :
18 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
The import org.eclipse.jst.server.generic.servertype.definition.Property is never used
GenericServerRuntimeTest.java :
20 : import org.eclipse.jst.server.generic.servertype.definition.Property;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerRuntimeTest.java :
32 : GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_RUNTIMETYPE_ID);
Discouraged access: The method getServerTypeDefinition() from the type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerRuntimeTest.java :
35 : ServerRuntime runtimeDef = runtime.getServerTypeDefinition();
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerRuntimeTest.java :
48 : GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
Discouraged access: The method getServerTypeDefinition() from the type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerRuntimeTest.java :
51 : ServerRuntime serverRuntime = runtime.getServerTypeDefinition();
The import org.eclipse.core.runtime.CoreException is never used
GenericServerTest.java :
15 : import org.eclipse.core.runtime.CoreException;
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
16 : import org.eclipse.jst.server.generic.core.internal.GenericServer;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
17 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
33 : GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_RUNTIMETYPE_ID);
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
34 : GenericServer server = ServerRuntimeUtils.getGenericServer(TEST_SERVERTYPE_ID, runtime.getRuntime());
Discouraged access: The method getServerDefinition() from the type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
37 : ServerRuntime serverRuntime = server.getServerDefinition();
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
49 : GenericServerRuntime runtime = ServerRuntimeUtils.getGenericServerRuntime(TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
50 : GenericServer server = ServerRuntimeUtils.getGenericServer(TEST_SERVERDEFONLY_SERVERTYPE_ID, runtime.getRuntime());
Discouraged access: The method getServerDefinition() from the type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
GenericServerTest.java :
53 : ServerRuntime serverRuntime = server.getServerDefinition();
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
PluginIntegrityTest.java :
33 : import org.eclipse.jst.server.generic.core.internal.CorePlugin;
Discouraged access: The type GenericUiPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.ui/@dot
PluginIntegrityTest.java :
34 : import org.eclipse.jst.server.generic.ui.internal.GenericUiPlugin;
Discouraged access: The type GenericUiPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.ui/@dot
PluginIntegrityTest.java :
70 : assertNotNull(GenericUiPlugin.getDefault());
Discouraged access: The method getDefault() from the type GenericUiPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.ui/@dot
PluginIntegrityTest.java :
70 : assertNotNull(GenericUiPlugin.getDefault());
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
PluginIntegrityTest.java :
73 : assertNotNull(CorePlugin.getDefault());
Discouraged access: The method getDefault() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
PluginIntegrityTest.java :
73 : assertNotNull(CorePlugin.getDefault());
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerCreationTest.java :
38 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
Discouraged access: The type RuntimeType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
ServerCreationTest.java :
46 : import org.eclipse.wst.server.core.internal.RuntimeType;
Discouraged access: The type RuntimeType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
ServerCreationTest.java :
50 : RuntimeType j2eeRuntimeType = null;
Discouraged access: The type RuntimeType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.server.core/@dot
ServerCreationTest.java :
64 : j2eeRuntimeType = (RuntimeType) runtimeType;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerCreationTest.java :
128 : GenericServerRuntime runtimeDelegate = (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(GenericServerRuntime.class,new NullProgressMonitor());
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerCreationTest.java :
128 : GenericServerRuntime runtimeDelegate = (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(GenericServerRuntime.class,new NullProgressMonitor());
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerCreationTest.java :
128 : GenericServerRuntime runtimeDelegate = (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(GenericServerRuntime.class,new NullProgressMonitor());
Discouraged access: The method setServerInstanceProperties(Map) from the type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerCreationTest.java :
140 : runtimeDelegate.setServerInstanceProperties(props);
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
36 : import org.eclipse.jst.server.generic.core.internal.CorePlugin;
Discouraged access: The type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
37 : import org.eclipse.jst.server.generic.core.internal.ServerTypeDefinitionManager;
Discouraged access: The type ExtensionPointUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
38 : import org.eclipse.jst.server.generic.internal.core.util.ExtensionPointUtil;
Discouraged access: The type ExtensionPointUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
73 : IExtension[] extensions = ExtensionPointUtil.getGenericServerDefinitionExtensions();
Discouraged access: The method getGenericServerDefinitionExtensions() from the type ExtensionPointUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
73 : IExtension[] extensions = ExtensionPointUtil.getGenericServerDefinitionExtensions();
Discouraged access: The type ExtensionPointUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
76 : noOfExtensions+= ExtensionPointUtil.getConfigurationElements(extensions[i]).length;
Discouraged access: The method getConfigurationElements(IExtension) from the type ExtensionPointUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
76 : noOfExtensions+= ExtensionPointUtil.getConfigurationElements(extensions[i]).length;
Discouraged access: The type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
78 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
78 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getDefault() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
78 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerTypeDefinitionManager() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
78 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerTypeDefinitions() from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
80 : ServerRuntime[] types = serverTypeDefinitionManager.getServerTypeDefinitions();
Discouraged access: The type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
86 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
86 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin
Discouraged access: The method getDefault() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
86 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin .getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerTypeDefinitionManager() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
86 : ServerTypeDefinitionManager serverTypeDefinitionManager = CorePlugin .getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerTypeDefinitions() from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
89 : ServerRuntime[] types = serverTypeDefinitionManager .getServerTypeDefinitions();
Discouraged access: The method resolveProperties(String) from the type Resolver is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerDefinitionTypeTest.java :
96 : String resolved = definition.getResolver().resolveProperties(wd);
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
20 : import org.eclipse.jst.server.generic.core.internal.GenericServer;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
21 : import org.eclipse.jst.server.generic.core.internal.GenericServerRuntime;
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
39 : public static GenericServer getGenericServer(String serverTypeId, IRuntime runtime) throws Exception {
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
40 : GenericServer serverDelegate = null;
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
50 : (GenericServer)serverWorkingCopy.loadAdapter(
Discouraged access: The type GenericServer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
51 : GenericServer.class,
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
60 : public static GenericServerRuntime getGenericServerRuntime(String runtimeTypeId) throws CoreException {
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
61 : GenericServerRuntime runtimeDelegate = null;
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
69 : (GenericServerRuntime)runtimeWorkingCopy.loadAdapter(
Discouraged access: The type GenericServerRuntime is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerRuntimeUtils.java :
70 : GenericServerRuntime.class,
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
18 : import org.eclipse.jst.server.generic.core.internal.CorePlugin;
Discouraged access: The type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
19 : import org.eclipse.jst.server.generic.core.internal.ServerTypeDefinitionManager;
Discouraged access: The type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
37 : private ServerTypeDefinitionManager manager;
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
41 : manager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getDefault() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
41 : manager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerTypeDefinitionManager() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
41 : manager = CorePlugin.getDefault().getServerTypeDefinitionManager();
Discouraged access: The method getServerRuntimeDefinition(String, String, Map) from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
68 : manager.getServerRuntimeDefinition(TEST_SERVERTYPE_ID, TEST_RUNTIMETYPE_ID, properties);
Discouraged access: The method getServerRuntimeDefinition(String, Map) from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
76 : manager.getServerRuntimeDefinition(TEST_SERVERDEFONLY_RUNTIMETYPE_ID, properties);
Discouraged access: The method getServerRuntimeDefinition(String, Map) from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionManagerTest.java :
79 : definition = manager.getServerRuntimeDefinition(TEST_SERVERDEFONLY_SERVERTYPE_ID, properties);
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionModelTest.java :
5 : import org.eclipse.jst.server.generic.core.internal.CorePlugin;
Discouraged access: The type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionModelTest.java :
27 : ServerRuntime[] serverdefs = CorePlugin.getDefault().getServerTypeDefinitionManager().getServerTypeDefinitions();
Discouraged access: The method getDefault() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionModelTest.java :
27 : ServerRuntime[] serverdefs = CorePlugin.getDefault().getServerTypeDefinitionManager().getServerTypeDefinitions();
Discouraged access: The method getServerTypeDefinitionManager() from the type CorePlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionModelTest.java :
27 : ServerRuntime[] serverdefs = CorePlugin.getDefault().getServerTypeDefinitionManager().getServerTypeDefinitions();
Discouraged access: The method getServerTypeDefinitions() from the type ServerTypeDefinitionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
ServerTypeDefinitionModelTest.java :
27 : ServerRuntime[] serverdefs = CorePlugin.getDefault().getServerTypeDefinitionManager().getServerTypeDefinitions();
The method acceptClass(char[], char[], char[][], String) from the type new TypeNameRequestor(){} is never used locally
TestProject.java :
182 : public void acceptClass(char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, String path) {
The method acceptInterface(char[], char[], char[][], String) from the type new TypeNameRequestor(){} is never used locally
TestProject.java :
186 : public void acceptInterface(char[] packageName, char[] simpleTypeName, char[][] enclosingTypeNames, String path) {
Discouraged access: The type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
15 : import org.eclipse.jst.server.generic.internal.xml.XMLUtils;
Discouraged access: The type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
23 : private XMLUtils xmlUtils;
Discouraged access: The constructor XMLUtils() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
29 : xmlUtils = new XMLUtils();
Discouraged access: The type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
29 : xmlUtils = new XMLUtils();
Discouraged access: The method getServerTypeDefinition(String) from the type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
33 : ServerRuntime definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
Discouraged access: The method getServerTypeDefinition(String) from the type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
36 : definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERDEFONLY_SERVERTYPE_ID);
Discouraged access: The method getRuntimeTypeDefinition(String) from the type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
39 : definition = xmlUtils.getRuntimeTypeDefinition(TestConstants.TEST_SERVERDEFONLY_RUNTIMETYPE_ID);
Discouraged access: The method getServerTypeDefinition(String) from the type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
42 : definition = xmlUtils.getServerTypeDefinition(TestConstants.TEST_SERVERTYPE_ID);
Discouraged access: The method getRuntimeTypeDefinition(String) from the type XMLUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.server.generic.core/@dot
XMLUtilsTest.java :
45 : definition = xmlUtils.getRuntimeTypeDefinition(TestConstants.TEST_RUNTIMETYPE_ID);