Compiler log for org.eclipse.jface_3.22.200.v20210401-0958 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 0, INFOS: 11

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

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

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

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/IStructuredSelection.java
 (at line 22)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' 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/StructuredViewer.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/StructuredViewer.java
 (at line 1020)
@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 1685)
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/AbstractTreeViewer.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/AbstractTreeViewer.java
 (at line 1490)
@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 2546)
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/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/AbstractTableViewer.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jface/viewers/AbstractTableViewer.java
 (at line 468)
@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 834)
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 901)
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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings