Compiler log for org.eclipse.pde.ui_3.6.100.v20120103_r372 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 98

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

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 41)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 233)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 233)
if (isRTL() && BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 795)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 795)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 801)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/PDELabelProvider.java
 (at line 801)
} else if (isRTL() && BidiUtil.isBidiPlatform()) {
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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/M201202080800/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 50)
import org.eclipse.swt.internal.BidiUtil;
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 833)
if (BidiUtil.isBidiPlatform())
Discouraged access: The type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java
 (at line 833)
if (BidiUtil.isBidiPlatform())
Discouraged access: The method isBidiPlatform() from the type BidiUtil is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.swt.gtk.linux.ppc64/@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/M201202080800/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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 74)
private IUViewQueryContext fQueryContext;
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 259)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 259)
fPropertyAction = new PropertyDialogAction(new SameShellProvider(getShell()), fAvailableIUGroup.getStructuredViewer());
Discouraged access: The type PropertyDialogAction is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 339)
fQueryContext.setInstalledProfileId(P2TargetUtils.getProfileId(fTarget));
Discouraged access: The method setInstalledProfileId(String) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 340)
fQueryContext.showAlreadyInstalled();
Discouraged access: The method showAlreadyInstalled() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 348)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 348)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_BY_CATEGORY);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 348)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 350)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 350)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 350)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
14. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 352)
fQueryContext.setShowLatestVersionsOnly(fShowOldVersionsButton.getSelection());
Discouraged access: The method setShowLatestVersionsOnly(boolean) from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
15. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 421)
boolean showCategories = fQueryContext.shouldGroupByCategories();
Discouraged access: The method shouldGroupByCategories() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
16. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 422)
boolean showOldVersions = fQueryContext.getShowLatestVersionsOnly();
Discouraged access: The method getShowLatestVersionsOnly() from the type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
17. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 502)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
18. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 502)
fQueryContext.setViewType(IUViewQueryContext.AVAILABLE_VIEW_FLAT);
Discouraged access: The type IUViewQueryContext is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.ui/@dot
19. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/EditIUContainerPage.java
 (at line 502)
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/M201202080800/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/M201202080800/src/plugins/org.eclipse.equinox.p2.metadata/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 41)
private TranslationSupport fTranslations;
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.metadata/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 54)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The type TranslationSupport is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.metadata/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 54)
fTranslations = TranslationSupport.getInstance();
Discouraged access: The method getInstance() from the type TranslationSupport is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java
 (at line 148)
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/M201202080800/src/plugins/org.eclipse.equinox.p2.metadata/@dot

/src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 28)
import org.eclipse.team.core.importing.provisional.IBundleImporter;
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/views/plugins/ImportActionGroup.java
 (at line 105)
* Return a map of {@link IBundleImporter} > Array of {@link ScmUrlImportDescription} to be imported.
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 18)
import org.eclipse.equinox.p2.internal.repository.tools.Repo2Runnable;
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 19)
import org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor;
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 209)
private RepositoryDescriptor createRepoDescriptor(URI location, String name, String kind) {
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 210)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 210)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The constructor RepositoryDescriptor() is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 210)
RepositoryDescriptor result = new RepositoryDescriptor();
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 211)
result.setLocation(location);
Discouraged access: The method setLocation(URI) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 212)
result.setKind(kind);
Discouraged access: The method setKind(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 213)
result.setName(name);
Discouraged access: The method setName(String) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 215)
result.setAppend(false);
Discouraged access: The method setAppend(boolean) from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 220)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 220)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The constructor Repo2Runnable() is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 220)
Repo2Runnable exporter = new Repo2Runnable();
Discouraged access: The type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
14. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 221)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
15. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 221)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
16. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 221)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_METADATA));
Discouraged access: The field KIND_METADATA from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
17. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 222)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The method addDestination(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
18. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 222)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
19. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 222)
exporter.addDestination(createRepoDescriptor(destination, P2TargetUtils.getProfileId(target), RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The field KIND_ARTIFACT from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
20. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 223)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The method addSource(RepositoryDescriptor) from the type AbstractApplication is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
21. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 223)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
22. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 223)
exporter.addSource(createRepoDescriptor(P2TargetUtils.getBundlePool().getLocation(), null, RepositoryDescriptor.KIND_ARTIFACT));
Discouraged access: The field KIND_ARTIFACT from the type RepositoryDescriptor is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
23. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 232)
exporter.setSourceIUs(toExport);
Discouraged access: The method setSourceIUs(List) from the type AbstractApplication is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot
24. WARNING in /src/org/eclipse/pde/internal/ui/wizards/exports/ExportTargetJob.java
 (at line 233)
exporter.run(monitor);
Discouraged access: The method run(IProgressMonitor) from the type Repo2Runnable is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.p2.repository.tools/@dot

/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 47)
import org.eclipse.team.core.importing.provisional.IBundleImporter;
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 201)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 201)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 203)
IProject[] importedProjects = importer.performImport(descriptions, new SubProgressMonitor(monitor, descriptions.length));
Discouraged access: The method performImport(ScmUrlImportDescription[], IProgressMonitor) from the type IBundleImporterDelegate is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportOperation.java
 (at line 1318)
* @param descriptions map of {@link IBundleImporter} to arrays of {@link BundleImportDescription}.
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 41)
import org.eclipse.team.core.importing.provisional.IBundleImporter;
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 656)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 656)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 658)
IScmUrlImportWizardPage page = (IScmUrlImportWizardPage) importIdToWizardPage.get(importer.getId());
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 662)
importIdToWizardPage.put(importer.getId(), page);
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
6. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 719)
IBundleImporter[] importers = Team.getBundleImporters();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
7. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 721)
IBundleImporter importer = importers[i];
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
8. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 723)
IScmUrlImportWizardPage page = (IScmUrlImportWizardPage) importIdToWizardPage.get(importer.getId());
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
9. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 860)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
10. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 860)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
11. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 877)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
12. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 877)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
13. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/PluginImportWizardFirstPage.java
 (at line 880)
IScmUrlImportWizardPage page = (IScmUrlImportWizardPage) importIdToWizardPage.get(importer.getId());
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
 (at line 23)
import org.eclipse.team.core.importing.provisional.IBundleImporter;
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
 (at line 66)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
 (at line 66)
IBundleImporter importer = (IBundleImporter) entry.getKey();
Discouraged access: The type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
4. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
 (at line 68)
IScmUrlImportWizardPage page = (IScmUrlImportWizardPage) fIdToPages.get(importer.getId());
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot
5. WARNING in /src/org/eclipse/pde/internal/ui/wizards/imports/RepositoryImportWizard.java
 (at line 76)
fIdToPages.put(importer.getId(), page);
Discouraged access: The method getId() from the type IBundleImporter is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.team.core/@dot

/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 20)
import org.eclipse.equinox.internal.provisional.configurator.Configurator;
Discouraged access: The type Configurator is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.simpleconfigurator/@dot
2. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 232)
ServiceReference reference = context.getServiceReference(Configurator.class.getName());
Discouraged access: The type Configurator is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.simpleconfigurator/@dot
3. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 233)
Configurator configurator = (Configurator) context.getService(reference);
Discouraged access: The type Configurator is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.simpleconfigurator/@dot
4. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 233)
Configurator configurator = (Configurator) context.getService(reference);
Discouraged access: The type Configurator is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.simpleconfigurator/@dot
5. WARNING in /src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java
 (at line 235)
configurator.applyConfiguration();
Discouraged access: The method applyConfiguration() from the type Configurator is not accessible due to restriction on classpath entry /builds/M201202080800/src/plugins/org.eclipse.equinox.simpleconfigurator/@dot