Compiler log for org.eclipse.ui.ide_3.14.100.v20180828-1350 : @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 354)
@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 405)
@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 429)
@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 452)
@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 482)
@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 615)
@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 37)
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 2313)
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')
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2313)
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')
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3019)
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')
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3019)
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')