dnsbtchr

Results 8 comments of dnsbtchr

Hi @RobWin, I might be interested. What would that mean concrete? Would be great if we can have a little chat about it. Best Dennis

Thanks for all these infos. I'm still thinking if I can handle that right now and will let you know if I decide to do so. Best Dennis

Hey, any news in this area? We use the find-sec-bugs plugin and would love to use it for our Kotlin projects as well.

So I just ran SpotBugs with it's Maven plugin on a project which contains Java and Kotlin. I added Java class with a know bug pattern from the findsecbugs plugin...

I doubt it because I used this code and I don't know what Kotlin could do to prevent the issue. `String generateSecretToken() { Random r = new Random(); return Long.toHexString(r.nextLong());...

We had the exact same requirement and achieved it by setting a longer timeout for a profile called `cassandra-migration` in the application.conf file (see https://docs.datastax.com/en/developer/java-driver/4.0/manual/core/configuration/). It looks like this `datastax-java-driver...