Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20100105-1107 (Timestamp: 201001051107):Compile errors in build

Build I20100105-1107 (Timestamp: 201001051107):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ui.ide_3.6.0.I20091210-1200

Compiler log for org.eclipse.ui.ide_3.6.0.I20091210-1200 : @dot.xml

TOTAL : ERRORS: 28, WARNINGS: 155

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java : 24 errors :

1. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 25)
import org.eclipse.core.resources.IFileInfoMatcherDescription;
The import org.eclipse.core.resources.IFileInfoMatcherDescription cannot be resolved
2. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1037)
newFilters[i].getFileInfoMatcherDescription(),
The method getFileInfoMatcherDescription() from the type FilterCopy refers to the missing type IFileInfoMatcherDescription
3. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1214)
String id = filter.getFileInfoMatcherDescription().getId();
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
4. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1238)
return filter.getFileInfoMatcherDescription().getArguments() != null ? filter.getFileInfoMatcherDescription().getArguments() : ""; //$NON-NLS-1$
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
5. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1238)
return filter.getFileInfoMatcherDescription().getArguments() != null ? filter.getFileInfoMatcherDescription().getArguments() : ""; //$NON-NLS-1$
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
6. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1399)
id = filter.getFileInfoMatcherDescription().getId();
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
7. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1403)
arguments = filter.getFileInfoMatcherDescription().getArguments();
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
8. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1404)
if (arguments instanceof IFileInfoMatcherDescription[]) {
IFileInfoMatcherDescription cannot be resolved to a type
9. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1405)
IFileInfoMatcherDescription[] descs = (IFileInfoMatcherDescription[]) arguments;
IFileInfoMatcherDescription cannot be resolved to a type
10. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1405)
IFileInfoMatcherDescription[] descs = (IFileInfoMatcherDescription[]) arguments;
IFileInfoMatcherDescription cannot be resolved to a type
11. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1415)
return !((arguments == null ? (original.getFileInfoMatcherDescription().getArguments() == null)
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
12. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1416)
: arguments.equals(original.getFileInfoMatcherDescription().getArguments()))
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
13. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1417)
&& id.equals(original.getFileInfoMatcherDescription().getId()) && type == original
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription
14. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1434)
public FilterCopy(FilterCopy parent, IFileInfoMatcherDescription description) {
IFileInfoMatcherDescription cannot be resolved to a type
15. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1441)
if (arguments instanceof IFileInfoMatcherDescription[]) {
IFileInfoMatcherDescription cannot be resolved to a type
16. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1442)
IFileInfoMatcherDescription[] descs = (IFileInfoMatcherDescription[]) arguments;
IFileInfoMatcherDescription cannot be resolved to a type
17. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1442)
IFileInfoMatcherDescription[] descs = (IFileInfoMatcherDescription[]) arguments;
IFileInfoMatcherDescription cannot be resolved to a type
18. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1610)
public IFileInfoMatcherDescription getFileInfoMatcherDescription() {
IFileInfoMatcherDescription cannot be resolved to a type
19. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1611)
FileInfoMatcherDescription desc = new FileInfoMatcherDescription();
The constructor FileInfoMatcherDescription() is undefined
20. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1612)
desc.setId(getId());
The method setId(String) is undefined for the type FileInfoMatcherDescription
21. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1617)
IFileInfoMatcherDescription[] descriptions = new IFileInfoMatcherDescription[filterCopies.length];
IFileInfoMatcherDescription cannot be resolved to a type
22. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1617)
IFileInfoMatcherDescription[] descriptions = new IFileInfoMatcherDescription[filterCopies.length];
IFileInfoMatcherDescription cannot be resolved to a type
23. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1619)
descriptions[i] = filterCopies[i].getFileInfoMatcherDescription();
The method getFileInfoMatcherDescription() from the type FilterCopy refers to the missing type IFileInfoMatcherDescription
24. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 1622)
desc.setArguments(arg);
The method setArguments(Object) is undefined for the type FileInfoMatcherDescription

/src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java : 3 errors :

1. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java
 (at line 14)
import org.eclipse.core.resources.IFileInfoMatcherDescription;
The import org.eclipse.core.resources.IFileInfoMatcherDescription cannot be resolved
2. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java
 (at line 40)
abstract public IFileInfoMatcherDescription getFileInfoMatcherDescription();
IFileInfoMatcherDescription cannot be resolved to a type
3. ERROR in /src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java
 (at line 49)
public IFileInfoMatcherDescription getFileInfoMatcherDescription() {
IFileInfoMatcherDescription cannot be resolved to a type

/src/org/eclipse/ui/internal/ide/undo/FolderDescription.java : 1 error :

1. ERROR in /src/org/eclipse/ui/internal/ide/undo/FolderDescription.java
 (at line 99)
folderHandle.createFilter(filters[i].getType(), filters[i].getFileInfoMatcherDescription(), 0, new SubProgressMonitor(
The method getFileInfoMatcherDescription() from the type UIResourceFilterDescription refers to the missing type IFileInfoMatcherDescription

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

/extensions/org/eclipse/ui/actions/CopyProjectAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 41)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 246)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 246)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 246)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/CopyProjectOperation.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 37)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 180)
new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 180)
new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 180)
new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/MoveProjectAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 33)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 126)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 126)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 126)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewExampleAction.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 24)
import org.eclipse.ui.internal.dialogs.NewWizard;
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 28)
import org.eclipse.ui.internal.registry.WizardsRegistryReader;
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 91)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 91)
NewWizard wizard = new NewWizard();
Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 91)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 92)
wizard .setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The method setCategoryId(String) from the type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 93)
.setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 93)
.setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The field FULL_EXAMPLES_WIZARD_CATEGORY from the type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 100)
wizard.init(workbench, selectionToPass);
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewProjectAction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 23)
import org.eclipse.ui.internal.dialogs.NewWizard;
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 89)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 89)
NewWizard wizard = new NewWizard();
Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 89)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 90)
wizard.setProjectsOnly(true);
Discouraged access: The method setProjectsOnly(boolean) from the type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 96)
wizard.init(workbench, selectionToPass);
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewWizard is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewWizardMenu.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 24)
import org.eclipse.ui.internal.actions.NewWizardShortcutAction;
Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 25)
import org.eclipse.ui.internal.dialogs.WorkbenchWizardElement;
Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 26)
import org.eclipse.ui.internal.registry.WizardsRegistryReader;
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 121)
return registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 121)
return registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The field FULL_EXAMPLES_WIZARD_CATEGORY from the type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 152)
if (action instanceof NewWizardShortcutAction) {
Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 153)
IWizardDescriptor wizardDescriptor= ((NewWizardShortcutAction) action).getWizardDescriptor();
Discouraged access: The method getWizardDescriptor() from the type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 153)
IWizardDescriptor wizardDescriptor= ((NewWizardShortcutAction) action).getWizardDescriptor();
Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 156)
if (WorkbenchWizardElement.TAG_PROJECT.equals(tags[i])) {
Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 156)
if (WorkbenchWizardElement.TAG_PROJECT.equals(tags[i])) {
Discouraged access: The field TAG_PROJECT from the type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/WorkspaceAction.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 40)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 334)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 334)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, createOperation(errorStatus));
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 334)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/ide/IDE.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 82)
import org.eclipse.ui.internal.misc.UIStats;
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1330)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1330)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The method start(int, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1330)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1330)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1345)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1345)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The method end(int, Object, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1345)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1345)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1361)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1361)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The method start(int, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1361)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1361)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1368)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1368)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The method end(int, Object, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1368)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1368)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 34)
import org.eclipse.jface.internal.provisional.action.IToolBarContributionItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 59)
import org.eclipse.ui.internal.handlers.IActionCommandMappingService;
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 64)
import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 344)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 344)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 355)
IToolBarManager fileToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 376)
coolBar.add(actionBarConfigurer.createToolBarContributionItem(fileToolBar, IWorkbenchActionConstants.TOOLBAR_FILE));
Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 384)
IToolBarManager navToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 395)
coolBar.add(actionBarConfigurer.createToolBarContributionItem(navToolBar, IWorkbenchActionConstants.TOOLBAR_NAVIGATE));
Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 404)
IToolBarManager helpToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 410)
coolBar.add(actionBarConfigurer.createToolBarContributionItem(helpToolBar, IWorkbenchActionConstants.TOOLBAR_HELP));
Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1270)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1275)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1275)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1276)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1318)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1324)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1324)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1325)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.jface/@dot
20. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1478)
IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
21. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1478)
IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
22. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1479)
.getService(IActionCommandMappingService.class);
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
23. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1480)
acms.map(actionId, commandId);
Discouraged access: The method map(String, String) from the type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 20)
import org.eclipse.equinox.internal.provisional.p2.engine.IProfile;
Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 21)
import org.eclipse.equinox.internal.provisional.p2.engine.IProfileRegistry;
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 22)
import org.eclipse.equinox.internal.provisional.p2.metadata.IInstallableUnit;
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 23)
import org.eclipse.equinox.internal.provisional.p2.metadata.query.Collector;
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 24)
import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery;
Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 51)
ServiceReference reference = context.getServiceReference(IProfileRegistry.class.getName());
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 55)
IProfileRegistry registry = (IProfileRegistry) context.getService(reference);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 55)
IProfileRegistry registry = (IProfileRegistry) context.getService(reference);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 58)
IProfile profile = ""> Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 58)
IProfile profile = "">registry.getProfile(IProfileRegistry.SELF);
Discouraged access: The method getProfile(String) from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 58)
IProfile profile = "">IProfileRegistry.SELF);
Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 58)
IProfile profile = "">SELF);
Discouraged access: The field SELF from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 63)
writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_lastChangedOn, DateFormat.getDateInstance().format(new Date(profile.getTimestamp())))); //$NON-NLS-1$
Discouraged access: The method getTimestamp() from the type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 64)
writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
Discouraged access: The method getProperty(String) from the type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 64)
writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 64)
writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
Discouraged access: The field PROP_INSTALL_FOLDER from the type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 65)
writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_timestamp, Long.toString(profile.getTimestamp()))); //$NON-NLS-1$
Discouraged access: The method getTimestamp() from the type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The method available(Query, Collector, IProgressMonitor) from the type IProfile is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.engine/@dot
20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
21. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The field ANY from the type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
22. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The constructor Collector() is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
23. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 71)
Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
Discouraged access: The type Collector is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
24. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 73)
for (Iterator iter = collector.iterator(); iter.hasNext();) {
Discouraged access: The method iterator() from the type Collector is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
25. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 74)
IInstallableUnit unit = (IInstallableUnit) iter.next();
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
26. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 74)
IInstallableUnit unit = (IInstallableUnit) iter.next();
Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
27. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 75)
sorted.add(NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_IU, unit.getId(), unit.getVersion()));
Discouraged access: The method getId() from the type IVersionedId is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot
28. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java
 (at line 75)
sorted.add(NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_IU, unit.getId(), unit.getVersion()));
Discouraged access: The method getVersion() from the type IVersionedId is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.equinox.p2.metadata/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 18)
import org.eclipse.ui.internal.dialogs.EditorsPreferencePage;
Discouraged access: The type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 20)
import org.eclipse.ui.internal.tweaklets.TabBehaviour;
Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 21)
import org.eclipse.ui.internal.tweaklets.Tweaklets;
Discouraged access: The type Tweaklets is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 30)
public class IDEEditorsPreferencePage extends EditorsPreferencePage {
Discouraged access: The type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 33)
Composite composite = createComposite(parent);
Discouraged access: The method createComposite(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 56)
createEditorHistoryGroup(composite);
Discouraged access: The method createEditorHistoryGroup(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 58)
createSpace(composite);
Discouraged access: The method createSpace(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 59)
createShowMultipleEditorTabsPref(composite);
Discouraged access: The method createShowMultipleEditorTabsPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 60)
createAllowInplaceEditorPref(composite);
Discouraged access: The method createAllowInplaceEditorPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 61)
createUseIPersistablePref(composite);
Discouraged access: The method createUseIPersistablePref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 62)
createPromptWhenStillOpenPref(composite);
Discouraged access: The method createPromptWhenStillOpenPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
createEditorReuseGroup(composite);
Discouraged access: The method createEditorReuseGroup(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The method setPreferenceVisibility(Composite, Button) from the type TabBehaviour is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type Tweaklets is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The method get(Tweaklets.TweakKey) from the type Tweaklets is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The field KEY from the type TabBehaviour is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The field editorReuseGroup from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 64)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The field showMultipleEditorTabs from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
21. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 68)
super.setHelpContext(parent);
Discouraged access: The method setHelpContext(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 20)
import org.eclipse.ui.internal.dialogs.PerspectivesPreferencePage;
Discouraged access: The type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 32)
public class IDEPerspectivesPreferencePage extends PerspectivesPreferencePage {
Discouraged access: The type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 56)
Composite composite = createComposite(parent);
Discouraged access: The method createComposite(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 58)
createOpenPerspButtonGroup(composite);
Discouraged access: The method createOpenPerspButtonGroup(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 59)
createOpenViewButtonGroup(composite);
Discouraged access: The method createOpenViewButtonGroup(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 61)
createCustomizePerspective(composite);
Discouraged access: The method createCustomizePerspective(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 103)
super.performDefaults();
Discouraged access: The method performDefaults() from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java
 (at line 114)
return super.performOk();
Discouraged access: The method performOk() from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 19)
import org.eclipse.ui.internal.dialogs.WorkbenchPreferencePage;
Discouraged access: The type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 28)
public class IDEWorkbenchPreferencePage extends WorkbenchPreferencePage
Discouraged access: The type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 41)
Composite composite = createComposite(parent);
Discouraged access: The method createComposite(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 43)
createShowUserDialogPref(composite);
Discouraged access: The method createShowUserDialogPref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 44)
createStickyCyclePref(composite);
Discouraged access: The method createStickyCyclePref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 45)
createHeapStatusPref(composite);
Discouraged access: The method createHeapStatusPref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 47)
createOpenModeGroup(composite);
Discouraged access: The method createOpenModeGroup(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 66)
super.performDefaults();
Discouraged access: The method performDefaults() from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java
 (at line 73)
return super.performOk();
Discouraged access: The method performOk() from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 60)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 823)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog( getContainer().getShell());
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 823)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog(
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 71)
import org.eclipse.ui.internal.registry.PerspectiveDescriptor;
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 549)
PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 549)
PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 550)
if (descriptor.getOriginalId().equals(id)) {
Discouraged access: The method getOriginalId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 551)
perspectiveIds.add(descriptor.getId());
Discouraged access: The method getId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/I201001051107/src/plugins/org.eclipse.ui.workbench/@dot

Back to the top