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

GREEN

refs 1180
parent 0cbf8c31
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 15 deletions
......@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FC645DFB53D168995165B9E840A9C016
* @ConQAT.Rating GREEN Hash: 7CDAC159A6354497F60B6CA509D7EEFD
*/
public abstract class EditorBase<T extends EObject> extends EditorPart implements
IActionContributingEditor, IModelEditor<T> {
......
......@@ -56,7 +56,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: E483EDED2DF40237F8CAED4DCEAAE751
* @ConQAT.Rating GREEN Hash: A669A11143837D2DAB25FD3914B78BBE
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......
......@@ -17,6 +17,8 @@ $Id$
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.ui.internal;
import static org.fortiss.tooling.kernel.utils.LoggingUtils.error;
import java.util.Collections;
import java.util.Comparator;
import java.util.EventObject;
......@@ -45,7 +47,6 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ExtendableMultiPageEditor;
import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
import org.fortiss.tooling.kernel.ui.service.IModelEditorBindingService;
import org.fortiss.tooling.kernel.utils.KernelModelElementUtils;
import org.fortiss.tooling.kernel.utils.LoggingUtils;
/**
* This class implements the {@link IModelEditorBindingService} interface.
......@@ -53,7 +54,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D2196A42AA152B795B9E00AA121A3D5B
* @ConQAT.Rating GREEN Hash: 3E4B91C30CA1C94EC088672DD1C409AF
*/
public class ModelEditorBindingService extends
EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements
......@@ -118,8 +119,8 @@ public class ModelEditorBindingService extends
ICommandStackService.INSTANCE.addCommandStackListener(top, this);
currentCommandStacks.put(element, top);
} catch(final PartInitException e) {
LoggingUtils.error(ToolingKernelActivator.getDefault(),
"Could not open editor with ID " + ExtendableMultiPageEditor.ID, e);
error(ToolingKernelActivator.getDefault(), "Could not open editor with ID " +
ExtendableMultiPageEditor.ID, e);
}
}
......
......@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.ui.service.INavigatorService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 54141773DC53F4E57497AC44242CB9E7
* @ConQAT.Rating GREEN Hash: 06D0BCB060E28E0FA91639CE00976E06
*/
public class NavigatorService implements INavigatorService, IPersistencyServiceListener,
CommandStackListener {
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.PropertySectionBase;
* @author ratiu
* @author $Author: ratiu $
* @version $Rev: 5274 $
* @ConQAT.Rating YELLOW Hash: 7734F29714D1D41459281311C6C82BDB
* @ConQAT.Rating GREEN Hash: 12E169C7FB3545436AB52222BFD02A3F
*/
public final class ElementWithURIPropertySection extends PropertySectionBase {
......
......@@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 5E0A6B7513494BEE591C87F52EF828B6
* @ConQAT.Rating GREEN Hash: 3EE5BBD7E311B7CCCE1F716D95E9066C
*/
public class LibraryView extends ViewPart {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.dnd.ElementCompositionDragSourceAdapter;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 068525E485A7D66CD30A33E18D1D2371
* @ConQAT.Rating GREEN Hash: 5D2844049A8CD3EF83C7ED6D5EC9DD4C
*/
public class LibraryViewDragSourceAdapter extends ElementCompositionDragSourceAdapter {
......
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 10312DFC866B89427B1202D06F086BFF
* @ConQAT.Rating GREEN Hash: 914235448E550162F7A19248C499DBE5
*/
public class NavigatorTreeContentProvider extends TreeContentProviderBase {
......
......@@ -69,7 +69,7 @@ import org.fortiss.tooling.kernel.ui.util.PropertiesConstantUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4E1A6633396CFBEE30234FB4C420EE17
* @ConQAT.Rating GREEN Hash: 7369FDAFEF24F7172AC6396AFCD4EA2F
*/
public final class NavigatorViewPart extends ViewPart implements ISelectionListener,
ISelectionChangedListener, ITabbedPropertySheetPageContributor, ContextMenuContextProvider,
......
......@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.ui.internal.ModelEditorBindingService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 655524C280C4FB1C627803B821E087B8
* @ConQAT.Rating GREEN Hash: 2FEAD5483335038FD9E86D2AA0E1F0C8
*/
public interface IModelEditorBindingService {
......
......@@ -40,7 +40,7 @@ import org.fortiss.tooling.kernel.ui.internal.NavigatorService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: C5CE44A59D41A137C6EF2AA2175D0B78
* @ConQAT.Rating GREEN Hash: CC03CB8314E779D4ABE81454EDB6B9D9
*/
public interface INavigatorService {
/** Returns the singleton instance of the service. */
......
......@@ -35,7 +35,7 @@ import org.eclipse.ui.PlatformUI;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: F6214C0C8EDDB298FF25D1283AD573C6
* @ConQAT.Rating GREEN Hash: C3CDD581F6E6075D51EFA1D425C9F130
*/
public final class EObjectSelectionUtils {
......
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