Jeroen Borgers

Results 141 comments of Jeroen Borgers

We see a class loader memory leak by using jackson: on redeployment of our application in WebSphere we see an increase of heap usage of a couple of hundred MB's...

[0.001s][info][gc] Consider -XX:+ClassUnloadingWithConcurrentMark if large pause times are observed on class-unloading sensitive workloads [0.011s][info][gc] Using Shenandoah [0,778s][info][gc] Trigger: Learning 1 of 5. Free (714M) is below initial threshold (716M) [0,779s][info][gc]...

[0.065s][info][gc] Using The Z Garbage Collector [0,403s][info][gc,phases] GC(0) Pause Mark Start 0,240ms [0,492s][info][gc,phases] GC(0) Concurrent Mark 88,955ms [0,493s][info][gc,phases] GC(0) Pause Mark End 0,074ms [0,493s][info][gc,phases] GC(0) Concurrent Process Non-Strong References 0,244ms...

Thanks! Good to know! Kind regards, met vriendelijke groet, Jeroen Borgers drs. Jeroen Borgers Principal Consultant jPinpoint Performance Services, jpinpoint com, The Netherlands. Op ma 10 jun. 2019 om 18:48...

Curious about the status of Kotlin support by PMD. Is it going to be in 7.0? Is there an early version to try out?

We are looking into this. What would be a good way to contribute? Open an issue to discuss it?

Hi Andreas, Good to know, the PR #1881 documentation is what we need. I cloned team-raptor/pmd, went to 7.0 branch and found I need to generate those docs. To generate...

@adangel thanks, this is really helpful. How can I provide feedback on typo's/unclearness etc.? Yes, using my fresh fork now (jborgers/pmd), branch 7.0

Hi @adangel Step 4.2 `./mvnw generate-source -pl pmd-swift `or `./mvnw generate-source -pl pmd-kotlin` does not work I managed to generate code with `../mvnw antlr4:antlr4` and got a KotlinLexer. How does...

I see that Swift comes with a grammer Swift (Swift.g4) while Kotlin comes with a lexer grammer KotlinLexer (KotlinLexer.g4). For swift I can generate several classes including the Parser. For...