Compiler Report

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 )

Source File: org/eclipse/jst/server/generic/tests/GenericServerClasspathRuntimeHandlerTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/GenericServerRuntimeTest.java
1. WARNING: UnusedImport

The import java.util.Iterator is never used

GenericServerRuntimeTest.java :

13 : import java.util.Iterator;

2. WARNING: UnusedImport

The import java.util.List is never used

GenericServerRuntimeTest.java :

14 : import java.util.List;

3. WARNING: DiscouragedReference

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;

4. WARNING: UnusedImport

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;

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/GenericServerTest.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

GenericServerTest.java :

15 : import org.eclipse.core.runtime.CoreException;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/PluginIntegrityTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/ServerCreationTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/ServerDefinitionTypeTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

10. WARNING: DiscouragedReference

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

11. WARNING: DiscouragedReference

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

12. WARNING: DiscouragedReference

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

13. WARNING: DiscouragedReference

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

14. WARNING: DiscouragedReference

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

15. WARNING: DiscouragedReference

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

16. WARNING: DiscouragedReference

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

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/ServerRuntimeUtils.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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(

6. WARNING: DiscouragedReference

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,

7. WARNING: DiscouragedReference

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 {

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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(

10. WARNING: DiscouragedReference

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,

Source File: org/eclipse/jst/server/generic/tests/ServerTypeDefinitionManagerTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/ServerTypeDefinitionModelTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

Source File: org/eclipse/jst/server/generic/tests/TestProject.java
1. WARNING: UnusedPrivateMethod

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

2. WARNING: UnusedPrivateMethod

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

Source File: org/eclipse/jst/server/generic/tests/XMLUtilsTest.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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

4. WARNING: DiscouragedReference

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

5. WARNING: DiscouragedReference

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

6. WARNING: DiscouragedReference

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

7. WARNING: DiscouragedReference

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

8. WARNING: DiscouragedReference

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

9. WARNING: DiscouragedReference

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