Compiler log for org.eclipse.compare_3.7.1.v20170103-1805 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/compare/org/eclipse/compare/internal/DocLineComparator.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 16)
import org.eclipse.core.internal.expressions.util.LRUCache;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
2. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 38)
private LRUCache fCompareFilterCache;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
3. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 91)
fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null;
Discouraged access: The constructor 'LRUCache(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
4. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 91)
fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
5. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 205)
extracts[0] = (String) fCompareFilterCache.get(new Integer( thisIndex));
Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
6. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 212)
fCompareFilterCache .put(new Integer(thisIndex), extracts[0]);
Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
7. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 216)
extracts[1] = (String) other.fCompareFilterCache .get(new Integer(otherIndex));
Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')
8. WARNING in /compare/org/eclipse/compare/internal/DocLineComparator.java
 (at line 222)
other.fCompareFilterCache.put(new Integer(otherIndex), extracts[1]);
Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')