Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20111103-2000 (Timestamp: 201111032000):Compile errors in build

Build N20111103-2000 (Timestamp: 201111032000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.debug.ui_3.8.0.N20111103-2000

Compiler log for org.eclipse.debug.ui_3.8.0.N20111103-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 4

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/ui/org/eclipse/debug/internal/ui/actions/breakpoints/RetargetBreakpointAction.java : 1 error :

1. ERROR in /ui/org/eclipse/debug/internal/ui/actions/breakpoints/RetargetBreakpointAction.java
 (at line 44)
IPart activePart = getActivePart();
IPart cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java
 (at line 65)
import org.eclipse.ui.internal.WorkbenchWindow;
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /builds/N201111032000/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /ui/org/eclipse/debug/internal/ui/contextlaunching/LaunchingResourceManager.java
 (at line 639)
ICoolBarManager cmgr = ((WorkbenchWindow)window).getCoolBarManager2();
Discouraged access: The type WorkbenchWindow is not accessible due to restriction on classpath entry /builds/N201111032000/src/plugins/org.eclipse.ui.workbench/@dot

/ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/ImportLaunchConfigurationsWizardPage.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/ImportLaunchConfigurationsWizardPage.java
 (at line 256)
if(selectionGroup.getCheckedElementCount() < 1) {
Discouraged access: The method getCheckedElementCount() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /builds/N201111032000/src/plugins/org.eclipse.ui.ide/@dot
2. WARNING in /ui/org/eclipse/debug/internal/ui/importexport/launchconfigurations/ImportLaunchConfigurationsWizardPage.java
 (at line 312)
selectionGroup.setRoot(dummyparent);
Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /builds/N201111032000/src/plugins/org.eclipse.ui.ide/@dot

Back to the top