Compiler log for org.eclipse.jface_3.32.0.v20231107-0834 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3, INFOS: 19

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/resource/ImageRegistry.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/jface/resource/ImageRegistry.java
 (at line 178)
if (key.equals(Dialog.DLG_IMG_INFO)) {
The field Dialog.DLG_IMG_INFO has been deprecated since version 2023-12 and marked for removal
2. WARNING in /src/org/eclipse/jface/resource/ImageRegistry.java
 (at line 181)
if (key.equals(Dialog.DLG_IMG_QUESTION)) {
The field Dialog.DLG_IMG_QUESTION has been deprecated since version 2023-12 and marked for removal
3. WARNING in /src/org/eclipse/jface/resource/ImageRegistry.java
 (at line 187)
if (key.equals(Dialog.DLG_IMG_ERROR)) {
The field Dialog.DLG_IMG_ERROR has been deprecated since version 2023-12 and marked for removal

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jface/resource/AbstractResourceManager.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/resource/AbstractResourceManager.java
 (at line 46)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/resource/AbstractResourceManager.java
 (at line 46)
@SuppressWarnings({ "rawtypes", "unchecked" })
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/AbstractListViewer.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/AbstractListViewer.java
 (at line 269)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/viewers/AbstractListViewer.java
 (at line 479)
protected void setSelectionToWidget(@SuppressWarnings("rawtypes") List in, boolean reveal) {
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/ListViewer.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/ListViewer.java
 (at line 187)
protected void setSelectionToWidget(@SuppressWarnings("rawtypes") List in, boolean reveal) {
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/StructuredViewer.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/StructuredViewer.java
 (at line 1017)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/viewers/StructuredViewer.java
 (at line 1692)
protected abstract void setSelectionToWidget(@SuppressWarnings("rawtypes") List l, boolean reveal);
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/ColumnViewer.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/ColumnViewer.java
 (at line 1073)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/internal/ExpandableNode.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/internal/ExpandableNode.java
 (at line 167)
@SuppressWarnings("boxing")
At least one of the problems in category 'boxing' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/resource/LazyResourceManager.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/resource/LazyResourceManager.java
 (at line 91)
@SuppressWarnings("boxing")
At least one of the problems in category 'boxing' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/resource/LazyResourceManager.java
 (at line 111)
@SuppressWarnings("boxing")
At least one of the problems in category 'boxing' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/AbstractTableViewer.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/AbstractTableViewer.java
 (at line 479)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/viewers/AbstractTableViewer.java
 (at line 905)
protected void setSelectionToWidget(@SuppressWarnings("rawtypes") List list, boolean reveal) {
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
3. INFO in /src/org/eclipse/jface/viewers/AbstractTableViewer.java
 (at line 996)
private void virtualSetSelectionToWidget(@SuppressWarnings("rawtypes") List list, boolean reveal) {
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/AbstractTreeViewer.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/AbstractTreeViewer.java
 (at line 1511)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/viewers/AbstractTreeViewer.java
 (at line 2611)
protected void setSelectionToWidget(@SuppressWarnings("rawtypes") List v, boolean reveal) {
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/resource/DeviceResourceManager.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/resource/DeviceResourceManager.java
 (at line 54)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/jface/viewers/IStructuredSelection.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/IStructuredSelection.java
 (at line 25)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jface/viewers/IStructuredSelection.java
 (at line 70)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings