Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20070306-0800 (Timestamp: 200703060800):Compile errors in build

Build I20070306-0800 (Timestamp: 200703060800):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.team.examples.filesystem_3.1.100.I20070303

Compiler log for org.eclipse.team.examples.filesystem_3.1.100.I20070303 : teamfilesystem.jar.bin.xml

TOTAL : ERRORS: 9, WARNINGS: 68

Go to:

ERRORS

Go to:

/src/org/eclipse/team/examples/filesystem/FileModificationValidator.java : 3 errors :

1. ERROR in /src/org/eclipse/team/examples/filesystem/FileModificationValidator.java
 (at line 18)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/examples/filesystem/FileModificationValidator.java
 (at line 30)
public final class FileModificationValidator extends org.eclipse.core.resources.team.FileModificationValidator {
org.eclipse.core.resources.team.FileModificationValidator cannot be resolved to a type
3. ERROR in /src/org/eclipse/team/examples/filesystem/FileModificationValidator.java
 (at line 60)
public IStatus validateEdit(IFile[] files, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type

/src/org/eclipse/team/examples/filesystem/FileSystemProvider.java : 1 error :

1. ERROR in /src/org/eclipse/team/examples/filesystem/FileSystemProvider.java
 (at line 177)
return new FileModificationValidator(this);
Type mismatch: cannot convert from FileModificationValidator to IFileModificationValidator

/src/org/eclipse/team/examples/pessimistic/PessimisticFilesystemProvider.java : 1 error :

1. ERROR in /src/org/eclipse/team/examples/pessimistic/PessimisticFilesystemProvider.java
 (at line 52)
validator = new PessimisticModificationValidator(this);
Type mismatch: cannot convert from PessimisticModificationValidator to IFileModificationValidator

/src/org/eclipse/team/examples/pessimistic/PessimisticModificationValidator.java : 4 errors :

1. ERROR in /src/org/eclipse/team/examples/pessimistic/PessimisticModificationValidator.java
 (at line 16)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/examples/pessimistic/PessimisticModificationValidator.java
 (at line 17)
import org.eclipse.core.resources.team.FileModificationValidator;
The import org.eclipse.core.resources.team.FileModificationValidator cannot be resolved
3. ERROR in /src/org/eclipse/team/examples/pessimistic/PessimisticModificationValidator.java
 (at line 37)
extends FileModificationValidator {
FileModificationValidator cannot be resolved to a type
4. ERROR in /src/org/eclipse/team/examples/pessimistic/PessimisticModificationValidator.java
 (at line 50)
public IStatus validateEdit(IFile[] files, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:

/src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 14)
import org.eclipse.team.internal.core.history.LocalFileRevision;
Discouraged access: The type LocalFileRevision is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 55)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The constructor LocalFileRevision(IFileState) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/history/FileSystemHistory.java
 (at line 55)
revisions[i] = new LocalFileRevision(states[i]);
Discouraged access: The type LocalFileRevision is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java : 6 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 19)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 24)
public class DisconnectAction extends TeamAction {
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 30)
IProject projects[] = getSelectedProjects();
Discouraged access: The method getSelectedProjects() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 36)
ErrorDialog.openError(getShell(), Policy.bind("DisconnectAction.errorTitle"), null, e.getStatus()); //$NON-NLS-1$
Discouraged access: The method getShell() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 41)
* @see TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/filesystem/ui/DisconnectAction.java
 (at line 41)
* @see TeamAction#isEnabled()
Discouraged access: The method isEnabled() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java : 6 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 19)
import org.eclipse.team.internal.ui.actions.TeamAction;
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 25)
public abstract class FileSystemAction extends TeamAction {
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 28)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 28)
* @see org.eclipse.team.internal.ui.actions.TeamAction#isEnabled()
Discouraged access: The method isEnabled() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 39)
IResource[] resources = getSelectedResources();
Discouraged access: The method getSelectedResources() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemAction.java
 (at line 59)
return getSelectedResourceMappings(FileSystemPlugin.PROVIDER_ID);
Discouraged access: The method getSelectedResourceMappings(String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java : 5 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 30)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 73)
Utils.asyncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 73)
Utils.asyncExec(new Runnable() { public void run() { tableViewer.setInput(fileHistory); } }, tableViewer);
Discouraged access: The method asyncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 229)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemHistoryPage.java
 (at line 229)
Utils.schedule(refreshFileHistoryJob, getWorkbenchSite(parentSite));
Discouraged access: The method schedule(Job, IWorkbenchSite) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 29)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 172)
TeamUIPlugin.log(e);
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/FileSystemSynchronizeParticipant.java
 (at line 172)
TeamUIPlugin.log(e);
Discouraged access: The method log(CoreException) from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/GetAction.java : 2 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java
 (at line 25)
GetOperation operation = new GetOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/GetAction.java
 (at line 30)
handle(e, null, Policy.bind("GetAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/MergeAction.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 31)
operation = new SyncDialogModelMergeOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 34)
operation = new NonSyncModelMergeOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/MergeAction.java
 (at line 39)
handle(e, null, "Errors occurred while merging");
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 23)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 49)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ModelPutAction.java
 (at line 49)
ResourceMapping mapping = Utils.getResourceMapping(element);
Discouraged access: The method getResourceMapping(Object) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java : 6 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 27)
import org.eclipse.team.internal.ui.Policy;
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 28)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 101)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 101)
adapter.prepareInput(configuration, Policy.subMonitorFor(monitor, 90));
Discouraged access: The method subMonitorFor(IProgressMonitor, int) from the type Policy is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 112)
return (ISynchronizationCompareInput)Utils.getAdapter(input, ISynchronizationCompareInput.class);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncMergePart.java
 (at line 112)
return (ISynchronizationCompareInput)Utils.getAdapter(input, ISynchronizationCompareInput.class);
Discouraged access: The method getAdapter(Object, Class) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java : 5 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 30)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 160)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 160)
ResourceMapping[] mappings = provider.getMappings(resources, new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 269)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/filesystem/ui/NonSyncModelMergePage.java
 (at line 269)
ResourceTraversal[] traversals = mapping.getTraversals(new SynchronizationResourceMappingContext(context), monitor);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/PutAction.java : 2 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java
 (at line 28)
PutOperation operation = new PutOperation(getTargetPart(),
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/PutAction.java
 (at line 33)
handle(e, null, Policy.bind("PutAction.problemMessage")); //$NON-NLS-1$
Discouraged access: The method handle(Exception, String, String) from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 15)
import org.eclipse.team.internal.ui.TeamUIPlugin;
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 33)
TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/filesystem/ui/ShowHistoryAction.java
 (at line 33)
TeamUI.showHistoryFor(TeamUIPlugin.getActivePage(), resource, null);
Discouraged access: The method getActivePage() from the type TeamUIPlugin is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java : 1 warning :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/filesystem/ui/SynchronizeAction.java
 (at line 38)
participant.run(getTargetPart());
Discouraged access: The method getTargetPart() from the type TeamAction is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 21)
import org.eclipse.team.internal.ui.ITeamUIImages;
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 52)
addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The type ITeamUIImages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/localhistory/LocalHistorySynchronizeWizard.java
 (at line 52)
addPage(new MessagePage("Local History", "Create a local history synchronization", TeamImages.getImageDescriptor(ITeamUIImages.IMG_WIZBAN_SHARE))); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The field IMG_WIZBAN_SHARE from the type ITeamUIImages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java : 5 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 27)
import org.eclipse.ui.internal.wizards.newresource.ResourceMessages;
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.ide/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 41)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.ide/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 41)
mainPage.setTitle(ResourceMessages.NewProject_title);
Discouraged access: The field NewProject_title from the type ResourceMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.ide/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 42)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The type ResourceMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.ide/@dot
5. WARNING in /src/org/eclipse/team/examples/model/ui/NewModelProjectWizard.java
 (at line 42)
mainPage.setDescription(ResourceMessages.NewProject_description);
Discouraged access: The field NewProject_description from the type ResourceMessages is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.ide/@dot

/src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java : 4 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 24)
import org.eclipse.team.internal.ui.mapping.ResourceModelProviderOperation;
Discouraged access: The type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 35)
private final class ModelSynchronizeOperation extends ResourceModelProviderOperation {
Discouraged access: The type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 37)
super(configuration, selection);
Discouraged access: The constructor ResourceModelProviderOperation(ISynchronizePageConfiguration, IStructuredSelection) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelMergeActionHandler.java
 (at line 47)
IDiff[] diffs = getTargetDiffs();
Discouraged access: The method getTargetDiffs() from the type ResourceModelProviderOperation is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java : 8 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 29)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 30)
import org.eclipse.team.internal.ui.mapping.SynchronizationResourceMappingContext;
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 92)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The constructor SynchronizationResourceMappingContext(ISynchronizationContext) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 92)
ResourceMappingContext rmc = new SynchronizationResourceMappingContext(context);
Discouraged access: The type SynchronizationResourceMappingContext is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 238)
Utils.syncExec(new Runnable() { public void run() { handleChange(event); } }, (StructuredViewer)getViewer());
Discouraged access: The method syncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 381)
Utils.syncExec(new Runnable() {
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
8. WARNING in /src/org/eclipse/team/examples/model/ui/mapping/ModelSyncContentProvider.java
 (at line 381)
Utils.syncExec(new Runnable() { public void run() { if (refreshAll) viewer.refresh(true); else viewer.update(updates.toArray(new Object[updates.size()]), null); } }, viewer);
Discouraged access: The method syncExec(Runnable, StructuredViewer) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
Title: Compiler log for org.eclipse.team.core_3.2.100.I20070305

Compiler log for org.eclipse.team.core_3.2.100.I20070305 : @dot.bin.xml

TOTAL : ERRORS: 31, WARNINGS: 0

Go to:

ERRORS

Go to:

/src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java : 18 errors :

1. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 17)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 18)
import org.eclipse.core.resources.team.FileModificationValidator;
The import org.eclipse.core.resources.team.FileModificationValidator cannot be resolved
3. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 24)
public class DefaultFileModificationValidator extends FileModificationValidator {
FileModificationValidator cannot be resolved to a type
4. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 31)
private FileModificationValidator uiValidator;
FileModificationValidator cannot be resolved to a type
5. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 40)
public IStatus validateEdit(IFile[] files, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
6. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 45)
if (uiValidator == null)
uiValidator cannot be resolved
7. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 46)
uiValidator = loadUIValidator();
uiValidator cannot be resolved
8. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 46)
uiValidator = loadUIValidator();
The method loadUIValidator() is undefined for the type DefaultFileModificationValidator
9. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 48)
if (uiValidator != null) {
uiValidator cannot be resolved
10. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 49)
return uiValidator.validateEdit(files, context);
uiValidator cannot be resolved
11. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 92)
if (uiValidator == null)
uiValidator cannot be resolved
12. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 93)
uiValidator = loadUIValidator();
uiValidator cannot be resolved
13. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 93)
uiValidator = loadUIValidator();
The method loadUIValidator() is undefined for the type DefaultFileModificationValidator
14. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 95)
if (uiValidator != null) {
uiValidator cannot be resolved
15. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 96)
return uiValidator.validateSave(file);
uiValidator cannot be resolved
16. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 101)
private FileModificationValidator loadUIValidator() {
FileModificationValidator cannot be resolved to a type
17. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 110)
if (o instanceof FileModificationValidator) {
FileModificationValidator cannot be resolved to a type
18. ERROR in /src/org/eclipse/team/internal/core/DefaultFileModificationValidator.java
 (at line 111)
return (FileModificationValidator)o;
FileModificationValidator cannot be resolved to a type

/src/org/eclipse/team/internal/core/FileModificationValidatorManager.java : 13 errors :

1. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 18)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 19)
import org.eclipse.core.resources.team.FileModificationValidator;
The import org.eclipse.core.resources.team.FileModificationValidator cannot be resolved
3. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 24)
public class FileModificationValidatorManager extends FileModificationValidator {
FileModificationValidator cannot be resolved to a type
4. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 25)
private FileModificationValidator defaultValidator;
FileModificationValidator cannot be resolved to a type
5. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 33)
public IStatus validateEdit(IFile[] files, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
6. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 60)
IFileModificationValidator validator = getDefaultValidator();
The method getDefaultValidator() is undefined for the type FileModificationValidatorManager
7. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 70)
if (!(validator instanceof FileModificationValidator))
FileModificationValidator cannot be resolved to a type
8. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 71)
if (context instanceof FileModificationValidationContext)
FileModificationValidationContext cannot be resolved to a type
9. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 99)
IFileModificationValidator validator = getDefaultValidator();
The method getDefaultValidator() is undefined for the type FileModificationValidatorManager
10. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 110)
private synchronized FileModificationValidator getDefaultValidator() {
FileModificationValidator cannot be resolved to a type
11. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 111)
if (defaultValidator == null) {
defaultValidator cannot be resolved
12. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 112)
defaultValidator = new DefaultFileModificationValidator();
defaultValidator cannot be resolved
13. ERROR in /src/org/eclipse/team/internal/core/FileModificationValidatorManager.java
 (at line 114)
return defaultValidator;
defaultValidator cannot be resolved

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:
Title: Compiler log for org.eclipse.team.cvs.ui_3.3.0.I20070303

Compiler log for org.eclipse.team.cvs.ui_3.3.0.I20070303 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 5

Go to:

ERRORS

Go to:

/src/org/eclipse/team/internal/ccvs/ui/FileModificationValidator.java : 3 errors :

1. ERROR in /src/org/eclipse/team/internal/ccvs/ui/FileModificationValidator.java
 (at line 20)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/internal/ccvs/ui/FileModificationValidator.java
 (at line 48)
protected IStatus edit(IFile[] readOnlyFiles, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
3. ERROR in /src/org/eclipse/team/internal/ccvs/ui/FileModificationValidator.java
 (at line 52)
private Shell getShell(FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:

/src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java : 5 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java
 (at line 33)
import org.eclipse.ui.internal.registry.EditorDescriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java
 (at line 376)
if (descriptor instanceof EditorDescriptor) {
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java
 (at line 377)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java
 (at line 377)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/team/internal/ccvs/ui/AnnotateView.java
 (at line 378)
return desc.createEditor() instanceof ITextEditor;
Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
Title: Compiler log for org.eclipse.team.ui_3.3.0.I20070303

Compiler log for org.eclipse.team.ui_3.3.0.I20070303 : @dot.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 5

Go to:

ERRORS

Go to:

/src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java : 3 errors :

1. ERROR in /src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java
 (at line 18)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java
 (at line 124)
public IStatus validateEdit(final IFile[] allFiles, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
3. ERROR in /src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java
 (at line 153)
private Shell getShell(FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:

/src/org/eclipse/team/ui/history/RevisionAnnotationController.java : 5 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java
 (at line 31)
import org.eclipse.ui.internal.registry.EditorDescriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java
 (at line 202)
if (descriptor instanceof EditorDescriptor) {
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java
 (at line 203)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java
 (at line 203)
EditorDescriptor desc = (EditorDescriptor) descriptor;
Discouraged access: The type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/team/ui/history/RevisionAnnotationController.java
 (at line 204)
return desc.createEditor() instanceof AbstractDecoratedTextEditor;
Discouraged access: The method createEditor() from the type EditorDescriptor is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.ui.workbench/@dot
Title: Compiler log for org.eclipse.jdt.apt.core_3.3.0.v20070226-1230

Compiler log for org.eclipse.jdt.apt.core_3.3.0.v20070226-1230 : @dot.bin.xml

TOTAL : ERRORS: 1, WARNINGS: 0

Go to:

ERRORS

Go to:

/src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java : 1 error :

1. ERROR in /src/org/eclipse/jdt/apt/core/internal/env/BaseProcessorEnv.java
 (at line 587)
catch (JavaModelException e) {}
Unreachable catch block for JavaModelException. This exception is never thrown from the try statement body

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:
Title: Compiler log for org.eclipse.team.cvs.core_3.3.0.I20070303

Compiler log for org.eclipse.team.cvs.core_3.3.0.I20070303 : @dot.bin.xml

TOTAL : ERRORS: 19, WARNINGS: 0

Go to:

ERRORS

Go to:

/src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java : 18 errors :

1. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 16)
import org.eclipse.core.resources.team.FileModificationValidationContext;
The import org.eclipse.core.resources.team.FileModificationValidationContext cannot be resolved
2. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 17)
import org.eclipse.core.resources.team.FileModificationValidator;
The import org.eclipse.core.resources.team.FileModificationValidator cannot be resolved
3. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 27)
public class CVSCoreFileModificationValidator extends FileModificationValidator implements ICVSFileModificationValidator {
FileModificationValidator cannot be resolved to a type
4. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 29)
FileModificationValidator uiValidator;
FileModificationValidator cannot be resolved to a type
5. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 34)
public IStatus validateEdit(IFile[] files, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
6. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 57)
return edit(new IFile[] {file}, (FileModificationValidationContext)null);
FileModificationValidationContext cannot be resolved to a type
7. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 69)
protected IStatus edit(IFile[] readOnlyFiles, FileModificationValidationContext context) {
FileModificationValidationContext cannot be resolved to a type
8. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 70)
FileModificationValidator override = getUIValidator();
FileModificationValidator cannot be resolved to a type
9. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 70)
FileModificationValidator override = getUIValidator();
The method getUIValidator() is undefined for the type CVSCoreFileModificationValidator
10. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 79)
private FileModificationValidator getUIValidator() {
FileModificationValidator cannot be resolved to a type
11. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 81)
if (uiValidator == null) {
uiValidator cannot be resolved
12. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 82)
uiValidator = getPluggedInValidator();
uiValidator cannot be resolved
13. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 82)
uiValidator = getPluggedInValidator();
The method getPluggedInValidator() is undefined for the type CVSCoreFileModificationValidator
14. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 85)
return uiValidator;
uiValidator cannot be resolved
15. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 183)
private static FileModificationValidator getPluggedInValidator() {
FileModificationValidator cannot be resolved to a type
16. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 195)
return (FileModificationValidator) config.createExecutableExtension("run");//$NON-NLS-1$
FileModificationValidator cannot be resolved to a type
17. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 203)
FileModificationValidator override = getUIValidator();
FileModificationValidator cannot be resolved to a type
18. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSCoreFileModificationValidator.java
 (at line 203)
FileModificationValidator override = getUIValidator();
The method getUIValidator() is undefined for the type CVSCoreFileModificationValidator

/src/org/eclipse/team/internal/ccvs/core/CVSTeamProvider.java : 1 error :

1. ERROR in /src/org/eclipse/team/internal/ccvs/core/CVSTeamProvider.java
 (at line 489)
return internalGetFileModificationValidator();
Type mismatch: cannot convert from CVSCoreFileModificationValidator to IFileModificationValidator

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:
Title: Compiler log for org.eclipse.team.tests.core_3.1.0

Compiler log for org.eclipse.team.tests.core_3.1.0 : teamtests.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 19

Go to:

ERRORS

Go to:

/src/org/eclipse/team/tests/core/RepositoryProviderTests.java : 2 errors :

1. ERROR in /src/org/eclipse/team/tests/core/RepositoryProviderTests.java
 (at line 123)
bicProvider.setModificationValidator(new FileModificationValidator() {
FileModificationValidator cannot be resolved to a type
2. ERROR in /src/org/eclipse/team/tests/core/RepositoryProviderTests.java
 (at line 140)
bicProvider.setModificationValidator(new FileModificationValidator() {
FileModificationValidator cannot be resolved to a type

OTHER WARNINGS

Go to:

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS

Go to:

/src/org/eclipse/team/tests/core/StreamTests.java : 6 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 20)
import org.eclipse.team.internal.core.streams.CRLFtoLFInputStream;
Discouraged access: The type CRLFtoLFInputStream is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 21)
import org.eclipse.team.internal.core.streams.LFtoCRLFInputStream;
Discouraged access: The type LFtoCRLFInputStream is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 47)
InputStream in = new CRLFtoLFInputStream(bin);
Discouraged access: The constructor CRLFtoLFInputStream(InputStream) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
4. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 47)
InputStream in = new CRLFtoLFInputStream(bin);
Discouraged access: The type CRLFtoLFInputStream is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
5. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 66)
InputStream in = new LFtoCRLFInputStream(bin);
Discouraged access: The constructor LFtoCRLFInputStream(InputStream) is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
6. WARNING in /src/org/eclipse/team/tests/core/StreamTests.java
 (at line 66)
InputStream in = new LFtoCRLFInputStream(bin);
Discouraged access: The type LFtoCRLFInputStream is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
 (at line 23)
import org.eclipse.team.internal.core.mapping.ResourceMappingScope;
Discouraged access: The type ResourceMappingScope is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
2. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
 (at line 43)
((ResourceMappingScope)getScope()).addMapping(mapping, traversals);
Discouraged access: The method addMapping(ResourceMapping, ResourceTraversal[]) from the type ResourceMappingScope is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot
3. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeBuildingTests.java
 (at line 43)
((ResourceMappingScope)getScope()).addMapping(mapping, traversals);
Discouraged access: The type ResourceMappingScope is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.core/@dot

/src/org/eclipse/team/tests/core/mapping/ScopeTests.java : 3 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeTests.java
 (at line 21)
import org.eclipse.team.internal.ui.Utils;
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeTests.java
 (at line 95)
manager = new SubscriberScopeManager(subscriber.getName(), new ResourceMapping[] { Utils.getResourceMapping(workingSet) }, subscriber, true);
Discouraged access: The type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/tests/core/mapping/ScopeTests.java
 (at line 95)
manager = new SubscriberScopeManager(subscriber.getName(), new ResourceMapping[] { Utils.getResourceMapping(workingSet) }, subscriber, true);
Discouraged access: The method getResourceMapping(Object) from the type Utils is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

/src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java : 7 warnings :

FORBIDDEN AND DISCOURAGED ACCESSES WARNINGS
1. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 18)
import org.eclipse.team.internal.ui.mapping.ResourceModelContentProvider;
Discouraged access: The type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
2. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 24)
public static class TestableResourceModelContentProvider extends ResourceModelContentProvider {
Discouraged access: The type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
3. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 53)
private ResourceModelContentProvider provider;
Discouraged access: The type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
4. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 80)
provider.dispose();
Discouraged access: The method dispose() from the type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
5. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 113)
Object[] elements = provider.getElements(root);
Discouraged access: The method getElements(Object) from the type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
6. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 123)
private Set getPaths(ResourceModelContentProvider provider, TreePath path) {
Discouraged access: The type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot
7. WARNING in /src/org/eclipse/team/tests/ui/synchronize/ResourceContentTests.java
 (at line 124)
Object[] children = provider.getChildren(path);
Discouraged access: The method getChildren(TreePath) from the type ResourceModelContentProvider is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.team.ui/@dot

Back to the top