private static class HtmlReporter.MetricResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Exception |
exception |
private Product |
product |
private double |
result |
| Constructor and Description |
|---|
MetricResult(Product product,
double result) |
MetricResult(Product product,
java.lang.Exception exception) |
private final Product product
private final double result
private final java.lang.Exception exception