mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
remove upper-case variable name
This commit is contained in:
@@ -19,6 +19,6 @@ where
|
||||
eff = t.getMetrics().getEfferentSourceCoupling() and
|
||||
aff > 15 and
|
||||
eff > 15
|
||||
select t as Class,
|
||||
select t as class_,
|
||||
"Hub class: this class depends on " + eff.toString() + " classes and is used by " + aff.toString()
|
||||
+ " classes."
|
||||
|
||||
Reference in New Issue
Block a user