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 8b29235 + c2bdb69 commit 0a2d0f7Copy full SHA for 0a2d0f7
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