| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.sensorframework.visualisation.tabs] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| PropertyTypeMapper.java | 0% (0/1) | 0% (0/2) | 0% (0/6) | 0% (0/2) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class PropertyTypeMapper | 0% (0/1) | 0% (0/2) | 0% (0/6) | 0% (0/2) |
| PropertyTypeMapper (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
| mapType (Object): Class | 0% (0/1) | 0% (0/3) | 0% (0/1) |
| 1 | package de.uka.ipd.sdq.sensorframework.visualisation.tabs; |
| 2 | |
| 3 | import org.eclipse.ui.views.properties.tabbed.ITypeMapper; |
| 4 | |
| 5 | public class PropertyTypeMapper implements ITypeMapper { |
| 6 | |
| 7 | /* (non-Javadoc) |
| 8 | * @see org.eclipse.ui.views.properties.tabbed.ITypeMapper#mapType(java.lang.Object) |
| 9 | */ |
| 10 | @SuppressWarnings("unchecked") |
| 11 | public Class mapType(Object object) { |
| 12 | return object.getClass(); |
| 13 | } |
| 14 | } |
| [all classes][de.uka.ipd.sdq.sensorframework.visualisation.tabs] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |