Compiler log for org.eclipse.e4.core.commands_0.12.800.v20190926-0808 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3, 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/core/commands/internal/HandlerServiceImpl.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 37)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type 'Logger' 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.services/target/classes')
2. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 154)
Logger logger;
Discouraged access: The type 'Logger' 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.services/target/classes')
3. WARNING in /src/org/eclipse/e4/core/commands/internal/HandlerServiceImpl.java
 (at line 200)
logger.error((Throwable) obj, "Command '" + command.getId() + "' failed"); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method 'Logger.error(Throwable, String)' 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.services/target/classes')