Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20070309-0010 (Timestamp: 200703090010):Compile errors in build

Build N20070309-0010 (Timestamp: 200703090010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.jdt.ui_3.3.0.N20070309-0010

Compiler log for org.eclipse.jdt.ui_3.3.0.N20070309-0010 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 13

Go to:

ERRORS

Go to:

/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java : 1 error :

1. ERROR in /ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java
 (at line 582)
super.reloadCache(checkDuplicates, remainingMonitor);
The method reloadCache(boolean, FilteredItemsSelectionDialog.GranualProgressMonitor) in the type FilteredItemsSelectionDialog is not applicable for the arguments (boolean, IProgressMonitor)

OTHER WARNINGS

Go to:

/ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java : 1 warning :

OTHER WARNINGS
1. WARNING in /ui/org/eclipse/jdt/internal/ui/dialogs/FilteredTypesSelectionDialog.java
 (at line 631)
private void ensureConsistency() throws InvocationTargetException, InterruptedException {
The method ensureConsistency() from the type FilteredTypesSelectionDialog is never used locally

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:

/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java : 6 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 42)
import org.eclipse.ltk.internal.ui.refactoring.ChangeExceptionHandler;
Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
2. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 191)
ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);
Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
3. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 191)
ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);
Discouraged access: The constructor ChangeExceptionHandler(Shell, Refactoring) is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
4. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 191)
ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring);
Discouraged access: The type ChangeExceptionHandler is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
5. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 194)
handler.handle(pco.getChange(), (RuntimeException)inner);
Discouraged access: The method handle(Change, RuntimeException) from the type ChangeExceptionHandler is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
6. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/RefactoringExecutionHelper.java
 (at line 196)
handler.handle(pco.getChange(), (CoreException)inner);
Discouraged access: The method handle(Change, CoreException) from the type ChangeExceptionHandler is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot

/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ApplyRefactoringScriptAction.java : 2 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ApplyRefactoringScriptAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.ApplyRefactoringScriptAction.showApplyScriptWizard(fWindow);
Discouraged access: The type ApplyRefactoringScriptAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
2. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ApplyRefactoringScriptAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.ApplyRefactoringScriptAction.showApplyScriptWizard(fWindow);
Discouraged access: The method showApplyScriptWizard(IWorkbenchWindow) from the type ApplyRefactoringScriptAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot

/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/CreateRefactoringScriptAction.java : 2 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/CreateRefactoringScriptAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.CreateRefactoringScriptAction.showCreateScriptWizard(fWindow);
Discouraged access: The type CreateRefactoringScriptAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
2. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/CreateRefactoringScriptAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.CreateRefactoringScriptAction.showCreateScriptWizard(fWindow);
Discouraged access: The method showCreateScriptWizard(IWorkbenchWindow) from the type CreateRefactoringScriptAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot

/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ShowRefactoringHistoryAction.java : 2 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ShowRefactoringHistoryAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.ShowRefactoringHistoryAction.showRefactoringHistoryWizard(fWindow);
Discouraged access: The type ShowRefactoringHistoryAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot
2. WARNING in /ui refactoring/org/eclipse/jdt/internal/ui/refactoring/actions/ShowRefactoringHistoryAction.java
 (at line 48)
org.eclipse.ltk.internal.ui.refactoring.actions.ShowRefactoringHistoryAction.showRefactoringHistoryWizard(fWindow);
Discouraged access: The method showRefactoringHistoryWizard(IWorkbenchWindow) from the type ShowRefactoringHistoryAction is not accessible due to restriction on classpath entry /builds/N200703090010/src/plugins/org.eclipse.ltk.ui.refactoring/@dot

Back to the top