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 8b29235 commit c2bdb69Copy full SHA for c2bdb69
java/ql/src/Architecture/Refactoring Opportunities/HubClasses.ql
@@ -19,6 +19,6 @@ where
19
eff = t.getMetrics().getEfferentSourceCoupling() and
20
aff > 15 and
21
eff > 15
22
-select t as Class,
+select t as class_,
23
"Hub class: this class depends on " + eff.toString() + " classes and is used by " + aff.toString()
24
+ " classes."
0 commit comments