Bug 408110 - Review and eliminate references to internal package org.eclipse.ui.internal.* .
Summary: Review and eliminate references to internal package org.eclipse.ui.internal.* .
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Stardust (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 06:52 EDT by Herbert Neureiter CLA
Modified: 2017-11-16 10:18 EST (History)
1 user (show)

See Also:
herbert.neureiter: kepler-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Neureiter CLA 2013-05-15 06:52:08 EDT
Stardust holds references to internal package org.eclipse.ui.internal.* (see list below).

These should be reviewed and eliminated if possible.

References:

./ide/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/wizards/ExportCarnotModelDiagramWizardPage.java
import org.eclipse.ui.internal.IWorkbenchGraphicConstants; (This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.)
import org.eclipse.ui.internal.WorkbenchImages; 

./ide/modeling/org.eclipse.stardust.modeling.data.structured/src/org/eclipse/stardust/modeling/data/structured/wizards/SelectSingleFileView.java
import org.eclipse.ui.internal.wizards.datatransfer.MinimizedFileSystemElement; (in MANIFEST.MF: org.eclipse.ui.internal.wizards.datatransfer;x-internal:=true)
import org.eclipse.ui.internal.wizards.datatransfer.WizardFileSystemResourceImportPage1; (in MANIFEST.MF: org.eclipse.ui.internal.wizards.datatransfer;x-internal:=true)
./ide/modeling/org.eclipse.stardust.modeling.javascript.editor/src/org/eclipse/stardust/modeling/javascript/editor/EditorUtils.java
import org.eclipse.ui.internal.util.BundleUtility;
./ide/modeling/org.eclipse.stardust.modeling.modelexport/src/org/eclipse/stardust/modeling/modelexport/ExportCarnotModelWizardPage.java
import org.eclipse.ui.internal.IWorkbenchGraphicConstants; (This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.)
import org.eclipse.ui.internal.WorkbenchImages;

./ide/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/elements/ImportModelElementsWizardPage.java
import org.eclipse.ui.internal.IWorkbenchGraphicConstants; (This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.)
import org.eclipse.ui.internal.WorkbenchImages;

./ide/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/elements/MergeModelElementsWizardPage.java
import org.eclipse.ui.internal.WorkbenchPlugin; 

./ide/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportModelWizardPage.java
import org.eclipse.ui.internal.IWorkbenchGraphicConstants; (This class defines constants for looking up resources that are available only within the Eclipse UI and Eclipse UI Standard Components projects.)
import org.eclipse.ui.internal.WorkbenchImages;

./ide/modeling/org.eclipse.stardust.modeling.modelimport/src/org/eclipse/stardust/modeling/modelimport/ImportRepositoryWizardPage.java
import org.eclipse.ui.internal.ide.DialogUtil;