Closed CodeDrivenMitch closed 11 months ago
31 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unresolved reference in KDoc |
🔶 Warning | 25 |
'Enum.values()' is recommended to be replaced by 'Enum.entries' since 1.9 |
🔶 Warning | 6 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
Fixes #261 by checking if a class was already encountered in the hierarchy to prevent recursion. As ultimate safeguard, a depth was added. We will never scan deeper than ~20 levels of aggregate hierarchy any longer.