Compiler log for org.eclipse.e4.tools.emf.ui_4.5.1.v20150818-0640 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 2885

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/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 113)
if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 113)
if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 113)
if (o.eClass() == CommandsPackageImpl.Literals.COMMAND) {
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 122)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 160)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 160)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 160)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 170)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 170)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 170)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 196)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 196)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 196)
if (feature == ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 206)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 206)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java
 (at line 206)
if (obj instanceof MUIElement && feature == UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS) {
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java
 (at line 44)
import org.eclipse.jdt.internal.core.JavaProject;
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java
 (at line 89)
if (JavaProject.hasJavaNature(project)) {
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExportIdsHandler.java
 (at line 89)
if (JavaProject.hasJavaNature(project)) {
Discouraged access: The method 'JavaProject.hasJavaNature(IProject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/e4/tools/emf/ui/common/Util.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 30)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 54)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 54)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 54)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 61)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 61)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 61)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 63)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 63)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 63)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 131)
if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 131)
if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 131)
if (eClass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 195)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 195)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 195)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java : 60 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 65)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 65)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 65)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 80)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 80)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 80)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 87)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 87)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 87)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 94)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 94)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 94)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 101)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 101)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 101)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 177)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 177)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 177)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 180)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 180)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 180)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 185)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 185)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 185)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 202)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 202)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 202)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 205)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 205)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 205)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 206)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 206)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 206)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 213)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 213)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 213)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 217)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 217)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 217)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 226)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 226)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 226)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 228)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 228)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 228)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 249)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 249)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 249)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 264)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 264)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 264)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 66)
commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 66)
commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS;
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 66)
commandsFeature = ApplicationPackageImpl.Literals.APPLICATION__COMMANDS;
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 127)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 127)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 127)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 148)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 148)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method 'CommandsFactoryImpl.createCommand()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 148)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 63)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 63)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 63)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The field 'BasicPackageImpl.Literals.DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 69)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 69)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 69)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 75)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 75)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 75)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 81)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 81)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 81)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The field 'BasicPackageImpl.Literals.WIZARD_DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The field 'BasicPackageImpl.Literals.DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 138)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.DIALOG, BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.WIZARD_DIALOG });
Discouraged access: The field 'BasicPackageImpl.Literals.WIZARD_DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 139)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 139)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 139)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.TRIMMED_WINDOW));
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java : 85 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 44)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 81)
private final IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 81)
private final IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 81)
private final IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__WINDOWS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 84)
private final IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 84)
private final IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 84)
private final IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 85)
private final IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 85)
private final IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 85)
private final IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__MAIN_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 162)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 162)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 162)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 163)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 163)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 163)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 191)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 191)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 191)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__X' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__Y' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__WIDTH' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 233)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 233)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 233)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__HEIGHT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 238)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 238)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 238)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 253)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 253)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 253)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 306)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 306)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 306)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 310)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 310)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 310)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE),
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 328)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 328)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 328)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 332)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 332)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 332)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 353)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 353)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 353)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 360)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 360)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 360)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__MAIN_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 371)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 371)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 371)
BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__MAIN_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 457)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 457)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 457)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 458)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 458)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 458)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java : 60 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 83)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 107)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 107)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 107)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 114)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 114)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 114)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 195)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 195)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 195)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 198)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 198)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 198)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 209)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 209)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 209)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID)
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 230)
MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 230)
MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 230)
MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 235)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 235)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 235)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 248)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 248)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 248)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 259)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 260)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 260)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 260)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 279)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 279)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 279)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 300)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 300)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 300)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 312)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 312)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 312)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 320)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 320)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 320)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 69)
import org.eclipse.pde.internal.core.project.PDEProject;
Discouraged access: The type 'PDEProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 70)
import org.eclipse.pde.internal.core.text.bundle.BundleModel;
Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 71)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageHeader;
Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 72)
import org.eclipse.pde.internal.core.text.bundle.ImportPackageObject;
Discouraged access: The type 'ImportPackageObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 73)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleHeader;
Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 74)
import org.eclipse.pde.internal.core.text.bundle.RequireBundleObject;
Discouraged access: The type 'RequireBundleObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 980)
final BundleModel model = loadBundleModel(currentProject);
Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 982)
final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader(
Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 982)
final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader(
Discouraged access: The type 'RequireBundleHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 982)
final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader(
Discouraged access: The method 'BundleModel.getBundle()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 982)
final RequireBundleHeader rbh = (RequireBundleHeader) model.getBundle().getManifestHeader( "Require-Bundle"); //$NON-NLS-1$
Discouraged access: The method 'IBundle.getManifestHeader(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 985)
for (final RequireBundleObject item : rbh.getRequiredBundles()) {
Discouraged access: The type 'RequireBundleObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 985)
for (final RequireBundleObject item : rbh.getRequiredBundles()) {
Discouraged access: The method 'RequireBundleHeader.getRequiredBundles()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 986)
if (item.getValue().equals(bundle)) {
Discouraged access: The method 'PDEManifestElement.getValue()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 999)
final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader(
Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 999)
final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader(
Discouraged access: The type 'ImportPackageHeader' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 999)
final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader(
Discouraged access: The method 'BundleModel.getBundle()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 999)
final ImportPackageHeader iph = (ImportPackageHeader) model.getBundle().getManifestHeader( "Import-Package"); //$NON-NLS-1$
Discouraged access: The method 'IBundle.getManifestHeader(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1002)
for (final ImportPackageObject item : iph.getPackages()) {
Discouraged access: The type 'ImportPackageObject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1002)
for (final ImportPackageObject item : iph.getPackages()) {
Discouraged access: The method 'ImportPackageHeader.getPackages()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1003)
if (item.getValue().equals(pakage)) {
Discouraged access: The method 'PDEManifestElement.getValue()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1031)
public BundleModel loadBundleModel(IProject currentProject) throws CoreException {
Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1033)
final Scanner scanner = new Scanner(PDEProject.getManifest(currentProject).getContents());
Discouraged access: The type 'PDEProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1033)
final Scanner scanner = new Scanner(PDEProject.getManifest(currentProject).getContents());
Discouraged access: The method 'PDEProject.getManifest(IProject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1037)
final BundleModel model = new BundleModel(document, false);
Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1037)
final BundleModel model = new BundleModel(document, false);
Discouraged access: The constructor 'BundleModel(IDocument, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1037)
final BundleModel model = new BundleModel(document, false);
Discouraged access: The type 'BundleModel' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java
 (at line 1038)
model.load();
Discouraged access: The method 'AbstractEditingModel.load()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 133)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 133)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 133)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 134)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 134)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 134)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 142)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 142)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 142)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 143)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 143)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 143)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 164)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 164)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 164)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java
 (at line 82)
return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java
 (at line 82)
return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java
 (at line 82)
return MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID;
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 138)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 153)
AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 153)
AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 153)
AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER__REF' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 26)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 26)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 26)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java : 45 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 64)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 64)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 64)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 71)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 71)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 71)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 78)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 78)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 78)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 85)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 85)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 85)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 91)
handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 91)
handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 91)
handleAdd(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 134)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 134)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 134)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 146)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 147)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 147)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 147)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 165)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 165)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 165)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 111)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 111)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 111)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 120)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__CATEGORY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 154)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 154)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 154)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 157)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 157)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 157)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 163)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 163)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 163)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION);
Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 197)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 197)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 197)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DynamicMenuContributionEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 63)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 63)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 63)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 121)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 121)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 121)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 127)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 127)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 127)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 146)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 146)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 146)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 165)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 165)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 165)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 172)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 172)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 172)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 210)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 210)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 212)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 212)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 212)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 219)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 219)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 219)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 227)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 227)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 227)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract()
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 229)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 229)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 229)
&& eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java
 (at line 81)
return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java
 (at line 81)
return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/TrimIdDialog.java
 (at line 81)
return MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID;
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 60)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 60)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 60)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI)
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI)
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI)
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 126)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 126)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 126)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 118)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 118)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 118)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS) {
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 154)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 154)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 154)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 44)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 45)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 79)
private final IEMFEditListProperty KEY_BINDING__PARAMETERS = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 79)
private final IEMFEditListProperty KEY_BINDING__PARAMETERS = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 79)
private final IEMFEditListProperty KEY_BINDING__PARAMETERS = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 181)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 181)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 181)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 211)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 211)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 211)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS) {
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 237)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 237)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 237)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 238)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 238)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 238)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 299)
final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 299)
final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 299)
final Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 53)
.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 53)
.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 53)
.list(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 111)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 111)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 111)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS) {
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 144)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 144)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 144)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java : 60 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 81)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 81)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 81)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 113)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 113)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 113)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 207)
UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 207)
UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 207)
UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 214)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 214)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 214)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 228)
.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 229)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 229)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 229)
pickList.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 231)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 231)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 231)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 237)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 237)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 237)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 240)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 251)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 251)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 251)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 272)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 272)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 272)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE),
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 296)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 296)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 296)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 304)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 304)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 304)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 43)
if (res instanceof E4XMIResource) {
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 44)
final String v = ((E4XMIResource) res).getID((EObject) cmd);
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 44)
final String v = ((E4XMIResource) res).getID((EObject) cmd);
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 108)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 108)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 108)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__ADDONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 133)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 133)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 133)
ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__ADDONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 96)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 96)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 96)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 102)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 102)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 102)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 109)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 109)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 109)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 116)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 116)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 116)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 123)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 123)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 123)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID)
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 240)
MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 240)
MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 240)
MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 245)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 245)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 245)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 253)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 253)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 253)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 268)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 268)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 268)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 272)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 272)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 272)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 274)
new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 274)
new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 274)
new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 275)
new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 275)
new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 275)
new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 277)
new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 277)
new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 277)
new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 280)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 280)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 280)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 288)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 288)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 288)
"To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 292)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 292)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 292)
"Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 301)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 301)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 301)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 18)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 48)
E4XMIResource xmiResource = (E4XMIResource) ((EObject) modelProvider.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 48)
E4XMIResource xmiResource = (E4XMIResource) ((EObject) modelProvider.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 90)
E4XMIResource xmiResource = (E4XMIResource) ((EObject) modelProvider.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 90)
E4XMIResource xmiResource = (E4XMIResource) ((EObject) modelProvider.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 95)
elementsIds.add(xmiResource.getID((EObject) obj));
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/TreeViewerEx.java
 (at line 100)
selectedIds.add(xmiResource.getID((EObject) obj));
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 105)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS) {
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 135)
MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 29)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 264)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 264)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 264)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 103)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 103)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 103)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 127)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 127)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 127)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 62)
import org.eclipse.pde.internal.core.PDECore;
Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 63)
import org.eclipse.pde.internal.core.TargetPlatformHelper;
Discouraged access: The type 'TargetPlatformHelper' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 297)
final IProject[] projects = PDECore.getWorkspace().getRoot().getProjects();
Discouraged access: The type 'PDECore' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 297)
final IProject[] projects = PDECore.getWorkspace().getRoot().getProjects();
Discouraged access: The method 'PDECore.getWorkspace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 298)
final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels();
Discouraged access: The type 'TargetPlatformHelper' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 298)
final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels();
Discouraged access: The method 'TargetPlatformHelper.getPDEState()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java
 (at line 298)
final IPluginModelBase[] models = TargetPlatformHelper.getPDEState().getTargetModels();
Discouraged access: The method 'PDEState.getTargetModels()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')

/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 25)
import org.eclipse.e4.ui.internal.workbench.E4XMIResourceFactory;
Discouraged access: The type 'E4XMIResourceFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 69)
.put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory());
Discouraged access: The constructor 'E4XMIResourceFactory()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 69)
.put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory());
Discouraged access: The type 'E4XMIResourceFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 86)
E4XMIResource resource = (E4XMIResource) eObject.eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 86)
E4XMIResource resource = (E4XMIResource) eObject.eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 88)
idMap.put(eObject, resource.getID(eObject));
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 93)
resource = (E4XMIResource) o.eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 94)
idMap.put(o, resource.getID(o));
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 97)
resource = (E4XMIResource) ((EObject) list.get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 105)
resource.setID(e.getKey(), e.getValue());
Discouraged access: The method 'E4XMIResource.setID(EObject, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 86)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 86)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 86)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 142)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 142)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 142)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 143)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 143)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 143)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 157)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 157)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 157)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 163)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 163)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 163)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 245)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 245)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 245)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 248)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 248)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 248)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 250)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 250)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 250)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 252)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 252)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 252)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 317)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 317)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 317)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 323)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 323)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 323)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 346)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 346)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 346)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 347)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 347)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 347)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 348)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 348)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 348)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 349)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 349)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 349)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 350)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 350)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 350)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 351)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 351)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 351)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 352)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 352)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 352)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.COMPOSITE_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 353)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 353)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 353)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 381)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 381)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 381)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 448)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 448)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 448)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 459)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 459)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 459)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 462)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 462)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 462)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 471)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 471)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 471)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 473)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 473)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 473)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 494)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 494)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java
 (at line 494)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 99)
enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 99)
enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 99)
enableIdGenerator(CommandsPackageImpl.Literals.CATEGORY__NAME,
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 100)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 100)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 100)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 128)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 128)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 128)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__NAME));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__NAME));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__NAME));
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 132)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 132)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 132)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION));
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 143)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 143)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 143)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java : 76 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 78)
.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 78)
.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 78)
.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 100)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 100)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 100)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 107)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 107)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 107)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 113)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 113)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 113)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 119)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 119)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 119)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 126)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 126)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 126)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 148)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 148)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 148)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 149)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 149)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 149)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 187)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 187)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 187)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 216)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 216)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 216)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 222)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 222)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 222)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 225)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 225)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 225)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 239)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 239)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 239)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 270)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 270)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 270)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 273)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 273)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 273)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 276)
Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 276)
Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 276)
Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES,
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 281)
Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 281)
Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 281)
Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 292)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 292)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 292)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 294)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 294)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 294)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 315)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 315)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 315)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 349)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 349)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 349)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 22)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 174)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 174)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 174)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__WINDOWS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/PatternFilter.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/PatternFilter.java
 (at line 18)
public class PatternFilter extends org.eclipse.e4.ui.workbench.swt.internal.copy.PatternFilter {
Discouraged access: The type 'PatternFilter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/PatternFilter.java
 (at line 21)
* This constructor will call {@link #setIncludeLeadingWildcard(boolean)} with boolean=true.
Discouraged access: The method 'PatternFilter.setIncludeLeadingWildcard(boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/PatternFilter.java
 (at line 24)
setIncludeLeadingWildcard(true);
Discouraged access: The method 'PatternFilter.setIncludeLeadingWildcard(boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/PatternFilter.java
 (at line 56)
return wordMatches(labelText);
Discouraged access: The method 'PatternFilter.wordMatches(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 25)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 26)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 195)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 195)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 195)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 276)
final EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType());
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 276)
final EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType());
Discouraged access: The method 'ModelUtils.getTypeArgument(EClass, EGenericType)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 52)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 53)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 154)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 155)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 159)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 161)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 162)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 163)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 165)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 166)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 168)
import org.eclipse.e4.ui.workbench.swt.internal.copy.FilteredTree;
Discouraged access: The type 'FilteredTree' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 311)
@Preference(nodePath = Plugin.ID, value = ModelEditorPreferences.AUTO_CREATE_ELEMENT_ID)
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 315)
@Preference(nodePath = Plugin.ID, value = ModelEditorPreferences.SHOW_XMI_ID)
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 319)
@Preference(nodePath = Plugin.ID)
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 395)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 395)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 395)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 396)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 396)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 396)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 838)
ctx = ModelUtils.getContainingContext(o);
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 838)
ctx = ModelUtils.getContainingContext(o);
Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1088)
final FilteredTree viewParent = new FilteredTree(treeArea, SWT.MULTI | SWT.FULL_SELECTION | SWT.H_SCROLL
Discouraged access: The type 'FilteredTree' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1088)
final FilteredTree viewParent = new FilteredTree(treeArea, SWT.MULTI | SWT.FULL_SELECTION | SWT.H_SCROLL | SWT.V_SCROLL, new PatternFilter(), false);
Discouraged access: The constructor 'FilteredTree(Composite, int, PatternFilter, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1088)
final FilteredTree viewParent = new FilteredTree(treeArea, SWT.MULTI | SWT.FULL_SELECTION | SWT.H_SCROLL
Discouraged access: The type 'FilteredTree' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1090)
tempViewer = viewParent.getViewer();
Discouraged access: The method 'FilteredTree.getViewer()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1182)
final IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1182)
final IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1183)
final AbstractComponentEditor editor = (AbstractComponentEditor) fact.create( "bundleclass://" + el.getContributor().getName() + "/" + el.getAttribute("class"), context); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method 'IContributionFactory.create(String, IEclipseContext)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1247)
final IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1247)
final IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type 'IContributionFactory' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1248)
final AbstractComponentEditor editor = (AbstractComponentEditor) fact.create( "bundleclass://" + el.getContributor().getName() + "/" + desc.getEditorClass().getName(), context); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method 'IContributionFactory.create(String, IEclipseContext)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.services/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1299)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION,
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1299)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION,
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1299)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION,
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1301)
registerEditor(ApplicationPackageImpl.Literals.ADDON, ContextInjectionFactory.make(AddonsEditor.class, context));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1301)
registerEditor(ApplicationPackageImpl.Literals.ADDON, ContextInjectionFactory.make(AddonsEditor.class, context));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1301)
registerEditor(ApplicationPackageImpl.Literals.ADDON, ContextInjectionFactory.make(AddonsEditor.class, context));
Discouraged access: The field 'ApplicationPackageImpl.Literals.ADDON' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1303)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1303)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1303)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING,
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1305)
registerEditor(CommandsPackageImpl.Literals.HANDLER, ContextInjectionFactory.make(HandlerEditor.class, context));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1305)
registerEditor(CommandsPackageImpl.Literals.HANDLER, ContextInjectionFactory.make(HandlerEditor.class, context));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1305)
registerEditor(CommandsPackageImpl.Literals.HANDLER, ContextInjectionFactory.make(HandlerEditor.class, context));
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1306)
registerEditor(CommandsPackageImpl.Literals.COMMAND, ContextInjectionFactory.make(CommandEditor.class, context));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1306)
registerEditor(CommandsPackageImpl.Literals.COMMAND, ContextInjectionFactory.make(CommandEditor.class, context));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1306)
registerEditor(CommandsPackageImpl.Literals.COMMAND, ContextInjectionFactory.make(CommandEditor.class, context));
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1307)
registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1307)
registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1307)
registerEditor(CommandsPackageImpl.Literals.COMMAND_PARAMETER,
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1309)
registerEditor(CommandsPackageImpl.Literals.PARAMETER,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1309)
registerEditor(CommandsPackageImpl.Literals.PARAMETER,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1309)
registerEditor(CommandsPackageImpl.Literals.PARAMETER,
Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1311)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1311)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1311)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE,
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1313)
registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1313)
registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1313)
registerEditor(CommandsPackageImpl.Literals.BINDING_CONTEXT,
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1315)
registerEditor(CommandsPackageImpl.Literals.CATEGORY,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1315)
registerEditor(CommandsPackageImpl.Literals.CATEGORY,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1315)
registerEditor(CommandsPackageImpl.Literals.CATEGORY,
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1318)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ContextInjectionFactory.make(ToolBarEditor.class, context));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1318)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ContextInjectionFactory.make(ToolBarEditor.class, context));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1318)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, ContextInjectionFactory.make(ToolBarEditor.class, context));
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1319)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1319)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1319)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM,
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1321)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1321)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1321)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM,
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1323)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1323)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1323)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR,
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1325)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1325)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1325)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL,
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1328)
registerEditor(MenuPackageImpl.Literals.MENU, ContextInjectionFactory.make(MenuEditor.class, context));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1328)
registerEditor(MenuPackageImpl.Literals.MENU, ContextInjectionFactory.make(MenuEditor.class, context));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1328)
registerEditor(MenuPackageImpl.Literals.MENU, ContextInjectionFactory.make(MenuEditor.class, context));
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1329)
registerEditor(MenuPackageImpl.Literals.POPUP_MENU,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1329)
registerEditor(MenuPackageImpl.Literals.POPUP_MENU,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1329)
registerEditor(MenuPackageImpl.Literals.POPUP_MENU,
Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1331)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1331)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1331)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR,
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1333)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1333)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1333)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM,
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1335)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1335)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1335)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM,
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1337)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1337)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1337)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION,
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1339)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1339)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1339)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION,
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1341)
registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 1341)
registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION,
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 61)
.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 61)
.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 61)
.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 104)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 104)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 104)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 105)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 105)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 105)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 143)
enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 143)
enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 143)
enableIdGenerator(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME,
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 144)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 144)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 144)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 171)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 171)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 171)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 173)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 173)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 173)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME),
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 176)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 176)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 176)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION));
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 179)
Messages, this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 179)
Messages, this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 179)
Messages, this, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 195)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 195)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 195)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 205)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 205)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 205)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 207)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 207)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 207)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 226)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 226)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 226)
CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 47)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 49)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 50)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type 'ApplicationFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 51)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 53)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 173)
if (res instanceof E4XMIResource) {
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 174)
final String v = ((E4XMIResource) res).getID((EObject) val);
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 174)
final String v = ((E4XMIResource) res).getID((EObject) val);
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 232)
final BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE
Discouraged access: The type 'ApplicationFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 232)
final BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE .createStringToStringMap();
Discouraged access: The method 'ApplicationFactoryImpl.createStringToStringMap()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 232)
final BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE
Discouraged access: The field 'ApplicationFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 283)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY,
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 283)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY,
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 283)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY,
Discouraged access: The field 'ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 329)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE,
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 329)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE,
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 329)
ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE,
Discouraged access: The field 'ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__VALUE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 496)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 496)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 496)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 522)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 522)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 522)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 524)
UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 524)
UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 524)
UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 526)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 526)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 526)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 533)
UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 533)
UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 533)
UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 594)
PickListFeatures.NO_PICKER), Messages, editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 594)
PickListFeatures.NO_PICKER), Messages, editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 594)
PickListFeatures.NO_PICKER), Messages, editor, CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 601)
CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 601)
CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 601)
CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 612)
EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 612)
EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 612)
EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 766)
UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LOCALIZED_LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 800)
filter.setPattern(((Text) e.widget).getText());
Discouraged access: The method 'PatternFilter.setPattern(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 27)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 93)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), ModelUtils.getContainingContext(o));
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 93)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), ModelUtils.getContainingContext(o));
Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 11)
import org.eclipse.e4.core.di.extensions.EventTopic;
Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 12)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 102)
final Preference preference = field.getAnnotation(Preference.class);
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 102)
final Preference preference = field.getAnnotation(Preference.class);
Discouraged access: The type 'Preference' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 104)
String path = preference.nodePath();
Discouraged access: The method 'Preference.nodePath()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 108)
return "@Preference(" + preference.nodePath() + "/" + preference.value() + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method 'Preference.nodePath()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 108)
return "@Preference(" + preference.nodePath() + "/" + preference.value() + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method 'Preference.value()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 111)
final EventTopic topic = field.getAnnotation(EventTopic.class);
Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 111)
final EventTopic topic = field.getAnnotation(EventTopic.class);
Discouraged access: The type 'EventTopic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 114)
return "@Topic(" + topic.value() + ")"; //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method 'EventTopic.value()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.runtime/bundles/org.eclipse.e4.core.di.extensions/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 125)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) {
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 125)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) {
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 125)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES) {
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 151)
final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory();
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 151)
final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory();
Discouraged access: The method 'CommandsFactoryImpl.createCategory()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 151)
final MCategory category = CommandsFactoryImpl.eINSTANCE.createCategory();
Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 158)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 158)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 158)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, category);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 71)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 71)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 71)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 188)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 188)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 188)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 195)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 195)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 195)
Messages, this, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 207)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 207)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 207)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 213)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 213)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 213)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 216)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 216)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 216)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 248)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 248)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 248)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 260)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 260)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 260)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 282)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 282)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 282)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, perspective);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java : 47 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 71)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 71)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 71)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 136)
enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 136)
enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 136)
enableIdGenerator(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME,
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 137)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 137)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 137)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 165)
getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 165)
getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 165)
getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION));
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY,
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__CATEGORY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 207)
Messages, this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 207)
Messages, this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 207)
Messages, this, CommandsPackageImpl.Literals.COMMAND__PARAMETERS) {
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 236)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 236)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 236)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 238)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 238)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 238)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 263)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 272)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 272)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 272)
CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 296)
final List<?> commandParameters = (List<?>) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 296)
final List<?> commandParameters = (List<?>) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 296)
final List<?> commandParameters = (List<?>) command.eGet(CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS) {
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 134)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 134)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 134)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 111)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 111)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 111)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID)
Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 139)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 139)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 139)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 141)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 52)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 52)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 52)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 83)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 83)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 83)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 104)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 128)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 128)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 128)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java : 75 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 44)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 105)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 105)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 105)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 148)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 148)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 148)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 149)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 149)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 149)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 179)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 179)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 179)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 195)
MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 195)
MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 195)
MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 201)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 201)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 201)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 203)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 203)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 203)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 219)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__ENABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 271)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 271)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 271)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__SELECTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 319)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 319)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 319)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 320)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 320)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 320)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 321)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 321)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 321)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 324)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 324)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 324)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 336)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 336)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 336)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 346)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 346)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 346)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 349)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 349)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 349)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 374)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 374)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 374)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java : 88 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 46)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 47)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__MENUS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 87)
private final IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 87)
private final IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 87)
private final IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 110)
if (element == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 110)
if (element == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 110)
if (element == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 155)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 155)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 155)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 156)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 156)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 156)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 185)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 187)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 187)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 187)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 190)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 190)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 190)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 192)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 206)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 206)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 206)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 239)
final IContributionClassCreator c = getEditor().getContributionCreator(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 239)
final IContributionClassCreator c = getEditor().getContributionCreator(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 239)
final IContributionClassCreator c = getEditor().getContributionCreator(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 291)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 291)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 291)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE));
Discouraged access: The field 'BasicPackageImpl.Literals.PART__CLOSEABLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 330)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 330)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 330)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 333)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 348)
Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 348)
Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 348)
Messages.ModelTooling_Context_Variables_Tooltip, UiPackageImpl.Literals.CONTEXT__VARIABLES,
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 351)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 374)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 374)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 374)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 386)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 386)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 386)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 396)
BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 396)
BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 396)
BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 478)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 478)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 478)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 479)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 479)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 479)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 70)
.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 70)
.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 70)
.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 172)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 172)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 172)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 188)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 201)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 201)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 201)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
Messages, this, CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 228)
final IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 228)
final IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 228)
final IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 239)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 239)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 239)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 241)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 241)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 241)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 268)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 268)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 268)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT,
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 269)
CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) };
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 269)
CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) };
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 269)
CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) };
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 282)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 282)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 282)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 110)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) {
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 110)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) {
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 110)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) {
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 119)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java : 97 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 88)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 88)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 88)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 111)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 111)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 111)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 118)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 118)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 118)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 125)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 132)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 139)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 219)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 219)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 219)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 221)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 221)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 221)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 236)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 236)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 236)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 293)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 297)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 297)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 297)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 309)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 309)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 309)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 313)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 313)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 313)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 314)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART,
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 315)
BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA,
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 316)
AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 316)
AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 316)
AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 317)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 317)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 317)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 322)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 322)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 322)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 325)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 335)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 335)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 335)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 337)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 339)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 339)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 339)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 360)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 360)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 360)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 370)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 370)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 370)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 390)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 390)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 390)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 391)
FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 391)
FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 391)
FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 392)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java : 53 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 83)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 83)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 83)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 90)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 90)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 90)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 97)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 97)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 97)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 105)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 105)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 105)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 112)
handleImport(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 112)
handleImport(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 112)
handleImport(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 119)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 119)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 119)
handleImport(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 162)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 162)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 162)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS) {
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 177)
final IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 177)
final IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 177)
final IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 181)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, BasicPackageImpl.Literals.PART_STACK, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 182)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 182)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 182)
pickList.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 203)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 203)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 203)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The field 'CommandsPackageImpl.Literals.KEY_BINDING__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.PlaceholderEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.PlaceholderEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.PlaceholderEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 217)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 217)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 217)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER__REF' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 233)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 233)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 233)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 234)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 234)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 234)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 242)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 242)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 242)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 243)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 243)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 243)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 264)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 264)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 264)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java
 (at line 40)
import org.eclipse.pde.internal.core.util.CoreUtility;
Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java
 (at line 456)
CoreUtility.createFolder(project.getFolder(newPath));
Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java
 (at line 456)
CoreUtility.createFolder(project.getFolder(newPath));
Discouraged access: The method 'CoreUtility.createFolder(IFolder)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java : 78 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 51)
targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 51)
targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS;
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 51)
targetFeature = UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS;
Discouraged access: The field 'UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 61)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 61)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 61)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 68)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 68)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 68)
handleAdd(BasicPackageImpl.Literals.DIALOG);
Discouraged access: The field 'BasicPackageImpl.Literals.DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 76)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 84)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 84)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 84)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 92)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 92)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 92)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 100)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 100)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 100)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 107)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 107)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 107)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 115)
handleAdd(BasicPackageImpl.Literals.TRIM_ELEMENT);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 115)
handleAdd(BasicPackageImpl.Literals.TRIM_ELEMENT);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 115)
handleAdd(BasicPackageImpl.Literals.TRIM_ELEMENT);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 123)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 123)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 123)
handleAdd(BasicPackageImpl.Literals.TRIMMED_WINDOW);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 129)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 129)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 129)
handleAdd(BasicPackageImpl.Literals.WINDOW);
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 136)
handleAdd(BasicPackageImpl.Literals.TRIM_BAR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 136)
handleAdd(BasicPackageImpl.Literals.TRIM_BAR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 136)
handleAdd(BasicPackageImpl.Literals.TRIM_BAR);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 143)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 143)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 143)
handleAdd(BasicPackageImpl.Literals.WIZARD_DIALOG);
Discouraged access: The field 'BasicPackageImpl.Literals.WIZARD_DIALOG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 208)
pickList.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.WINDOW,
Discouraged access: The field 'BasicPackageImpl.Literals.WINDOW' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 209)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, AdvancedPackageImpl.Literals.PERSPECTIVE,
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 210)
AdvancedPackageImpl.Literals.AREA, BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 211)
BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 212)
BasicPackageImpl.Literals.TRIM_BAR, BasicPackageImpl.Literals.TRIM_ELEMENT, });
Discouraged access: The field 'BasicPackageImpl.Literals.TRIM_ELEMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 213)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE));
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 213)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE));
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java
 (at line 213)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE));
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java
 (at line 224)
final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java
 (at line 224)
final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java
 (at line 224)
final IContributionClassCreator c = context.get(ModelEditor.class).getContributionCreator(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 105)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 105)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 105)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS) {
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 143)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 143)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 143)
FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java
 (at line 15)
import org.eclipse.emf.databinding.internal.EMFValueProperty;
Discouraged access: The type 'EMFValueProperty' is not API (restriction on classpath entry '/shared/eclipse/builds/4M/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.databinding/1.3.0.v20150518-0831/org.eclipse.emf.databinding-1.3.0.v20150518-0831.jar')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java
 (at line 23)
* {@link EMFValueProperty} does an eGet to
Discouraged access: The type 'EMFValueProperty' is not API (restriction on classpath entry '/shared/eclipse/builds/4M/localMavenRepo/p2/osgi/bundle/org.eclipse.emf.databinding/1.3.0.v20150518-0831/org.eclipse.emf.databinding-1.3.0.v20150518-0831.jar')

/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 24)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 25)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(UiPackageImpl.Literals.UI_LABEL__TOOLTIP);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME);
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION);
Discouraged access: The field 'CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 165)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 165)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 165)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 17)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 105)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 105)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 105)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS) {
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 138)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 138)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 138)
BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 143)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 143)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 143)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE));
Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__VALUE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 153)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 153)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 153)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 154)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 154)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 154)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 178)
final IEMFEditValueProperty modelProp = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 178)
final IEMFEditValueProperty modelProp = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 178)
final IEMFEditValueProperty modelProp = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 61)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 61)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 61)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 96)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 96)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 96)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 119)
MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 119)
MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 119)
MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 153)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 153)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 153)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master),
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 167)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 167)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 167)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 74)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 74)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 74)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 80)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 80)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 80)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_EDITOR);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 87)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 87)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 87)
handleImport(BasicPackageImpl.Literals.PART_DESCRIPTOR, RegistryUtil.HINT_COMPAT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 129)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 129)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 129)
final AbstractPickList pickList = new E4PickList(parent, SWT.NONE, Arrays.asList(PickListFeatures.NO_PICKER), Messages, this, BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS) {
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 163)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 163)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 163)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, partDescription);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 173)
if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 173)
if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 173)
if (eClass == BasicPackageImpl.Literals.PART_DESCRIPTOR) {
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 19)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type 'ECommandService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 20)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type 'EHandlerService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 45)
private final ECommandService commandService;
Discouraged access: The type 'ECommandService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 46)
private final EHandlerService handlerService;
Discouraged access: The type 'EHandlerService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 53)
commandService = this.context.get(ECommandService.class);
Discouraged access: The type 'ECommandService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 54)
handlerService = this.context.get(EHandlerService.class);
Discouraged access: The type 'EHandlerService' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 70)
mi.setEnabled(handlerService.canExecute(cmd));
Discouraged access: The method 'EHandlerService.canExecute(ParameterizedCommand)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 85)
final ParameterizedCommand myCommand = commandService.createCommand(id, null);
Discouraged access: The method 'ECommandService.createCommand(String, Map<String,Object>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/E4ToolItemMenu.java
 (at line 100)
handlerService.executeHandler(cmd);
Discouraged access: The method 'EHandlerService.executeHandler(ParameterizedCommand)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 179)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 179)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 179)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 237)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 237)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 237)
final MPart part = (MPart) EcoreUtil.create(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 263)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 263)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 263)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 296)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 296)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java
 (at line 296)
.create(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 153)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 153)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 153)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 156)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 156)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 156)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
MenuPackageImpl.Literals.TOOL_CONTROL);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 185)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 185)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 185)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 196)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 196)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 196)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 204)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 204)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 204)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 210)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 210)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 210)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 219)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 219)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 219)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 221)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 221)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 221)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 244)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 244)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 244)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 257)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 257)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 257)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 270)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 270)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 270)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java : 55 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 36)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 37)
import org.eclipse.e4.ui.model.fragment.impl.StringModelFragmentImpl;
Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 74)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 74)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 74)
.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 89)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 89)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 90)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 90)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 90)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 91)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 91)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 91)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 116)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME),
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 116)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME),
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 116)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME),
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 117)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) };
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 117)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) };
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 117)
FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID) };
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 122)
if (element instanceof StringModelFragmentImpl) {
Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 123)
final StringModelFragmentImpl fragment = (StringModelFragmentImpl) element;
Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 123)
final StringModelFragmentImpl fragment = (StringModelFragmentImpl) element;
Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 125)
if (E.notEmpty(fragment.getFeaturename())) {
Discouraged access: The method 'StringModelFragmentImpl.getFeaturename()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 126)
ret += fragment.getFeaturename();
Discouraged access: The method 'StringModelFragmentImpl.getFeaturename()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 128)
if (E.notEmpty(fragment.getParentElementId())) {
Discouraged access: The method 'StringModelFragmentImpl.getParentElementId()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 129)
ret += " (" + fragment.getParentElementId() + ")"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method 'StringModelFragmentImpl.getParentElementId()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 188)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 188)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 188)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 224)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 224)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 224)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 241)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 241)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 241)
FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
Discouraged access: The field 'FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 247)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) {
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 247)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) {
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 247)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS) {
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 256)
return ((StringModelFragmentImpl) master).getElements();
Discouraged access: The method 'ModelFragmentImpl.getElements()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 256)
return ((StringModelFragmentImpl) master).getElements();
Discouraged access: The type 'StringModelFragmentImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 281)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 281)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 282)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 282)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 282)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT,
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 283)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 283)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 283)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 290)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 290)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 290)
final IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 323)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 323)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 323)
FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 134)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 134)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 134)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 137)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 137)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 137)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 143)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 143)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 143)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 152)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 154)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 154)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 154)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 175)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 175)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 175)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 187)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 187)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 187)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 49)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 55)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 55)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 55)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 95)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 95)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 95)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND)
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The field 'BasicPackageImpl.Literals.PART__MENUS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 47)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 53)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 56)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 100)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 100)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 100)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 102)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 102)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 102)
.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 126)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 126)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 126)
handleAdd(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 132)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 132)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 132)
handleAdd(MenuPackageImpl.Literals.MENU, false);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 139)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 139)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 139)
handleAdd(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 146)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 146)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 146)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 153)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 153)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 153)
handleAdd(MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 162)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 162)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 162)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 210)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 210)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 210)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 244)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 244)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 244)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 249)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 249)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 249)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 262)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 262)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 262)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 267)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 267)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 267)
MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 269)
new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 269)
new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 269)
new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true),
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 270)
new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 270)
new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 270)
new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false),
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 272)
new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 272)
new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 272)
new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false),
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_MENU_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 274)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 274)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 274)
MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION, false) });
Discouraged access: The field 'MenuPackageImpl.Literals.DYNAMIC_MENU_CONTRIBUTION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 278)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 278)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 278)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 286)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 286)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 286)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 301)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 301)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 301)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 352)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 352)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 352)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 353)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 353)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 353)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION,
Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 354)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 354)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 354)
UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 357)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 357)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 357)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN)
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 364)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 364)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 364)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 367)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 367)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 367)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 377)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 377)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 377)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 379)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 379)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 379)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 381)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 381)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 381)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 402)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 402)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 402)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 485)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 78)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 78)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 78)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 84)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 84)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 84)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 138)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 138)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 138)
handleAdd(MenuPackageImpl.Literals.POPUP_MENU);
Discouraged access: The field 'MenuPackageImpl.Literals.POPUP_MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 196)
final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 196)
final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The method 'MenuFactoryImpl.createMenu()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 196)
final MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu();
Discouraged access: The field 'MenuFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The field 'BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 159)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 159)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 159)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 164)
ApplicationPackageImpl.Literals.ADDON);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 164)
ApplicationPackageImpl.Literals.ADDON);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 164)
ApplicationPackageImpl.Literals.ADDON);
Discouraged access: The field 'ApplicationPackageImpl.Literals.ADDON' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 198)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 198)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 198)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()),
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 227)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 249)
ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 261)
return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) };
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 261)
return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) };
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 261)
return new FeaturePath[] { FeaturePath.fromList(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI) };
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java : 70 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 84)
private final IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 86)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 88)
.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 88)
.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 88)
.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 146)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 146)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 146)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL,
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 147)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 147)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 147)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 175)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 175)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 175)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 177)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 177)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 177)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 180)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 180)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 180)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP),
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 194)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 194)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 194)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 234)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 234)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 234)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 263)
.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI)
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 263)
.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI)
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 263)
.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI)
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 314)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 314)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 314)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA)
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 328)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 328)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 328)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 344)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 344)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 344)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 360)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 360)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 360)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 375)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY)
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 375)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY)
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 375)
EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY)
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 388)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 388)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 388)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 390)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 390)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 390)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 404)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 412)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 412)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 412)
BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 482)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 482)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 482)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 20)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 105)
ModelUtils.getContainingContext(value));
Discouraged access: The type 'ModelUtils' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 105)
ModelUtils.getContainingContext(value));
Discouraged access: The method 'ModelUtils.getContainingContext(MApplicationElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java : 93 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 45)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 99)
.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 99)
.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 99)
.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 101)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 101)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 101)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 103)
.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 103)
.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 103)
.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__ADDONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 105)
.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 105)
.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 105)
.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 107)
.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 107)
.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 107)
.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 109)
.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 109)
.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 109)
.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The field 'MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
.list(UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
.list(UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
.list(UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS);
Discouraged access: The field 'UiPackageImpl.Literals.SNIPPET_CONTAINER__SNIPPETS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 113)
.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 113)
.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 113)
.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 116)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 116)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 116)
.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 193)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 193)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 193)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 199)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 199)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 199)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 202)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 202)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 202)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 212)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 214)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 214)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 214)
UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 216)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 216)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 216)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 218)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 239)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 239)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 239)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 391)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 427)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 427)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method 'CommandsFactoryImpl.createCommand()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 427)
final MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 428)
final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 428)
final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method 'CommandsFactoryImpl.createHandler()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 428)
final MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 442)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
Discouraged access: The type 'CommandsFactoryImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 442)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
Discouraged access: The method 'CommandsFactoryImpl.createKeyBinding()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 442)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
Discouraged access: The field 'CommandsFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 454)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 454)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 454)
ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION__COMMANDS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 456)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 456)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 456)
CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler));
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 461)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 461)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 461)
CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keyBinding));
Discouraged access: The field 'CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 664)
if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 664)
if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 664)
if (MenuPackageImpl.Literals.MENU.isSuperTypeOf(o.eClass())) {
Discouraged access: The field 'MenuPackageImpl.Literals.MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 754)
if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) {
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 754)
if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) {
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 754)
if (MenuPackageImpl.Literals.TOOL_BAR.isSuperTypeOf(o.eClass())) {
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 86)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 116)
UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 116)
UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 116)
UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 165)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 165)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 165)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 183)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 183)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 183)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER);
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
final Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 223)
final ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), eclipseContext, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 223)
final ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), eclipseContext, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 223)
final ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), eclipseContext, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 228)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 228)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 228)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 236)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 236)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 236)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 237)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 237)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 237)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 256)
final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 256)
final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 256)
final TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field 'ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field 'CommandsPackageImpl.Literals.HANDLER__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 278)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__PROPERTIES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_Variables, UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'UiPackageImpl.Literals.CONTEXT__VARIABLES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 82)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 82)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 82)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 105)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 105)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 105)
handleAddChild(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 112)
handleAddChild(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 119)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 127)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 127)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 127)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 134)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 134)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 134)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 137)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 137)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 137)
for (final FeatureClass c : getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 138)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 138)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 138)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN)) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 152)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 152)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 152)
handleImportChild(BasicPackageImpl.Literals.PART, RegistryUtil.HINT_VIEW);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 158)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 158)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 158)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART, RegistryUtil.HINT_EDITOR);
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 239)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 242)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 242)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 242)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 265)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL)
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 271)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 271)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 271)
textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 275)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 275)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 275)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 288)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 288)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 288)
eClassList.add(new FeatureClass("PartSashContainer", BasicPackageImpl.Literals.PART_SASH_CONTAINER)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 289)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 289)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 289)
eClassList.add(new FeatureClass("PartStack", BasicPackageImpl.Literals.PART_STACK)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 290)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 290)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 290)
eClassList.add(new FeatureClass("Part", BasicPackageImpl.Literals.PART)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 291)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 291)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 291)
eClassList.add(new FeatureClass("InputPart", BasicPackageImpl.Literals.INPUT_PART)); //$NON-NLS-1$
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 292)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 292)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 292)
eClassList.add(new FeatureClass("Area", AdvancedPackageImpl.Literals.AREA)); //$NON-NLS-1$
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 293)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 293)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 293)
eClassList.add(new FeatureClass("Placeholder", AdvancedPackageImpl.Literals.PLACEHOLDER)); //$NON-NLS-1$
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 294)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 294)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 294)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 295)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 295)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 295)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 300)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 300)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 300)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 306)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 306)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 306)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 309)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 309)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 309)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 318)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 318)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 318)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 320)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 320)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 320)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 341)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 341)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 341)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 358)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 358)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 358)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL),
Discouraged access: The field 'UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 359)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 359)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 359)
FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 371)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 371)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 371)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.fragment.impl.ModelFragmentsImpl;
Discouraged access: The type 'ModelFragmentsImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 98)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 98)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 98)
final E4PickList pickList = new E4PickList(parent, SWT.NONE, null, Messages, this, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 109)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 109)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 109)
final Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 120)
return ((ModelFragmentsImpl) master).getImports();
Discouraged access: The method 'ModelFragmentsImpl.getImports()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 120)
return ((ModelFragmentsImpl) master).getImports();
Discouraged access: The type 'ModelFragmentsImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 146)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 146)
Util.addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field 'ApplicationPackageImpl.eINSTANCE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type 'FragmentPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field 'FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java : 81 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 45)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 83)
private IValueProperty TOOL_ITEM__MENU = EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 83)
private IValueProperty TOOL_ITEM__MENU = EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 83)
private IValueProperty TOOL_ITEM__MENU = EMFProperties.value(MenuPackageImpl.Literals.TOOL_ITEM__MENU);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
enableIdGenerator(UiPackageImpl.Literals.UI_LABEL__LABEL, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, null);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 201)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 201)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 201)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 205)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 205)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 205)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 206)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 206)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 206)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 207)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 207)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 207)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 218)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 218)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 218)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 273)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 273)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 273)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__ENABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 283)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 283)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 283)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__SELECTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 302)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 302)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 302)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The field 'MenuPackageImpl.Literals.ITEM__TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 327)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 327)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 327)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field 'UiPackageImpl.Literals.CORE_EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field 'UiPackageImpl.Literals.EXPRESSION' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 328)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 330)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 330)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 330)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 336)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 336)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 336)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 337)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 337)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 337)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 345)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 345)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 345)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_Tags, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 346)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 346)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 346)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 354)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 354)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 354)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, null);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 364)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 364)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 364)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_ITEM__MENU, menu);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_ITEM__MENU' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__LABEL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__TOOLTIP' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 417)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java
 (at line 121)
return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java
 (at line 121)
return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID;
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIdDialog.java
 (at line 121)
return MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID;
Discouraged access: The field 'MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 47)
final E4XMIResource res = new E4XMIResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 47)
final E4XMIResource res = new E4XMIResource();
Discouraged access: The constructor 'E4XMIResource()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 47)
final E4XMIResource res = new E4XMIResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 94)
final E4XMIResource resource = (E4XMIResource) root.eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 94)
final E4XMIResource resource = (E4XMIResource) root.eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 115)
final E4XMIResource root = (E4XMIResource) ((EObject) modelResource.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 115)
final E4XMIResource root = (E4XMIResource) ((EObject) modelResource.getRoot().get(0)).eResource();
Discouraged access: The type 'E4XMIResource' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 116)
final String xmiId = root.getID(object);
Discouraged access: The method 'E4XMIResource.getID(EObject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java : 88 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 96)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 96)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 96)
handleAddChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 103)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 103)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 103)
handleAddChild(BasicPackageImpl.Literals.COMPOSITE_PART);
Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 110)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 110)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 110)
handleAddChild(AdvancedPackageImpl.Literals.PLACEHOLDER);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 114)
final List<FeatureClass> list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 114)
final List<FeatureClass> list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 114)
final List<FeatureClass> list = getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 115)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 115)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 115)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 133)
handleImportChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 133)
handleImportChild(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 133)
handleImportChild(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 140)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 140)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 140)
handleImportChild(BasicPackageImpl.Literals.INPUT_PART);
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 220)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 220)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 220)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 223)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 226)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 232)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 232)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 232)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 243)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 243)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 243)
final IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 249)
eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 249)
eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 249)
eClassList.add(new FeatureClass(Messages.PartStackEditor_Part, BasicPackageImpl.Literals.PART));
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 251)
BasicPackageImpl.Literals.COMPOSITE_PART));
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 251)
BasicPackageImpl.Literals.COMPOSITE_PART));
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 251)
BasicPackageImpl.Literals.COMPOSITE_PART));
Discouraged access: The field 'BasicPackageImpl.Literals.COMPOSITE_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 253)
AdvancedPackageImpl.Literals.PLACEHOLDER));
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 253)
AdvancedPackageImpl.Literals.PLACEHOLDER));
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 253)
AdvancedPackageImpl.Literals.PLACEHOLDER));
Discouraged access: The field 'AdvancedPackageImpl.Literals.PLACEHOLDER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 254)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 254)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 254)
eClassList.addAll(getEditor().getFeatureClasses(BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN));
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 266)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 277)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 315)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 315)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 315)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 327)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 327)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 327)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 337)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 337)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 337)
if (eClass == BasicPackageImpl.Literals.PART) {
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 348)
if (eClass == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 348)
if (eClass == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 348)
if (eClass == BasicPackageImpl.Literals.INPUT_PART) {
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIdDialog.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIdDialog.java
 (at line 128)
return viewer instanceof AbstractTreeViewer && super.isParentMatch(viewer, element);
Discouraged access: The method 'PatternFilter.isParentMatch(Viewer, Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 30)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 67)
parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 67)
parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 67)
parametersFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 68)
commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 68)
commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 68)
commandsFeatures.add(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 103)
return CommandsPackageImpl.Literals.PARAMETER__NAME;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 103)
return CommandsPackageImpl.Literals.PARAMETER__NAME;
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 103)
return CommandsPackageImpl.Literals.PARAMETER__NAME;
Discouraged access: The field 'CommandsPackageImpl.Literals.PARAMETER__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 201)
Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 201)
Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ParameterIdSelectionDialog.java
 (at line 201)
Object command = containerObjectWithCommand.eGet(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 25)
super(parentShell, context, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
Discouraged access: The field 'UiPackageImpl.Literals.UI_LABEL__ICON_URI' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 55)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 55)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 55)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 56)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 56)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 56)
FeaturePath.fromList(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID) };
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 141)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 141)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 141)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID),
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 144)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 144)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 144)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME),
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 147)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID));
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 147)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID));
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 147)
EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID));
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 158)
CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The type 'CommandsPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 158)
CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 158)
CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The field 'CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 171)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 171)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 171)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 173)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 173)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 173)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java : 45 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 71)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 71)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 71)
handleAdd(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK);
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 79)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 79)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 79)
handleAdd(BasicPackageImpl.Literals.PART_SASH_CONTAINER);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(BasicPackageImpl.Literals.PART_STACK);
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 95)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 95)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 95)
handleAdd(BasicPackageImpl.Literals.PART);
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 102)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 102)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 102)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 152)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 152)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 152)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 171)
.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 171)
.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 171)
.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_SASH_CONTAINER' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 172)
BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field 'BasicPackageImpl.Literals.PART_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The type 'BasicPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 173)
BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART,
Discouraged access: The field 'BasicPackageImpl.Literals.INPUT_PART' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 174)
AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 174)
AdvancedPackageImpl.Literals.AREA });
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 174)
AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field 'AdvancedPackageImpl.Literals.AREA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 175)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The type 'AdvancedPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 175)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The type 'AdvancedPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 175)
pickList.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The field 'AdvancedPackageImpl.Literals.PERSPECTIVE_STACK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java
 (at line 40)
import org.eclipse.pde.internal.core.util.CoreUtility;
Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java
 (at line 419)
CoreUtility.createFolder(project.getFolder(newPath));
Discouraged access: The type 'CoreUtility' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java
 (at line 419)
CoreUtility.createFolder(project.getFolder(newPath));
Discouraged access: The method 'CoreUtility.createFolder(IFolder)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.pde.ui/ui/org.eclipse.pde.core/target/classes')

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java : 72 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 80)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 80)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 80)
.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 105)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 105)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 105)
handleAddChild(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 112)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 112)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 112)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 119)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 119)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 119)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 126)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 126)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 126)
handleAddChild(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true);
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 207)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 207)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 207)
.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID));
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 210)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 210)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 210)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 222)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 222)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID)
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 222)
EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID)
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 241)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 241)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 241)
MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT));
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 246)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 246)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 246)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN) {
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 255)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 270)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 270)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 270)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 274)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 274)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 274)
MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field 'MenuPackageImpl.Literals.HANDLED_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 276)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 276)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 276)
new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false),
Discouraged access: The field 'MenuPackageImpl.Literals.DIRECT_TOOL_ITEM' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 277)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 277)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 277)
new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false),
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_CONTROL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 278)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type 'MenuPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 278)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type 'MenuPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 278)
new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field 'MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 284)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 284)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 284)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 287)
EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__VISIBLE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 296)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 296)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 296)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 298)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 298)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type 'ApplicationPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 298)
ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field 'ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__PERSISTED_STATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 319)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 319)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 319)
final TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET,
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__WIDGET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 331)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 331)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 331)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field 'UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 346)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 346)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type 'UiPackageImpl.Literals' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 346)
UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field 'UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4M/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/target/classes')