We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0ac94 commit 016d944Copy full SHA for 016d944
src/org/phpsrc/eclipse/pti/tools/phpdepend/core/preferences/MetricList.java
@@ -55,7 +55,7 @@ public static Collection<Metric> getAll() {
55
list.add(new Metric("i", "Instability", Metric.LEVEL_PACKAGE));
56
list.add(new Metric("d", "Distance", Metric.LEVEL_PACKAGE));
57
58
- // Hierachy (Project)
+ // Hierarchy (Project)
59
list.add(new Metric("clsa", "Number of abstract classes", Metric.LEVEL_PROJECT));
60
list.add(new Metric("clsc", "Number of concrete classes", Metric.LEVEL_PROJECT));
61
list.add(new Metric("roots", "Number of root classes within the analyzed system",
0 commit comments