| Summary: | build error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Eugene Chan <ewchan> | ||||
| Component: | TPTP | Assignee: | Eugene Chan <ewchan> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | blocker | ||||||
| Priority: | P1 | CC: | jcayne | ||||
| Version: | unspecified | Keywords: | plan | ||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 79779 [details]
patch
patch submitted to HEAD(4.5) fixed Please change the target to the 4.5 iteration when this Bugzilla was resolved. update target. |
The following plugin has 16 errors, 21 warnings: org.eclipse.hyades.trace.ui You are listed as a developer for this plugin. Please help fix the problem or forward this email to the appropriate developer. This is an automated message. Please do not reply to the sender. Here are the warning and error messages for this plugin: # 10/4/07 1:36:34 PM GMT-05:00 # Eclipse Java Compiler 0.743, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/UIPlugin.java (at line 48) import org.eclipse.tptp.platform.common.ui.trace.internal.CommonUITracePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.tptp.platform.common.ui.trace.internal.CommonUITracePlugin is never used ---------- ---------- 2. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/actions/CollectObjRefActionDelegate.java (at line 29) import org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate is never used ---------- ---------- 3. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/actions/RunGCActionDelegate.java (at line 23) import org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.hyades.trace.ui.actions.AbstractProfileActionDelegate is never used ---------- ---------- 4. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/editors/TRCNodeEditor.java (at line 38) import org.eclipse.ui.IWorkbenchPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchPart is never used ---------- ---------- 5. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/editors/TRCProcessEditor.java (at line 35) import org.eclipse.ui.IWorkbenchPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchPart is never used ---------- ---------- 6. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachAgentTabProviders.java (at line 45) import org.eclipse.tptp.platform.execution.client.core.ConnectionInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.tptp.platform.execution.client.core.ConnectionInfo is never used ---------- 7. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachAgentTabProviders.java (at line 573) private AttachAgentsTab agentsTab; ^^^^^^^^^ The field AttachAgentTabProviders.DeferredAgentAdapter.agentsTab is never read locally ---------- ---------- 8. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachAgentsTab.java (at line 15) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 9. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachAgentsTab.java (at line 53) import org.eclipse.tptp.platform.execution.client.core.IAgentController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.tptp.platform.execution.client.core.IAgentController is never used ---------- ---------- 10. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 27) import org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut cannot be resolved ---------- 11. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 35) public class ProfileJavaAppletShortcut extends JavaAppletLaunchShortcut { ^^^^^^^^^^^^^^^^^^^^^^^^ JavaAppletLaunchShortcut cannot be resolved to a type ---------- 12. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 41) ILaunchConfigurationType configType = getConfigurationType(); ^^^^^^^^^^^^^^^^^^^^ The method getConfigurationType() is undefined for the type ProfileJavaAppletShortcut ---------- 13. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 42) final ILaunchConfiguration config = findLaunchConfiguration(type, configType); ^^^^^^^^^^^^^^^^^^^^^^^ The method findLaunchConfiguration(IType, ILaunchConfigurationType) is undefined for the type ProfileJavaAppletShortcut ---------- 14. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 63) ElementListSelectionDialog dialog= new ElementListSelectionDialog(getShell(), new JavaElementLabelProvider()); ^^^^^^^^ The method getShell() is undefined for the type ProfileJavaAppletShortcut ---------- 15. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 74) return super.chooseType(types, mode); ^^^^^^^^^^ The method chooseType(IType[], String) is undefined for the type Object ---------- 16. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 86) ElementListSelectionDialog dialog= new ElementListSelectionDialog(getShell(), labelProvider); ^^^^^^^^ The method getShell() is undefined for the type ProfileJavaAppletShortcut ---------- 17. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 99) return super.chooseConfiguration(configList); ^^^^^^^^^^^^^^^^^^^ The method chooseConfiguration(List) is undefined for the type Object ---------- 18. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaAppletShortcut.java (at line 104) return LauncherUtility.addExtendedConfigurationDefaults(super.createConfiguration(type)); ^^^^^^^^^^^^^^^^^^^ The method createConfiguration(IType) is undefined for the type Object ---------- ---------- 19. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 27) import org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut cannot be resolved ---------- 20. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 34) public class ProfileJavaApplicationShortcut extends JavaApplicationLaunchShortcut { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ JavaApplicationLaunchShortcut cannot be resolved to a type ---------- 21. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 40) ILaunchConfigurationType configType = getConfigurationType(); ^^^^^^^^^^^^^^^^^^^^ The method getConfigurationType() is undefined for the type ProfileJavaApplicationShortcut ---------- 22. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 41) final ILaunchConfiguration config = findLaunchConfiguration(type, configType); ^^^^^^^^^^^^^^^^^^^^^^^ The method findLaunchConfiguration(IType, ILaunchConfigurationType) is undefined for the type ProfileJavaApplicationShortcut ---------- 23. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 65) ElementListSelectionDialog dialog= new ElementListSelectionDialog(getShell(), labelProvider); ^^^^^^^^ The method getShell() is undefined for the type ProfileJavaApplicationShortcut ---------- 24. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 78) return super.chooseConfiguration(configList); ^^^^^^^^^^^^^^^^^^^ The method chooseConfiguration(List) is undefined for the type Object ---------- 25. ERROR in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileJavaApplicationShortcut.java (at line 83) return LauncherUtility.addExtendedConfigurationDefaults(super.createConfiguration(type)); ^^^^^^^^^^^^^^^^^^^ The method createConfiguration(IType) is undefined for the type Object ---------- ---------- 26. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/ProfileLaunchUtil.java (at line 165) ILaunchValidator analysisTypeSupp; ^^^^^^^^^^^^^^^^ The local variable analysisTypeSupp is never read ---------- ---------- 27. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/preferences/TraceViewMappingPreferencePage.java (at line 19) import org.eclipse.hyades.trace.ui.internal.core.TraceViewOptionsUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.hyades.trace.ui.internal.core.TraceViewOptionsUI is never used ---------- 28. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/preferences/TraceViewMappingPreferencePage.java (at line 27) import org.eclipse.swt.SWT; ^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.SWT is never used ---------- 29. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/preferences/TraceViewMappingPreferencePage.java (at line 28) import org.eclipse.swt.layout.GridLayout; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.layout.GridLayout is never used ---------- 30. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/preferences/TraceViewMappingPreferencePage.java (at line 31) import org.eclipse.ui.PlatformUI; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.PlatformUI is never used ---------- ---------- 31. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/PDCoreUtil.java (at line 97) import org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunchDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.tptp.trace.ui.provisional.launcher.PrimaryLaunchDelegate is never used ---------- ---------- 32. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/ProcessAdapter.java (at line 26) import org.eclipse.core.runtime.IAdaptable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IAdaptable is never used ---------- 33. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/ProcessAdapter.java (at line 33) import org.eclipse.debug.core.model.ITerminate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.core.model.ITerminate is never used ---------- 34. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/ProcessAdapter.java (at line 34) import org.eclipse.hyades.execution.core.IDataProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.hyades.execution.core.IDataProcessor is never used ---------- 35. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/ProcessAdapter.java (at line 42) import org.eclipse.tptp.platform.execution.client.core.internal.ProcessImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.tptp.platform.execution.client.core.internal.ProcessImpl is never used ---------- ---------- 36. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/util/UnresolvedResourceHelper.java (at line 22) private PDProjectExplorer pe; ^^ The field UnresolvedResourceHelper.pe is never read locally ---------- ---------- 37. WARNING in /workspace/plugins/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/launcher/ProfilingSetsManagerCopy.java (at line 30) import org.eclipse.hyades.ui.HyadesUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.hyades.ui.HyadesUIPlugin is never used ---------- 37 problems (16 errors, 21 warnings)