EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pcm.gmf.resource.helper] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
MySetValueCommand.java | 0% (0/1) | 0% (0/2) | 0% (0/6) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class MySetValueCommand | 0% (0/1) | 0% (0/2) | 0% (0/6) | 0% (0/3) |
MySetValueCommand (SetRequest): void | 0% (0/1) | 0% (0/4) | 0% (0/2) | |
canExecute (): boolean | 0% (0/1) | 0% (0/2) | 0% (0/1) |
1 | package de.uka.ipd.sdq.pcm.gmf.resource.helper; |
2 | |
3 | import org.eclipse.gmf.runtime.emf.type.core.commands.SetValueCommand; |
4 | import org.eclipse.gmf.runtime.emf.type.core.requests.SetRequest; |
5 | |
6 | public class MySetValueCommand extends SetValueCommand { |
7 | |
8 | public MySetValueCommand(SetRequest request) { |
9 | super(request); |
10 | // TODO Auto-generated constructor stub |
11 | } |
12 | |
13 | @Override |
14 | public boolean canExecute() { |
15 | return true; |
16 | } |
17 | |
18 | } |
[all classes][de.uka.ipd.sdq.pcm.gmf.resource.helper] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |