| 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/dialogs/AnimatorFactory.java (at line 41) public ControlAnimator createAnimator(Control control) { The type ControlAnimator has been deprecated since version 2025-03 and marked for removal |
| 2. WARNING in /src/org/eclipse/jface/dialogs/AnimatorFactory.java (at line 42) return new ControlAnimator(control); The type ControlAnimator has been deprecated since version 2025-03 and marked for removal |
| 1. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 57) private static AnimatorFactory animatorFactory; The type AnimatorFactory has been deprecated since version 2025-03 and marked for removal |
| 2. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 215) public static void setAnimatorFactory(AnimatorFactory factory) { The type AnimatorFactory has been deprecated since version 2025-03 and marked for removal |
| 3. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 228) public static AnimatorFactory getAnimatorFactory() { The type AnimatorFactory has been deprecated since version 2025-03 and marked for removal |
| 4. WARNING in /src/org/eclipse/jface/util/Policy.java (at line 230) animatorFactory = new AnimatorFactory(); The type AnimatorFactory has been deprecated since version 2025-03 and marked for removal |
| 1. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1048) public ViewerSorter getSorter() { The type ViewerSorter is deprecated |
| 2. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1049) if (sorter instanceof ViewerSorter) { The type ViewerSorter is deprecated |
| 3. WARNING in /src/org/eclipse/jface/viewers/StructuredViewer.java (at line 1050) 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 constructor ViewerSorter() is deprecated |
| 2. 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/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 |