Closed CodeDrivenMitch closed 1 year 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
The way the gutter icon was built/customized to provides a popover even if only one item was in there, turned out to cause a lot of trouble. This PR simplifies it back to the way JetBrains recommends it. Fixes #235.