Róbert Papp
Róbert Papp
Given the following class: ```kotlin @Parcel data class Parceled @ParcelConstructor constructor( val privateField: String ) ``` I get this build output: ``` > Task :kaptDebugKotlin fail-on-warning\build\tmp\kapt3\stubs\debug\com\example\Parceled.java:9: warning: Parceler: Reflection is...
``` missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List build\generated\source\apt\debug\...\Domain$$Parcelable.java:115: warning: [rawtypes] found raw type: List java.util.List list$$2 =...
### Are you experiencing an issue with... shields.io ### 🐞 Description As shown and described in https://github.com/kotest/kotest/issues/2660 The badge is not picking up the snapshot version, even though the version...
## Basic Information Device type: emulator OS version: 30 EasyPermissions version: 3.0.0 ## Describe the problem I have an app that needs location, doesn't matter which permission. Since we have...
## Basic Information Device type: emu OS version: 31 EasyPermissions version: 3.0.0 ## Describe the problem The code in the README.md file results in an infinite loop of starting an...
We have a hybrid Java & Kotlin Android app project. We use Detekt for Kotlin static analysis and PMD/Checkstyle for Java. When committing Kotlin files the Checkstyle popup blocks Android...
To reuse and make the size of the configuration file manageable it could be a good practice to split the checkstyle configuration into multiple XML files and DTD entity declarations...
I was recently upgrading from 3.x to 4.x and ran into this issue. It looks like https://github.com/neo4j/neo4j/commit/2f55744a21e4a6cb3f7dd909ac5612f7a410c270 disabled the ability to cleanly have SLF4J together with neo4j embedded as a...
- Neo4j version: 4.2.0 - Operating system: N/A - API/Driver: `org.neo4j.test:neo4j-harness:4.2.0` In my code testing Neo4J related stuff I used ```kotlin import org.neo4j.harness.ServerControls import org.neo4j.harness.TestServerBuilders val testServer = TestServerBuilders.newInProcessBuilder().newServer() testServer.graph().beginTx().use...
**Glide Version/Integration library (if any)**: 3.5.2 **Device/Android Version**: S4/4.4 **Issue details/Repro steps**: Load a different sized thumbnail and image, or placeholder and image and note the result:  **Glide load...