Skip to main content

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

Build N20100320-2000 (Timestamp: 201003202000):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.ui_3.6.0.N20100320-2000

Compiler log for org.eclipse.pde.ui_3.6.0.N20100320-2000 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 44

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java : 1 error :

1. ERROR in /src/org/eclipse/pde/internal/ui/search/dialogs/TargetRepositorySearchHandler.java
 (at line 41)
IQuery query = QueryUtil.createMatchQuery("properties[$0] == true || providedCapabilities.exists(p | p.namespace == 'osgi.bundle')", new Object[] {QueryUtil.PROP_TYPE_GROUP}); //$NON-NLS-1$
The field QueryUtil.PROP_TYPE_GROUP is not visible

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

/src/org/eclipse/pde/internal/ui/PDELabelProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 40)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 229)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 229)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 773)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 773)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 779)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 779)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot

/src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 13)
import org.eclipse.jdt.internal.debug.ui.console.JavaStackTraceConsoleFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.jdt.debug.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 28)
private JavaStackTraceConsoleFactory fFactory;
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.jdt.debug.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The constructor JavaStackTraceConsoleFactory() is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.jdt.debug.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 42)
fFactory = new JavaStackTraceConsoleFactory();
Discouraged access: The type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.jdt.debug.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/ShowErrorInStackTraceConsoleAction.java
 (at line 44)
fFactory.openConsole(fSelectedStack);
Discouraged access: The method openConsole(String) from the type JavaStackTraceConsoleFactory is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.jdt.debug.ui/@dot

/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 15)
import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.ant.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.ant.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 153)
List configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
Discouraged access: The method findExistingLaunchConfigurations(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.ant.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 156)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.ant.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java
 (at line 156)
ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
Discouraged access: The method createDefaultLaunchConfiguration(IFile) from the type AntLaunchShortcut is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.ant.ui/@dot

/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 51)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 839)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 839)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.swt.motif.solaris.sparc/@dot

/src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 18)
import org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction;
Discouraged access: The type PropertyDialogAction is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 20)
import org.eclipse.equinox.internal.p2.ui.query.IUViewQueryContext;
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 77)
private IUViewQueryContext fQueryContext;
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 250)
fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer());
Discouraged access: The constructor PropertyDialogAction(IShellProvider, ISelectionProvider) is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 250)
fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer());
Discouraged access: The type PropertyDialogAction is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 324)
fQueryContext.setInstalledProfileId(fProfile.getProfileId());
Discouraged access: The method setInstalledProfileId(String) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 325)
fQueryContext.showAlreadyInstalled();
Discouraged access: The method showAlreadyInstalled() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 333)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The method setViewType(int) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 333)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 333)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The field AVAILABLE_VIEW_BY_CATEGORY from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 335)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The method setViewType(int) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 335)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 335)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field AVAILABLE_VIEW_FLAT from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 337)
fQueryContext.setShowLatestVersionsOnly(fShowOldVersionsButton.getSelection());
Discouraged access: The method setShowLatestVersionsOnly(boolean) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 403)
boolean showCategories = fQueryContext.shouldGroupByCategories();
Discouraged access: The method shouldGroupByCategories() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 404)
boolean showOldVersions = fQueryContext.getShowLatestVersionsOnly();
Discouraged access: The method getShowLatestVersionsOnly() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 483)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The method setViewType(int) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 483)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 483)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The field AVAILABLE_VIEW_FLAT from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.ui/@dot

/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 17)
import org.eclipse.equinox.internal.p2.metadata.TranslationSupport;
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 40)
private TranslationSupport fTranslations;
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 53)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 53)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The method getInstance() from the type TranslationSupport is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 145)
String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME);
Discouraged access: The method getIUProperty(IInstallableUnit, String) from the type TranslationSupport is not accessible due to restriction on classpath entry /builds/N201003202000/src/plugins/org.eclipse.equinox.p2.metadata/@dot

Back to the top