Compiler log for org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 0, INFOS: 10

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/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java
 (at line 95)
@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/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java
 (at line 122)
protected 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
3. INFO in /src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyViewer.java
 (at line 183)
@SuppressWarnings("rawtypes")
At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored

/src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyRegistry.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyRegistry.java
 (at line 311)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/ui/internal/views/properties/tabbed/view/TabbedPropertyRegistry.java
 (at line 331)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java : 4 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java
 (at line 328)
if (!thisActivated && !part.equals(contributor)
Unlikely argument type for equals(): ITabbedPropertySheetPageContributor seems to be unrelated to IWorkbenchPart
2. INFO in /src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java
 (at line 337)
.getContributingPart().equals(contributor))) {
Unlikely argument type for equals(): ITabbedPropertySheetPageContributor seems to be unrelated to IWorkbenchPart
3. INFO in /src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java
 (at line 982)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
4. INFO in /src/org/eclipse/ui/views/properties/tabbed/TabbedPropertySheetPage.java
 (at line 998)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored

/src/org/eclipse/ui/views/properties/tabbed/AbstractTabDescriptor.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/views/properties/tabbed/AbstractTabDescriptor.java
 (at line 64)
for (@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