Compiler log for org.eclipse.ui.ide_3.16.0.v20190916-1323 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 8, INFOS: 7

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/markers/ViewerColumnsDialog.java : 6 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java
 (at line 355)
@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/markers/ViewerColumnsDialog.java
 (at line 406)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
3. INFO in /src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java
 (at line 430)
@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/internal/views/markers/ViewerColumnsDialog.java
 (at line 453)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
5. INFO in /src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java
 (at line 483)
@SuppressWarnings("unchecked")
At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
6. INFO in /src/org/eclipse/ui/internal/views/markers/ViewerColumnsDialog.java
 (at line 616)
@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/internal/views/markers/MarkerFieldFilterGroup.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java
 (at line 288)
@SuppressWarnings("javadoc")
At least one of the problems in category 'javadoc' 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

/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java
 (at line 53)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type 'ECommandService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java
 (at line 54)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type 'EHandlerService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')

/src/org/eclipse/ui/internal/ide/addons/SaveAllDirtyPartsAddon.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/addons/SaveAllDirtyPartsAddon.java
 (at line 28)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')

/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 39)
import org.eclipse.core.internal.resources.FilterDescriptor;
Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2290)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2290)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3025)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The type 'FilterDescriptor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3025)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The method 'FilterDescriptor.createFilter()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes')