Compiler log for org.eclipse.e4.demo.contacts_0.9.1.v20160330-1512 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 33, INFOS: 0

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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/e4/demo/contacts/model/internal/ModelLifeCycleExtension.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/ModelLifeCycleExtension.java
 (at line 18)
import org.eclipse.e4.ui.workbench.lifecycle.ProcessRemovals;
Discouraged access: The type 'ProcessRemovals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/model/internal/ModelLifeCycleExtension.java
 (at line 27)
@ProcessRemovals
Discouraged access: The type 'ProcessRemovals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')

/src/org/eclipse/e4/demo/contacts/views/DetailsView.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailsView.java
 (at line 24)
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/e4/demo/contacts/views/DetailsView.java
 (at line 25)
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')
3. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailsView.java
 (at line 48)
private EHandlerService handlerService;
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')
4. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailsView.java
 (at line 51)
private ECommandService commandService;
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')
5. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailsView.java
 (at line 215)
ParameterizedCommand saveCommand = commandService .createCommand("contacts.save", Collections.EMPTY_MAP);
Discouraged access: The method 'ECommandService.createCommand(String, Map<String,Object>)' 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')
6. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailsView.java
 (at line 218)
handlerService.executeHandler(saveCommand);
Discouraged access: The method 'EHandlerService.executeHandler(ParameterizedCommand)' 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/e4/demo/contacts/processors/ToolbarThemeProcessor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/processors/ToolbarThemeProcessor.java
 (at line 22)
import org.eclipse.e4.ui.css.swt.theme.ITheme;
Discouraged access: The type 'ITheme' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/processors/ToolbarThemeProcessor.java
 (at line 23)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/contacts/processors/ToolbarThemeProcessor.java
 (at line 24)
import org.eclipse.e4.ui.css.swt.theme.IThemeManager;
Discouraged access: The type 'IThemeManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')

/src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 17)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 55)
IThemeEngine.Events.THEME_CHANGED);
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 55)
IThemeEngine.Events.THEME_CHANGED);
Discouraged access: The type 'IThemeEngine.Events' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
4. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 55)
IThemeEngine.Events.THEME_CHANGED);
Discouraged access: The field 'IThemeEngine.Events.THEME_CHANGED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
5. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 105)
+ event.getProperty(IThemeEngine.Events.THEME));
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
6. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 105)
+ event.getProperty(IThemeEngine.Events.THEME));
Discouraged access: The type 'IThemeEngine.Events' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
7. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 105)
+ event.getProperty(IThemeEngine.Events.THEME));
Discouraged access: The field 'IThemeEngine.Events.THEME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
8. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 107)
+ event.getProperty(IThemeEngine.Events.THEME_ENGINE));
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
9. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 107)
+ event.getProperty(IThemeEngine.Events.THEME_ENGINE));
Discouraged access: The type 'IThemeEngine.Events' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
10. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 107)
+ event.getProperty(IThemeEngine.Events.THEME_ENGINE));
Discouraged access: The field 'IThemeEngine.Events.THEME_ENGINE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
11. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 109)
+ event.getProperty(IThemeEngine.Events.DEVICE));
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
12. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 109)
+ event.getProperty(IThemeEngine.Events.DEVICE));
Discouraged access: The type 'IThemeEngine.Events' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
13. WARNING in /src/org/eclipse/e4/demo/contacts/BundleActivatorImpl.java
 (at line 109)
+ event.getProperty(IThemeEngine.Events.DEVICE));
Discouraged access: The field 'IThemeEngine.Events.DEVICE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')

/src/org/eclipse/e4/demo/contacts/views/DetailComposite.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailComposite.java
 (at line 30)
import org.eclipse.e4.ui.css.swt.dom.WidgetElement;
Discouraged access: The type 'WidgetElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailComposite.java
 (at line 187)
WidgetElement.setID(label, "SeparatorLabel");
Discouraged access: The type 'WidgetElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/contacts/views/DetailComposite.java
 (at line 187)
WidgetElement.setID(label, "SeparatorLabel");
Discouraged access: The method 'WidgetElement.setID(Widget, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/target/classes')

/src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java
 (at line 22)
import org.eclipse.e4.ui.css.swt.theme.ITheme;
Discouraged access: The type 'ITheme' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java
 (at line 23)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/contacts/processors/MenuThemeProcessor.java
 (at line 24)
import org.eclipse.e4.ui.css.swt.theme.IThemeManager;
Discouraged access: The type 'IThemeManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')

/src/org/eclipse/e4/demo/contacts/handlers/SwitchThemeHandler.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/SwitchThemeHandler.java
 (at line 16)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
2. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/SwitchThemeHandler.java
 (at line 22)
IThemeEngine engine) {
Discouraged access: The type 'IThemeEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')
3. WARNING in /src/org/eclipse/e4/demo/contacts/handlers/SwitchThemeHandler.java
 (at line 23)
engine.setTheme(themeId, true);
Discouraged access: The method 'IThemeEngine.setTheme(String, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/classes')