Michael Krussel
Michael Krussel
The current Faker.with(Context) is broken if used by multiple threads. The mFaker needs to be declared as volatile, or someone may get an partially initialized instance of it. Also if...
THIS IS A BUG TRACKER ONLY. FOR QUESTIONS PLEASE CHECK FAQ OR USE FORUM: http://www.jacoco.org/jacoco/trunk/doc/faq.html https://groups.google.com/forum/?fromgroups=#!forum/jacoco Please understand that ISSUES WITHOUT FOLLOWING INFORMATION WILL BE CLOSED WITHOUT COMMENTS! Thank you...
## Expected Behavior Would like some configuration option on the `UnnecessaryLet` rule to allow using it as a map function at the end of a chain of function calls. Example:...
The plugin is not reporting the correct location for the Wrapping warnings in the following example. ```kotlin package foo /** * Test showing whole file listed for missing new line...
Using `@Config(manifest = Config.NONE, minSdk = 16, maxSdk = 25)` with regular junit test and `RobolectricTestRunner` runs the test multiple times with each value between the code. When using electricspock...
Your feature request may already be reported! Please search in the [issues](https://github.com/detekt/detekt/issues) before creating a new one. ## Expected Behavior Would be nice for there to be a single task...