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.
2 parents 1478f61 + 8f7f631 commit 6e74c32Copy full SHA for 6e74c32
cpp/ql/src/Architecture/General Class-Level Information/HubClasses.ql
@@ -12,5 +12,5 @@ import cpp
12
13
from Class c
14
where c.fromSource()
15
-select c as Class, c.getMetrics().getAfferentCoupling() as AfferentCoupling,
16
- c.getMetrics().getEfferentSourceCoupling() as EfferentCoupling order by AfferentCoupling desc
+select c as Class, c.getMetrics().getAfferentCoupling() as afferentCoupling,
+ c.getMetrics().getEfferentSourceCoupling() as efferentCoupling order by afferentCoupling desc
0 commit comments