Compiler log for org.eclipse.jface_3.38.100.v20251108-1551 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 12, 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

/src/org/eclipse/jface/dialogs/AnimatorFactory.java : 2 warnings :

OTHER 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

/src/org/eclipse/jface/util/Policy.java : 4 warnings :

OTHER WARNINGS
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

/src/org/eclipse/jface/viewers/StructuredViewer.java : 3 warnings :

OTHER WARNINGS
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

/src/org/eclipse/jface/viewers/TreePathViewerSorter.java : 2 warnings :

OTHER WARNINGS
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

/src/org/eclipse/jface/wizard/ProgressMonitorPart.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jface/wizard/ProgressMonitorPart.java
 (at line 55)
IProgressMonitorWithBlocking {
The type IProgressMonitorWithBlocking is deprecated

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