Skip to content

Commit eb9770b

Browse files
Omar WALDMANNbegarco
authored andcommitted
[Fix #25] Move Nesting metric into Size category.
1 parent ce1a4fa commit eb9770b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/cnes/sonar/plugins/icode/measures/ICodeNestingMetric.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class ICodeNestingMetric implements Metrics, MeasureComputer {
3434

3535
/** Name of the category in which defined metrics should be displayed **/
36-
public static final String DOMAIN = "i-Code";
36+
public static final String DOMAIN = "Size";
3737

3838
/** Key of the nesting metric. **/
3939
public static final String KEY = "icode-nesting-max";

0 commit comments

Comments
 (0)