Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 58273 Details for
Bug 172902
org.eclipse.hyades.test.tools.core compilation problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Plug-in's build log.
tools-core_jar_bin_log.txt (text/plain), 39.25 KB, created by
Paul Slauenwhite
on 2007-02-05 14:12:56 EST
(
hide
)
Description:
Plug-in's build log.
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2007-02-05 14:12:56 EST
Size:
39.25 KB
patch
obsolete
># 2/5/07 11:37:26 AM GMT-05:00 ># Eclipse Java Compiler v_677_R32x, 3.2.1 release, Copyright IBM Corp 2000, 2006. All rights reserved. >---------- >1. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/common/codegen/ClasspathContainerInitializer.java (at line 124) > List libraries = new ArrayList(elements.length); > ^^^^^^^^^ >The local variable libraries is never read >---------- >---------- >2. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/common/codegen/JavaProjectDependencyUpdater.java (at line 110) > IClasspathEntry[] resolvedClasspath; > ^^^^^^^^^^^^^^^^^ >The local variable resolvedClasspath is never read >---------- >---------- >3. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/GenTestSuiteConstructor.java (at line 14) > import java.util.Iterator; > ^^^^^^^^^^^^^^^^^^ >The import java.util.Iterator is never used >---------- >4. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/GenTestSuiteConstructor.java (at line 16) > import org.eclipse.hyades.models.common.facades.behavioral.ITestSuite; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.models.common.facades.behavioral.ITestSuite is never used >---------- >5. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/GenTestSuiteConstructor.java (at line 17) > import org.eclipse.hyades.models.common.facades.behavioral.ITestCase; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.models.common.facades.behavioral.ITestCase is never used >---------- >6. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/GenTestSuiteConstructor.java (at line 19) > import org.eclipse.hyades.test.tools.core.internal.common.codegen.ImportManager; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.test.tools.core.internal.common.codegen.ImportManager is never used >---------- >7. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/GenTestSuiteConstructor.java (at line 20) > import org.eclipse.hyades.test.core.util.StringUtil; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.test.core.util.StringUtil is never used >---------- >---------- >8. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/JUnitGenerator.java (at line 25) > import org.eclipse.hyades.test.core.internal.changes.PotentialChange; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.test.core.internal.changes.PotentialChange is never used >---------- >9. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/codegen/JUnitGenerator.java (at line 33) > import org.eclipse.hyades.test.tools.core.internal.common.codegen.changes.AssociateModelSourceChange; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.hyades.test.tools.core.internal.common.codegen.changes.AssociateModelSourceChange is never used >---------- >---------- >10. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/harness/JUnitExecutionDeploymentAdapter.java (at line 103) > String relPath = file.getProjectRelativePath().toString(); > ^^^^^^^ >The local variable relPath is never read >---------- >---------- >11. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/modelsync/JUnitModelUpdater.java (at line 77) > boolean changed = false; > ^^^^^^^ >The local variable changed is never read >---------- >---------- >12. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/modelsync/JUnitProjectBuilder.java (at line 282) > int found = 0; > ^^^^^ >The local variable found is never read >---------- >---------- >13. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/modelsync/JUnitTypeFactory.java (at line 208) > boolean isExternalBehavior = testSuite.getImplementor().isExternalImplementor(); > ^^^^^^^^^^^^^^^^^^ >The local variable isExternalBehavior is never read >---------- >---------- >14. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/java/preferences/JUnitTestSuiteFactoryOptions.java (at line 73) > IPath basePath = cu.getResource().getParent().getFullPath(); > ^^^^^^^^ >The local variable basePath is never read >---------- >---------- >15. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 16) > import java.util.ArrayList; > ^^^^^^^^^^^^^^^^^^^ >The import java.util.ArrayList is never used >---------- >16. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 21) > import java.util.LinkedList; > ^^^^^^^^^^^^^^^^^^^^ >The import java.util.LinkedList is never used >---------- >17. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 36) > import org.eclipse.pde.internal.core.PDECore; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >18. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 80) > private static boolean addRequiredPlugin(IPluginModelBase pluginModel, String requiredPluginId) throws CoreException { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method addRequiredPlugin(IPluginModelBase, String) from the type PluginProjectDependencyUpdater is never used locally >---------- >19. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 92) > return PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >20. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 92) > return PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >21. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 92) > return PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >22. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/codegen/PluginProjectDependencyUpdater.java (at line 92) > return PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method findModel(IProject) from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >---------- >23. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 30) > import org.eclipse.pde.internal.core.PDECore; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >24. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 124) > private static IPluginModelBase findPluginModel(IProject pluginProject) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method findPluginModel(IProject) from the type WorkbenchExecutableObjectAdapter is never used locally >---------- >25. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 125) > IPluginModelBase[] models = PDECore.getDefault().getModelManager().getWorkspaceModels(); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >26. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 125) > IPluginModelBase[] models = PDECore.getDefault().getModelManager().getWorkspaceModels(); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >27. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 125) > IPluginModelBase[] models = PDECore.getDefault().getModelManager().getWorkspaceModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >28. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutableObjectAdapter.java (at line 125) > IPluginModelBase[] models = PDECore.getDefault().getModelManager().getWorkspaceModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getWorkspaceModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >---------- >29. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 82) > import org.eclipse.pde.internal.core.PDECore; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >30. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 83) > import org.eclipse.pde.internal.core.TargetPlatform; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved >---------- >31. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 429) > TargetPlatform.createPlatformConfigurationArea(pluginMap, area, brandingPlugin); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >32. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 523) > IPluginModelBase[] plugins = PDECore.getDefault().getModelManager().getPlugins(); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >33. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 523) > IPluginModelBase[] plugins = PDECore.getDefault().getModelManager().getPlugins(); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >34. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 523) > IPluginModelBase[] plugins = PDECore.getDefault().getModelManager().getPlugins(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >35. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 523) > IPluginModelBase[] plugins = PDECore.getDefault().getModelManager().getPlugins(); > ^^^^^^^^^^ >The method getPlugins() is undefined for the type PluginModelManager >---------- >36. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 545) > Properties properties = TargetPlatform.getConfigIniProperties(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >37. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 554) > plugins = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >38. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 554) > plugins = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >39. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 554) > plugins = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >40. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 554) > plugins = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getExternalModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >41. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 566) > IPluginModelBase[] exmodels = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >42. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 566) > IPluginModelBase[] exmodels = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >43. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 566) > IPluginModelBase[] exmodels = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >44. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 566) > IPluginModelBase[] exmodels = PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getExternalModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >45. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 629) > String bundleList = TargetPlatform.getBundleList(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >46. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutionDeploymentAdapter.java (at line 696) > Properties targetConfig = TargetPlatform.getConfigIniProperties(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >---------- >47. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/harness/WorkbenchExecutorStub.java (at line 100) > String hostname = this.getAgentProcess().getNode().getInetAddress().getHostName(); > ^^^^^^^^ >The local variable hostname is never read >---------- >---------- >48. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 30) > import org.eclipse.pde.internal.core.PDECore; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >49. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 31) > import org.eclipse.pde.internal.core.build.WorkspaceBuildModel; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >50. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 48) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >51. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 48) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >52. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 48) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >53. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 48) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(project); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method findModel(IProject) from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >54. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 100) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >55. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 100) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >56. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 100) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >57. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 100) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method findModel(IProject) from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >58. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 121) > buildModel = new WorkspaceBuildModel(buildFile); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The constructor WorkspaceBuildModel(IFile) is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >59. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 121) > buildModel = new WorkspaceBuildModel(buildFile); > ^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type WorkspaceBuildModel is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >60. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 139) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >61. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 139) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >62. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 139) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >63. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/PDEProjectUtil.java (at line 139) > IPluginModelBase model = PDECore.getDefault().getModelManager().findModel(pluginProject); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method findModel(IProject) from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >---------- >64. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 34) > import org.eclipse.pde.internal.core.ExternalModelManager; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type ExternalModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >65. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 35) > import org.eclipse.pde.internal.core.PDECore; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >66. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 36) > import org.eclipse.pde.internal.core.TargetPlatform; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The import org.eclipse.pde.internal.core.TargetPlatform cannot be resolved >---------- >67. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 94) > setEclipseLocation(group, ExternalModelManager.getEclipseHome().toString()); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The type ExternalModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >68. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 94) > setEclipseLocation(group, ExternalModelManager.getEclipseHome().toString()); > ^^^^^^^^^^^^^^ >The method getEclipseHome() is undefined for the type ExternalModelManager >---------- >69. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 106) > setProgramArguments(group, "-os " + TargetPlatform.getOS() //$NON-NLS-1$ > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >70. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 107) > + " -arch " + TargetPlatform.getOSArch() //$NON-NLS-1$ > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >71. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 108) > + " -ws " + TargetPlatform.getWS() //$NON-NLS-1$ > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >72. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 109) > + " -nl " + TargetPlatform.getNL()); //$NON-NLS-1$ > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >73. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 112) > setExternalPlugins(group, getPluginIds(PDECore.getDefault().getModelManager().getExternalModels())); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >74. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 112) > setExternalPlugins(group, getPluginIds(PDECore.getDefault().getModelManager().getExternalModels())); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >75. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 112) > setExternalPlugins(group, getPluginIds(PDECore.getDefault().getModelManager().getExternalModels())); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >76. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 112) > setExternalPlugins(group, getPluginIds(PDECore.getDefault().getModelManager().getExternalModels())); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getExternalModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >77. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 314) > return getPluginIds(PDECore.getDefault().getModelManager().getExternalModels()); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >78. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 314) > return getPluginIds(PDECore.getDefault().getModelManager().getExternalModels()); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >79. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 314) > return getPluginIds(PDECore.getDefault().getModelManager().getExternalModels()); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >80. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 314) > return getPluginIds(PDECore.getDefault().getModelManager().getExternalModels()); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getExternalModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >81. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 415) > return TargetPlatform.getApplicationNames(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >82. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 429) > return TargetPlatform.getProductNames(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >83. ERROR in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 433) > return TargetPlatform.getDefaultProduct(); > ^^^^^^^^^^^^^^ >TargetPlatform cannot be resolved >---------- >84. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 437) > return PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^ >Discouraged access: The type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >85. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 437) > return PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getDefault() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >86. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 437) > return PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getModelManager() from the type PDECore is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >87. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/internal/plugin/util/WorkbenchLocationUtil.java (at line 437) > return PDECore.getDefault().getModelManager().getExternalModels(); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Discouraged access: The method getExternalModels() from the type PluginModelManager is not accessible due to restriction on classpath entry /workspace/pre-built/eclipse/plugins/org.eclipse.pde.core_3.3.0.v20070130-0800.jar >---------- >---------- >88. WARNING in /workspace/plugins/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/java/JUnitTestSuiteFacade.java (at line 168) > IJUnitTestSuiteFactory factory = new JUnitTypeFactory(); > ^^^^^^^ >The local variable factory is never read >---------- >88 problems (15 errors, 73 warnings)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 172902
: 58273