We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1a4fa commit eb9770bCopy full SHA for eb9770b
src/main/java/fr/cnes/sonar/plugins/icode/measures/ICodeNestingMetric.java
@@ -33,7 +33,7 @@
33
public class ICodeNestingMetric implements Metrics, MeasureComputer {
34
35
/** Name of the category in which defined metrics should be displayed **/
36
- public static final String DOMAIN = "i-Code";
+ public static final String DOMAIN = "Size";
37
38
/** Key of the nesting metric. **/
39
public static final String KEY = "icode-nesting-max";
0 commit comments