Skip to main content

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

Build N20081022-2000 (Timestamp: 200810222000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ui.intro_3.3.0.N20081022-2000

Compiler log for org.eclipse.ui.intro_3.3.0.N20081022-2000 : @dot.bin.xml

TOTAL : ERRORS: 6, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java : 3 errors :

1. ERROR in /src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
 (at line 34)
import org.eclipse.ui.internal.RectangleAnimation;
The import org.eclipse.ui.internal.RectangleAnimation cannot be resolved
2. ERROR in /src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
 (at line 677)
RectangleAnimation animation = new RectangleAnimation(
RectangleAnimation cannot be resolved to a type
3. ERROR in /src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java
 (at line 677)
RectangleAnimation animation = new RectangleAnimation(
RectangleAnimation cannot be resolved to a type

/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java : 3 errors :

1. ERROR in /src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
 (at line 39)
import org.eclipse.ui.internal.RectangleAnimation;
The import org.eclipse.ui.internal.RectangleAnimation cannot be resolved
2. ERROR in /src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
 (at line 501)
RectangleAnimation animation = new RectangleAnimation(window.getShell(), startBounds, endBounds);
RectangleAnimation cannot be resolved to a type
3. ERROR in /src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java
 (at line 501)
RectangleAnimation animation = new RectangleAnimation(window.getShell(), startBounds, endBounds);
RectangleAnimation 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
Title: Compiler log for org.eclipse.swt.cocoa.macosx_3.5.0.N20081022-2000

Compiler log for org.eclipse.swt.cocoa.macosx_3.5.0.N20081022-2000 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 1

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N200810222000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java : 2 errors :

1. ERROR in /builds/N200810222000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java
 (at line 358)
NSArray families = NSFontManager.sharedFontManager().availableFontFamilies();
The method availableFontFamilies() is undefined for the type NSFontManager
2. ERROR in /builds/N200810222000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/Device.java
 (at line 365)
NSArray fonts = NSFontManager.sharedFontManager().availableMembersOfFontFamily(nsfamily);
The method availableMembersOfFontFamily(NSString) is undefined for the type NSFontManager

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/builds/N200810222000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java : 1 warning :

OTHER WARNINGS
1. WARNING in /builds/N200810222000/src/plugins/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/Shell.java
 (at line 14)
import org.eclipse.swt.accessibility.*;
The import org.eclipse.swt.accessibility is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top