Compiler log for org.eclipse.team.cvs.ui_3.4.900.v20200422-1935 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 18, INFOS: 4

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/team/internal/ccvs/ui/mappings/CheckedInChangeSetCollector.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/mappings/CheckedInChangeSetCollector.java
 (at line 428)
return !remote.equals(remoteResource);
Unlikely argument type for equals(): ICVSRemoteResource seems to be unrelated to IResourceVariant

/src/org/eclipse/team/internal/ccvs/ui/subscriber/CVSChangeSetCollector.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/subscriber/CVSChangeSetCollector.java
 (at line 393)
return !remote.equals(remoteResource);
Unlikely argument type for equals(): ICVSRemoteResource seems to be unrelated to IResourceVariant

/src/org/eclipse/team/internal/ccvs/ui/operations/CheckoutIntoOperation.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/operations/CheckoutIntoOperation.java
 (at line 232)
if (remoteInfo.equals(FolderSyncInfo.VIRTUAL_DIRECTORY)) {
Unlikely argument type for equals(): String seems to be unrelated to FolderSyncInfo

/src/org/eclipse/team/internal/ccvs/ui/wizards/AddWizard.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/team/internal/ccvs/ui/wizards/AddWizard.java
 (at line 69)
if (!file.isIgnored() || file.equals(resource1)) {
Unlikely argument type for equals(): IResource seems to be unrelated to ICVSFile

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/team/internal/ccvs/ui/subscriber/ApplyPatchAction.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
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 '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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(
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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(
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/src/org/eclipse/team/internal/ccvs/ui/mappings/ApplyPatchAction.java : 8 warnings :

DISCOURAGED ACCESS 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 '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 45)
isPatch = ApplyPatchOperation.isPatch((IFile) resource);
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 45)
isPatch = ApplyPatchOperation.isPatch((IFile) resource);
Discouraged access: The method 'ApplyPatchOperation.isPatch(IStorage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 51)
final ApplyPatchOperation op;
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 53)
op = new ApplyPatchOperation(
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 53)
op = new ApplyPatchOperation(
Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IStorage, IResource, CompareConfiguration)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 57)
op = new ApplyPatchOperation(
Discouraged access: The type 'ApplyPatchOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/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 57)
op = new ApplyPatchOperation(
Discouraged access: The constructor 'ApplyPatchOperation(IWorkbenchPart, IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.team/bundles/org.eclipse.team.ui/target/classes')

/src/org/eclipse/team/internal/ccvs/ui/ResourceEditionNode.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/team/internal/ccvs/ui/ResourceEditionNode.java
 (at line 22)
import org.eclipse.core.internal.dtree.IComparator;
Discouraged access: The type 'IComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
2. WARNING in /src/org/eclipse/team/internal/ccvs/ui/ResourceEditionNode.java
 (at line 55)
* @see IComparator#equals
Discouraged access: The type 'IComparator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.17/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')