| 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 |
| top | errors | infos | others warnings | discouraged warnings |
| top | errors | infos | others warnings | forbidden 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') |