EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.codegen.ejb] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
EjbCodeGenerationConfiguration.java | 0% (0/1) | 0% (0/3) | 0% (0/10) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class EjbCodeGenerationConfiguration | 0% (0/1) | 0% (0/3) | 0% (0/10) | 0% (0/3) |
EjbCodeGenerationConfiguration (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
getErrorMessage (): String | 0% (0/1) | 0% (0/2) | 0% (0/1) | |
setDefaults (): void | 0% (0/1) | 0% (0/5) | 0% (0/1) |
1 | package de.uka.ipd.sdq.codegen.ejb; |
2 | |
3 | import de.uka.ipd.sdq.workflow.pcm.configurations.AbstractCodeGenerationWorkflowRunConfiguration; |
4 | |
5 | public class EjbCodeGenerationConfiguration extends |
6 | AbstractCodeGenerationWorkflowRunConfiguration { |
7 | |
8 | @Override |
9 | public String getErrorMessage() { |
10 | // must be null; otherwise a non-empty error message will result in |
11 | // a workflow config being considered invalid |
12 | return null; |
13 | } |
14 | |
15 | @Override |
16 | public void setDefaults() { |
17 | throw new RuntimeException("Not implemented. No defaults defined."); |
18 | } |
19 | |
20 | } |
[all classes][de.uka.ipd.sdq.codegen.ejb] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |