Skip to main content

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


Sorry, that change should not have been released. I've reverted it in HEAD.

I'm pretty sure that I've put this change (together with required changes in the superclass) into their own change set, but somehow, it got released with an unrelated change set.

Unfortunately, I can't prove that it was really the Synchronize view's fault, but it's the second time now this has happened since I switched to use model-based synchronizations some days ago.
I'll take a closer look at the preview in the Commit dialog in the future to help nailing this down.

Markus



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

2007-03-09 07:46

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[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._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

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