errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/wizards/AddWizard.java (at line 83) if (!file.isIgnored() || file.equals(resource)) { Unlikely argument type for equals(): IResource seems to be unrelated to ICVSFile |
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/mappings/CheckedInChangeSetCollector.java (at line 440) return !remote.equals(remoteResource); Unlikely argument type for equals(): ICVSRemoteResource seems to be unrelated to IResourceVariant |
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/operations/CheckoutIntoOperation.java (at line 247) if (remoteInfo.equals(FolderSyncInfo.VIRTUAL_DIRECTORY)) { Unlikely argument type for equals(): String seems to be unrelated to FolderSyncInfo |
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/subscriber/CVSChangeSetCollector.java (at line 416) return !remote.equals(remoteResource); Unlikely argument type for equals(): ICVSRemoteResource seems to be unrelated to IResourceVariant |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 25) import org.eclipse.team.internal.ui.synchronize.patch.ApplyPatchOperation; Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
2. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 44) isPatch = ApplyPatchOperation.isPatch((IFile) resource); Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
3. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 44) isPatch = ApplyPatchOperation.isPatch((IFile) resource); Discouraged access: The method 'ApplyPatchOperation.isPatch(IStorage)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
4. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 50) final ApplyPatchOperation op; Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
5. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 52) op = new ApplyPatchOperation( getConfiguration().getSite().getPart(), (IFile) resource, null, new CompareConfiguration()); Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
6. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 52) op = new ApplyPatchOperation( Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
7. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 56) op = new ApplyPatchOperation( getConfiguration().getSite().getPart(), resource); Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
8. WARNING in /src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java (at line 56) op = new ApplyPatchOperation( Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
1. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 25) import org.eclipse.team.internal.ui.synchronize.patch.ApplyPatchOperation; Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
2. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 48) isPatch = ApplyPatchOperation.isPatch((IFile) resource); Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
3. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 48) isPatch = ApplyPatchOperation.isPatch((IFile) resource); Discouraged access: The method 'ApplyPatchOperation.isPatch(IStorage)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
4. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 54) final ApplyPatchOperation op; Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
5. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 56) op = new ApplyPatchOperation( getConfiguration().getSite().getPart(), (IFile) resource, null, new CompareConfiguration()); Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
6. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 56) op = new ApplyPatchOperation( Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
7. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 60) op = new ApplyPatchOperation( getConfiguration().getSite().getPart(), resource); Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |
8. WARNING in /src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java (at line 60) op = new ApplyPatchOperation( Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes') |