Raphael Tarita
Raphael Tarita
The class `com.soywiz.kds.SortedMap` should be better integrated into the collection framework. Improvements I think would be necessary: ### 1. A new name There is already a `java.util.SortedMap` interface if you're...
As far as it is documented in the README file, I haven't found a way to add compiler plugins to the served compiler (similarly to adding dependencies). For example, if...
I like using test containers to organize my test cases into subgroups (I'm personally using `FunSpec` and `context()` but this idea would apply to all testing styles which support test...
All described behavior below applies to the default detekt configuration (the one that is generated by the `detektGenerateConfig` gradle task) ## Expected Behavior `UnusedPrivateClass` should only trigger if a private...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. - [X]...
### Prerequisites - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. ### Criteria - [X] Reasonably well-known and widely used (e.g. if...
I don't know what exactly I've done to cause this, but as of now, I can't perform the standard IntelliJ code analysis in my TornadoFX project **as long as the...