errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 22) import org.eclipse.jface.dialogs.AnimatorFactory; The type AnimatorFactory is deprecated |
2. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 57) private static AnimatorFactory animatorFactory; The type AnimatorFactory is deprecated |
1. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1046) public ViewerSorter getSorter() { The type ViewerSorter is deprecated |
2. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1047) if (sorter instanceof ViewerSorter) The type ViewerSorter is deprecated |
3. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1048) return (ViewerSorter)sorter; The type ViewerSorter is deprecated |
1. WARNING in /src/org/eclipse/jface/viewers/TreePathViewerSorter.java (at line 25) public class TreePathViewerSorter extends ViewerSorter { The type ViewerSorter is deprecated |
1. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 127) private volatile FastProgressReporter sortMon = new FastProgressReporter(); The type FastProgressReporter is deprecated |
2. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 127) private volatile FastProgressReporter sortMon = new FastProgressReporter(); The type FastProgressReporter is deprecated |
3. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 127) private volatile FastProgressReporter sortMon = new FastProgressReporter(); The constructor FastProgressReporter() is deprecated |
4. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 312) sortMon = new FastProgressReporter(); The type FastProgressReporter is deprecated |
5. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 312) sortMon = new FastProgressReporter(); The constructor FastProgressReporter() is deprecated |
6. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 374) sortMon.cancel(); The method cancel() from the type FastProgressReporter is deprecated |
7. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 386) sortMon.cancel(); The method cancel() from the type FastProgressReporter is deprecated |
8. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 425) sortMon.cancel(); The method cancel() from the type FastProgressReporter is deprecated |
9. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 478) sortMon.cancel(); The method cancel() from the type FastProgressReporter is deprecated |
10. WARNING in /src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java (at line 498) sortMon.cancel(); The method cancel() from the type FastProgressReporter is deprecated |
1. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 367) private final int partition(int subTree, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
2. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 386) if (mon.isCanceled()) { The method isCanceled() from the type FastProgressReporter is deprecated |
3. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 849) /* package */ final void retainFirst(int n, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
4. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 870) retainFirst(n, new FastProgressReporter()); The type FastProgressReporter is deprecated |
5. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 870) retainFirst(n, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
6. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 887) removeRange(first, length, new FastProgressReporter()); The type FastProgressReporter is deprecated |
7. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 887) removeRange(first, length, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
8. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 907) /* package */ final void removeRange(int first, int length, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
9. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 915) private final void removeRange(int node, int rangeStart, int rangeLength, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
10. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1050) result = partition(result, new FastProgressReporter()); The type FastProgressReporter is deprecated |
11. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1050) result = partition(result, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
12. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1201) /* package */ final int getFirst(Object[] result, boolean sorted, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
13. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1224) returnValue = getFirst(result, sorted, new FastProgressReporter()); The type FastProgressReporter is deprecated |
14. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1224) returnValue = getFirst(result, sorted, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
15. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1250) /* package */ final int getRange(Object[] result, int rangeStart, boolean sorted, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
16. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1271) returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter()); The type FastProgressReporter is deprecated |
17. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1271) returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
18. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1289) getRange(result, index, false, new FastProgressReporter()); The type FastProgressReporter is deprecated |
19. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1289) getRange(result, index, false, new FastProgressReporter()); The constructor FastProgressReporter() is deprecated |
20. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1316) private final int getRange(Object[] result, int resultIdx, int rangeStart, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
21. WARNING in /src/org/eclipse/jface/viewers/deferred/LazySortedCollection.java (at line 1367) private final int getChildren(Object[] result, int resultIdx, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException { The type FastProgressReporter is deprecated |
1. WARNING in /src/org/eclipse/jface/wizard/ProgressMonitorPart.java (at line 26) import org.eclipse.core.runtime.IProgressMonitorWithBlocking; The type IProgressMonitorWithBlocking is deprecated |
2. WARNING in /src/org/eclipse/jface/wizard/ProgressMonitorPart.java (at line 55) IProgressMonitorWithBlocking { The type IProgressMonitorWithBlocking is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |