Compiler log for org.eclipse.ui.tests_3.2.1.M20060908-1650 : uitests.jar.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 40

/Eclipse JFace Tests/org/eclipse/jface/tests/images/ImageRegistryTest.java : 1 warning :

1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/ImageRegistryTest.java
 (at line 46)
Class clazz = Dialog.class;
The local variable clazz is never read

/Eclipse JFace Tests/org/eclipse/jface/tests/images/ResourceManagerTest.java : 1 warning :

1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/images/ResourceManagerTest.java
 (at line 197)
Display display = Display.getCurrent();
The local variable display is never read

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java : 3 warnings :

1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 116)
Object object = array[i];
The local variable object is never read
2. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 200)
Object object = expected[i];
The local variable object is never read
3. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/LazySortedCollectionTest.java
 (at line 485)
int start = 20;
The local variable start is never read

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TableFontProviderTest.java : 1 warning :

1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TableFontProviderTest.java
 (at line 64)
TestElement first = fRootElement.getFirstChild();
The local variable first is never read

/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModelLazyTreeContentProvider.java : 1 warning :

1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TestModelLazyTreeContentProvider.java
 (at line 57)
final TestElement testElement = (TestElement) newInput;
The local variable testElement is never read

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableDecoratorTestCase.java : 2 warnings :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptableDecoratorTestCase.java
 (at line 41)
private AdaptedResourceNavigator adaptedNavigator;
The field AdaptableDecoratorTestCase.adaptedNavigator is never read locally
2. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/TestNavigatorActionGroup.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/adaptable/TestNavigatorActionGroup.java
 (at line 34)
private NewWizardAction newWizardAction;
The field TestNavigatorActionGroup.newWizardAction is never read locally

/Eclipse UI Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java
 (at line 42)
private IWorkbenchPart partMask;
The field IDeprecatedWorkbenchPageTest.partMask is never read locally

/Eclipse UI Tests/org/eclipse/ui/tests/api/IPageServiceTest.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/IPageServiceTest.java
 (at line 30)
private IWorkspace fWorkspace;
The field IPageServiceTest.fWorkspace is never read locally

/Eclipse UI Tests/org/eclipse/ui/tests/api/UIJobTest.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/HeavyResourceView.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/HeavyResourceView.java
 (at line 75)
Composite next = new Composite(tempShell, SWT.NONE);
The local variable next is never read

/Eclipse UI Tests/org/eclipse/ui/tests/autotests/AutoTestSuite.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/autotests/TestResults.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorEnablementTestCase.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/DecoratorTestCase.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/decorators/ExceptionDecoratorTestCase.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferences.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/DeprecatedUIPreferencesAuto.java : 2 warnings :

1. WARNING in /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
2. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java : 1 warning :

1. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java : 2 warnings :

1. WARNING in /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
2. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/AddMarkersAction.java
 (at line 102)
private void openError(Exception e) {
The method openError(Exception) from the type AddMarkersAction is never used locally

/Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/menus/ObjectContributionTest.java
 (at line 420)
PluginActionContributionItem pa = (PluginActionContributionItem) item;
The local variable pa is never read

/Eclipse UI Tests/org/eclipse/ui/tests/multieditor/MultiEditorTest.java : 2 warnings :

1. WARNING in /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
2. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/CloseTest.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/CloseTest.java
 (at line 105)
IWorkbenchPart otherStackedPart = getStackedPart2();
The local variable otherStackedPart is never read

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ShowViewTest.java : 3 warnings :

1. WARNING in /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
2. WARNING in /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
3. WARNING in /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

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java : 5 warnings :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java
 (at line 56)
IWorkbenchPart previousEditor = editor1;
The local variable previousEditor is never read
2. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java
 (at line 79)
IWorkbenchPart previousActiveEditor = editor2;
The local variable previousActiveEditor is never read
3. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java
 (at line 80)
IWorkbenchPart activePart = getStackedPart1();
The local variable activePart is never read
4. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java
 (at line 81)
IWorkbenchPart otherStackedPart = getStackedPart2();
The local variable otherStackedPart is never read
5. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedEditorCloseTest.java
 (at line 82)
IWorkbenchPart unstackedPart = unstackedView;
The local variable unstackedPart is never read

/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedViewCloseTest.java : 1 warning :

1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomedViewCloseTest.java
 (at line 90)
IWorkbenchPart otherStackedPart = getStackedPart2();
The local variable otherStackedPart is never read