Compiler log for org.eclipse.e4.ui.model.workbench_1.0.0.v20130605-1738 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/model/LocalizationHelper.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/LocalizationHelper.java
 (at line 14)
import org.eclipse.e4.core.services.translation.TranslationService;
Discouraged access: The type TranslationService is not accessible due to 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/ui/model/LocalizationHelper.java
 (at line 131)
TranslationService translation = context.get(TranslationService.class);
Discouraged access: The type TranslationService is not accessible due to 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/ui/model/LocalizationHelper.java
 (at line 131)
TranslationService translation = context.get(TranslationService.class);
Discouraged access: The type TranslationService is not accessible due to 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
4. WARNING in /src/org/eclipse/e4/ui/model/LocalizationHelper.java
 (at line 134)
return translation.translate(key, element.getContributorURI());
Discouraged access: The method translate(String, String) from the type TranslationService is not accessible due to 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