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 28652 Details for
Bug 113454
[Markers] Compile errors in N20051022-0010
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.
Compile Logs
uitests.log (text/plain), 17.46 KB, created by
Douglas Pollock
on 2005-10-22 11:23:48 EDT
(
hide
)
Description:
Compile Logs
Filename:
MIME Type:
Creator:
Douglas Pollock
Created:
2005-10-22 11:23:48 EDT
Size:
17.46 KB
patch
obsolete
># 22 Oct 2005 01:13:23 ># Eclipse Java Compiler 0.613, 3.2.0 milestone-2, Copyright IBM Corp 2000, 2005. All rights reserved. >---------- >1. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/images/ImageRegistryTest.java > (at line 46) > Class clazz = Dialog.class; > ^^^^^ >The local variable clazz is never read >---------- >---------- >2. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/images/ResourceManagerTest.java > (at line 197) > Display display = Display.getCurrent(); > ^^^^^^^ >The local variable display is never read >---------- >---------- >3. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java > (at line 116) > Object object = array[i]; > ^^^^^^ >The local variable object is never read >---------- >4. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java > (at line 200) > Object object = expected[i]; > ^^^^^^ >The local variable object is never read >---------- >5. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java > (at line 485) > int start = 20; > ^^^^^ >The local variable start is never read >---------- >---------- >6. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TableFontProviderTest.java > (at line 64) > TestElement first = fRootElement.getFirstChild(); > ^^^^^ >The local variable first is never read >---------- >---------- >7. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableDecoratorTestCase.java > (at line 41) > private AdaptedResourceNavigator adaptedNavigator; > ^^^^^^^^^^^^^^^^ >The field AdaptableDecoratorTestCase.adaptedNavigator is never read locally >---------- >8. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableDecoratorTestCase.java > (at line 111) > private LabelProviderChangedEvent getLabelChangedEvent(IResource resource) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method getLabelChangedEvent(IResource) from the type AdaptableDecoratorTestCase is never used locally >---------- >---------- >9. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java > (at line 520) > String viewName = getConfigurationElement().getAttribute("name"); > ^^^^^^^^ >The local variable viewName is never read >---------- >---------- >10. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/TestNavigatorActionGroup.java > (at line 34) > private NewWizardAction newWizardAction; > ^^^^^^^^^^^^^^^ >The field TestNavigatorActionGroup.newWizardAction is never read locally >---------- >---------- >11. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java > (at line 42) > private IWorkbenchPart partMask; > ^^^^^^^^ >The field IDeprecatedWorkbenchPageTest.partMask is never read locally >---------- >---------- >12. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IPageServiceTest.java > (at line 30) > private IWorkspace fWorkspace; > ^^^^^^^^^^ >The field IPageServiceTest.fWorkspace is never read locally >---------- >---------- >13. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/UIJobTest.java > (at line 34) > private String EDITOR_ID = "org.eclipse.ui.tests.api.IEditorActionBarContributorTest"; > ^^^^^^^^^ >The field UIJobTest.EDITOR_ID is never read locally >---------- >---------- >14. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/HeavyResourceView.java > (at line 65) > Composite next = new Composite(tempShell, SWT.NONE); > ^^^^ >The local variable next is never read >---------- >---------- >15. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTestSuite.java > (at line 94) > private int findInArray(String[] hayStack, String needle) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method findInArray(String[], String) from the type AutoTestSuite is never used locally >---------- >---------- >16. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java > (at line 27) > private final static String ATT_RESULT = "result"; > ^^^^^^^^^^ >The field TestResults.ATT_RESULT is never read locally >---------- >---------- >17. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/components/ViewBuilder.java > (at line 29) > private Shell testShell; > ^^^^^^^^^ >The field ViewBuilder.testShell is never read locally >---------- >---------- >18. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/components/inheritance/TestInheritance.java > (at line 31) > Container myContainer = new Container(multiplexContext); > ^^^^^^^^^^^ >The local variable myContainer is never read >---------- >19. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/components/inheritance/TestInheritance.java > (at line 42) > FactoryMap parentContext = new FactoryMap() > ^^^^^^^^^^^^^ >The local variable parentContext is never read >---------- >20. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/components/inheritance/TestInheritance.java > (at line 48) > Container myContainer = new Container(childContext); > ^^^^^^^^^^^ >The local variable myContainer is never read >---------- >---------- >21. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorEnablementTestCase.java > (at line 74) > private LabelProviderChangedEvent getLabelChangedEvent(IResource resource) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method getLabelChangedEvent(IResource) from the type DecoratorEnablementTestCase is never used locally >---------- >---------- >22. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorTestCase.java > (at line 74) > private LabelProviderChangedEvent getLabelChangedEvent(IResource resource) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method getLabelChangedEvent(IResource) from the type DecoratorTestCase is never used locally >---------- >---------- >23. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java > (at line 33) > private boolean updated = false; > ^^^^^^^ >The field ExceptionDecoratorTestCase.updated is never read locally >---------- >---------- >24. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java > (at line 69) > private void deleteDummyProject() { > ^^^^^^^^^^^^^^^^^^^^ >The method deleteDummyProject() from the type DeprecatedUIPreferences is never used locally >---------- >---------- >25. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java > (at line 70) > private void deleteDummyProject() { > ^^^^^^^^^^^^^^^^^^^^ >The method deleteDummyProject() from the type DeprecatedUIPreferencesAuto is never used locally >---------- >26. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java > (at line 102) > private PropertyDialog getPropertyDialog(String id) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method getPropertyDialog(String) from the type DeprecatedUIPreferencesAuto is never used locally >---------- >---------- >27. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java > (at line 69) > private void deleteDummyProject() { > ^^^^^^^^^^^^^^^^^^^^ >The method deleteDummyProject() from the type UIPreferences is never used locally >---------- >---------- >28. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java > (at line 70) > private void deleteDummyProject() { > ^^^^^^^^^^^^^^^^^^^^ >The method deleteDummyProject() from the type UIPreferencesAuto is never used locally >---------- >29. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java > (at line 102) > private PropertyDialog getPropertyDialog(String id) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method getPropertyDialog(String) from the type UIPreferencesAuto is never used locally >---------- >---------- >30. ERROR in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/ResourceMappingMarkersTest.java > (at line 60) > if (problemView.getCurrentMarkers().toArray().length > 0) > ^^^^^^^^^^^^^^^^^ >The method getCurrentMarkers() from the type MarkerView is not visible >---------- >31. ERROR in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/ResourceMappingMarkersTest.java > (at line 65) > problemView.addUpdateFinishListener(doneListener); > ^^^^^^^^^^^^^^^^^^^^^^^ >The method addUpdateFinishListener(IJobChangeListener) is undefined for the type ProblemView >---------- >32. ERROR in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/ResourceMappingMarkersTest.java > (at line 68) > waiting[0] = problemView.getCurrentMarkers().toArray().length == 0; > ^^^^^^^^^^^^^^^^^ >The method getCurrentMarkers() from the type MarkerView is not visible >---------- >33. ERROR in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/ResourceMappingMarkersTest.java > (at line 74) > assertTrue("No markers generated", problemView.getCurrentMarkers() > ^^^^^^^^^^^^^^^^^ >The method getCurrentMarkers() from the type MarkerView is not visible >---------- >34. ERROR in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/ResourceMappingMarkersTest.java > (at line 76) > problemView.removeUpdateFinishListener(doneListener); > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method removeUpdateFinishListener(IJobChangeListener) is undefined for the type ProblemView >---------- >---------- >35. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java > (at line 419) > PluginActionContributionItem pa = (PluginActionContributionItem) item; > ^^ >The local variable pa is never read >---------- >---------- >36. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java > (at line 414) > private void listHistory(CallHistory history) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method listHistory(CallHistory) from the type MultiEditorTest is never used locally >---------- >37. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java > (at line 425) > private void listItems(WorkbenchPage page) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method listItems(WorkbenchPage) from the type MultiEditorTest is never used locally >---------- >---------- >38. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/BasicPerformanceTest.java > (at line 176) > private void tagAsGlobalSummary(String shortName, Dimension[] dimensions) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method tagAsGlobalSummary(String, Dimension[]) from the type BasicPerformanceTest is never used locally >---------- >39. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/BasicPerformanceTest.java > (at line 181) > private void tagAsSummary(String shortName, Dimension[] dimensions) { > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >The method tagAsSummary(String, Dimension[]) from the type BasicPerformanceTest is never used locally >---------- >40. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/BasicPerformanceTest.java > (at line 260) > Throwable cause = e; > ^^^^^ >The local variable cause is never read >---------- >---------- >41. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/OpenMultipleEditorTest.java > (at line 48) > IEditorPart part = IDE.openEditor(activePage, file, true); > ^^^^ >The local variable part is never read >---------- >---------- >42. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/presentations/PresentationPerformanceTestSuite.java > (at line 108) > IConfigurationElement targetElement = null; > ^^^^^^^^^^^^^ >The local variable targetElement is never read >---------- >---------- >43. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/presentations/PresentationTestbed.java > (at line 143) > private Control getPresentationControl() { > ^^^^^^^^^^^^^^^^^^^^^^^^ >The method getPresentationControl() from the type PresentationTestbed is never used locally >---------- >---------- >44. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/CloseTest.java > (at line 105) > IWorkbenchPart otherStackedPart = getStackedPart2(); > ^^^^^^^^^^^^^^^^ >The local variable otherStackedPart is never read >---------- >---------- >45. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java > (at line 137) > IViewPart newPart = showRegularView(ZoomPerspectiveFactory.STACK1_PLACEHOLDER1, > ^^^^^^^ >The local variable newPart is never read >---------- >46. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java > (at line 164) > IViewPart newPart = showRegularView(ZoomPerspectiveFactory.STACK1_PLACEHOLDER1, IWorkbenchPage.VIEW_CREATE); > ^^^^^^^ >The local variable newPart is never read >---------- >47. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java > (at line 188) > IViewPart newPart = showRegularView(ZoomPerspectiveFactory.STACK1_PLACEHOLDER1, IWorkbenchPage.VIEW_CREATE); > ^^^^^^^ >The local variable newPart is never read >---------- >---------- >48. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java > (at line 56) > IWorkbenchPart previousEditor = editor1; > ^^^^^^^^^^^^^^ >The local variable previousEditor is never read >---------- >49. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java > (at line 79) > IWorkbenchPart previousActiveEditor = editor2; > ^^^^^^^^^^^^^^^^^^^^ >The local variable previousActiveEditor is never read >---------- >50. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java > (at line 80) > IWorkbenchPart activePart = getStackedPart1(); > ^^^^^^^^^^ >The local variable activePart is never read >---------- >51. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java > (at line 81) > IWorkbenchPart otherStackedPart = getStackedPart2(); > ^^^^^^^^^^^^^^^^ >The local variable otherStackedPart is never read >---------- >52. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java > (at line 82) > IWorkbenchPart unstackedPart = unstackedView; > ^^^^^^^^^^^^^ >The local variable unstackedPart is never read >---------- >---------- >53. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedViewCloseTest.java > (at line 90) > IWorkbenchPart otherStackedPart = getStackedPart2(); > ^^^^^^^^^^^^^^^^ >The local variable otherStackedPart is never read >---------- >---------- >54. WARNING in /builds/N200510220010/src/plugins/org.eclipse.ui.tests/UI Test Utils/org/eclipse/ui/tests/internal/util/VerifyDialog.java > (at line 59) > private Button _noButton; > ^^^^^^^^^ >The field VerifyDialog._noButton is never read locally >---------- >54 problems (5 errors, 49 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 113454
: 28652