Skip to content
Snippets Groups Projects

Better assembly analysis

Files

@@ -393,7 +393,12 @@ public enum MetricName {
/**
* SpotBugs/FindBugs complaints.
*/
SPOTBUGS(Metric.class);
SPOTBUGS(Metric.class),
/**
* Call graph formatted as an SVG.
*/
SVG_FLOW_GRAPH(StringMetric.class);
/**
* The type of the metric produced by instances with this name.
Loading