upper-case variable names are deprecated

This commit is contained in:
Philip Ginsbach
2022-09-14 14:49:51 +01:00
parent e4a712c9d6
commit 8f7f631211

View File

@@ -12,5 +12,5 @@ import cpp
from Class c
where c.fromSource()
select c as Class, c.getMetrics().getAfferentCoupling() as AfferentCoupling,
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