Compiler log for org.eclipse.compare_3.7.600.v20190519-2354 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8, INFOS: 0

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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos 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 19)
import org.eclipse.core.internal.expressions.util.LRUCache;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 41)
private LRUCache fCompareFilterCache;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 94)
fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null;
Discouraged access: The type 'LRUCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 94)
fCompareFilterCache = (cacheFilteredLines) ? new LRUCache(1024) : null;
Discouraged access: The constructor 'LRUCache(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 213)
extracts[0] = (String) fCompareFilterCache.get(Integer.valueOf(
Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 221)
.put(Integer.valueOf(thisIndex), extracts[0]);
Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 225)
.get(Integer.valueOf(otherIndex));
Discouraged access: The method 'LRUCache.get(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 230)
other.fCompareFilterCache.put(Integer.valueOf(otherIndex),
Discouraged access: The method 'LRUCache.put(Object, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/target/classes')