Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
cb348577
Commit
cb348577
authored
Nov 14, 2017
by
Vincent Aravantinos
Browse files
YELLOW
parent
793ca860
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editor/ConstraintBasedProcessEditor.java
View file @
cb348577
...
...
@@ -84,7 +84,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 58
51DE4A94F638152E849388CE1EE0EC
* @ConQAT.Rating YELLOW Hash:
8
58
4EC3808931699CDD5E434E160D2BF
*/
public
class
ConstraintBasedProcessEditor
<
CBP
extends
IConstraintBasedProcess
>
extends
EditorBase
<
CBP
>
implements
ContextMenuContextProvider
,
ISelectionProvider
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/internal/command/GEF2ToolingKernelCommandStack.java
View file @
cb348577
...
...
@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED
Hash:
2E81CDBAA5274B37A871C13F16F9C4E2
* @ConQAT.Rating
YELLOW
Hash:
C445FF4D79BC5E1E3895084674B3D9E1
*/
public
class
GEF2ToolingKernelCommandStack
extends
CommandStack
implements
CommandStackListener
{
...
...
@@ -105,7 +105,7 @@ public class GEF2ToolingKernelCommandStack extends CommandStack implements Comma
/** {@inheritDoc} */
@Override
public
void
commandStackChanged
(
EventObject
event
)
{
notifyListeners
();
notifyListeners
(
null
,
0
);
}
/** {@inheritDoc} */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment