MaibornWolff / metric-gardener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor query strategy

mylinhdao opened this issue · comments

found in qualified-type-names/resolver-strategy/query-strategy.ts

line 43 is a for loop, but the iterator variable is being changed inside the loop, maybe change that to while loop or so

Actually, refactor of for loop in Collectors (accessors and FQTNs) is needed