Skip to content
Snippets Groups Projects
Commit efb96d10 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

added extension point for eclipse resource storage location providers

clean up => YELLOW
parent 290b1ffd
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 45 deletions
......@@ -27,7 +27,7 @@ import org.osgi.framework.BundleContext;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1D717C45E4E5E6DB57569062F7E741A1
* @ConQAT.Rating YELLOW Hash: C2C3F8B958211307EAE1AC2650F921EC
*/
public class ToolingBaseUIActivator extends AbstractUIPlugin {
......@@ -37,11 +37,6 @@ public class ToolingBaseUIActivator extends AbstractUIPlugin {
/** The shared instance. */
private static ToolingBaseUIActivator plugin;
/** Constructor. */
public ToolingBaseUIActivator() {
// do nothing
}
/** {@inheritDoc} */
@Override
public void start(BundleContext context) throws Exception {
......
......@@ -26,7 +26,7 @@ import org.osgi.framework.BundleContext;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D6B33EFB704B0CA151E1C945B5BC48C6
* @ConQAT.Rating YELLOW Hash: 5C875862B62D7463965C14A53088735B
*/
public class ToolingBaseActivator extends Plugin {
......@@ -36,11 +36,6 @@ public class ToolingBaseActivator extends Plugin {
/** The shared instance. */
private static ToolingBaseActivator plugin;
/** Constructor. */
public ToolingBaseActivator() {
// do nothing
}
/** {@inheritDoc} */
@Override
public void start(BundleContext context) throws Exception {
......
......@@ -27,7 +27,7 @@ import org.osgi.framework.BundleContext;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1D717C45E4E5E6DB57569062F7E741A1
* @ConQAT.Rating YELLOW Hash: 1BDD065B5C8C0E977D45B5BB2D6AD704
*/
public class ToolingKernelUIActivator extends AbstractUIPlugin {
......@@ -37,11 +37,6 @@ public class ToolingKernelUIActivator extends AbstractUIPlugin {
/** The shared instance. */
private static ToolingKernelUIActivator plugin;
/** Constructor. */
public ToolingKernelUIActivator() {
// do nothing
}
/** {@inheritDoc} */
@Override
public void start(BundleContext context) throws Exception {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FAA96049E4259A80E6F68B3CB804C2DB
* @ConQAT.Rating YELLOW Hash: 468A589E32DF24EEF966B06649887E03
*/
public abstract class EditorBase<T extends EObject> extends EditorPart
implements IActionContributingEditor {
......@@ -125,7 +125,7 @@ public abstract class EditorBase<T extends EObject> extends EditorPart
/** {@inheritDoc} */
@Override
public final void doSaveAs() {
// Saving is handled automatically by emfStore
// Saving is handled automatically by persistency service
}
/** {@inheritDoc} */
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D35DD317B0C9AB5C153A5FEB5BC870EE
* @ConQAT.Rating YELLOW Hash: 917041660DD89A42589D65ED4EDF5CF2
*/
public abstract class ModelElementHandlerBase<T extends EObject> implements
IModelElementHandler<T> {
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4322A4966A33DE648942D7D50E923FCF
* @ConQAT.Rating YELLOW Hash: 55120D889569756A57306BB1E5624DA8
*/
public abstract class NamedCommentedModelElementHandlerBase<T extends INamedCommentedElement>
extends ModelElementHandlerBase<T> {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.services.ICommandStackService;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 15CFC8E0F8C76EB39F1E306637EC6436
* @ConQAT.Rating YELLOW Hash: FF1D7244CAF1F42A0CDCD95FA05EF519
*/
public class EObjectObservableValue extends AbstractObservableValue {
......
......@@ -24,12 +24,12 @@ import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* Observerables for EObject models.
* Observerables for {@link EObject} models.
*
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D2469271EB80E5AA630EB34902E89A52
* @ConQAT.Rating YELLOW Hash: 1F057C79CD5F9FFAC36A9B899B5D5FA6
*/
public class Observables {
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.BindingContributor;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: F21F807F121EFD17352A1BBDEA5609B8
*/
public interface IActionContributingEditor {
/**
......
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.BindingEditor;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 6A3E42B1BE8519EA4B528FBF2E8D3F0A
* @ConQAT.Rating YELLOW Hash: 31B6B4FCCD19160ADF8A9ACBD31B3E9B
*/
public interface IBindingEditorPageChangeListener {
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.ui.services.IContextMenuService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 2EACD5609822D5747074DB89E6956349
* @ConQAT.Rating YELLOW Hash: 08A60D2BBA490E7EBB63F2F6B02983C9
*/
public interface ICustomMenuContributor {
......
......@@ -28,9 +28,9 @@ import org.fortiss.tooling.kernel.interfaces.IEObjectAware;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: FCE65AE37C2C903EEDB13E0B39F3B55D
*/
public interface IEditPartFactory<T extends EObject> extends IEObjectAware<T>,
EditPartFactory {
// no special content, inheritance only
// no special content, inheritance of IEObjectAware and EditPartFactory only
}
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.interfaces.IEObjectAware;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4AC49B113174D91D434A480C3456423F
* @ConQAT.Rating YELLOW Hash: 7E389CB6937BF93467517F49FEC75BCA
*/
public interface IEditorBinding<T extends EObject> extends
IEObjectAware<EObject> {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.interfaces.IEObjectAware;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 7961ACC39EA9897DE867D119EE5DAFE2
* @ConQAT.Rating YELLOW Hash: 02238EA9A8F42D8C9C21B463606C8A2D
*/
public interface IModelElementHandler<T extends EObject> extends
IEObjectAware<T> {
......
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.util.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 31E49A6AD1B4A03E4CFEC3BB584284B5
* @ConQAT.Rating YELLOW Hash: F3AF21797C779669598761DD4854D145
*/
public class EditPartFactoryService extends
EObjectAwareServiceBase<IEditPartFactory<EObject>> implements
......
......@@ -28,5 +28,5 @@ import org.fortiss.tooling.kernel.ui.services.IMarkerService;
* @ConQAT.Rating RED Hash: 48FCF6B19C8D07FBEAD8EC8AD2BAA5EF
*/
public class MarkerService implements IMarkerService {
// TODO (FH) implement
}
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.services.IActionService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating YELLOW Hash: C7051BC810281AFB5BA9B19154724151
*/
public final class BindingContributor extends
MultiPageEditorActionBarContributor {
......
......@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.services.IModelElementService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 263039D4B69848F372B6ED729970B629
* @ConQAT.Rating YELLOW Hash: 97D91D2A7C2890305CC4A990F1A5FBC1
*/
public final class ModelElementEditorInput implements IEditorInput {
......
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.databinding.Observables;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: EE2461D408E5DF9E78A690CB2EA9612E
* @ConQAT.Rating YELLOW Hash: AAF40E2ED1B53B1E58814F6BB5A710D4
*/
public class IdLabeledPropertySection extends PropertySectionBase {
......
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.databinding.Observables;
* @author ratiu
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D5A013EBF5437A031DDC569E2A7A108F
* @ConQAT.Rating YELLOW Hash: 94D36327BAB4EA717EA2163D820B9194
*/
public class NamedCommentedPropertySection extends PropertySectionBase {
......@@ -52,9 +52,7 @@ public class NamedCommentedPropertySection extends PropertySectionBase {
super();
}
/**
* {@inheritDoc}
*/
/** {@inheritDoc} */
@Override
public void createControls(Composite parent,
TabbedPropertySheetPage aTabbedPropertySheetPage) {
......@@ -64,9 +62,7 @@ public class NamedCommentedPropertySection extends PropertySectionBase {
commentText = createFormText("Comment");
}
/**
* {@inheritDoc}
*/
/** {@inheritDoc} */
@Override
protected void setSectionInput(Object input) {
namedCommented = (INamedCommentedElement) input;
......@@ -89,5 +85,4 @@ public class NamedCommentedPropertySection extends PropertySectionBase {
dbc.bindValue(SWTObservables.observeText(commentText, SWT.FocusOut),
modelObservable, null, null);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment