Jeroen Borgers

Results 67 issues of Jeroen Borgers

![Screenshot 2022-08-10 at 15 10 26](https://user-images.githubusercontent.com/24591067/183915436-3964c1c8-35f6-4314-a594-5a2f964904cb.png)

sonar-pmd7 rules.xml contains 268 rules pmd7 contains 281 rules It seems 13 are missing. Probably more since rules have been removed and combined. No new rules seem to be added...

[PMD 7](https://pmd.github.io/latest/pmd_next_major_development.html) is under development. The advantage of PMD 7 is that it supports Antlr grammers. We use the existing Antlr Kotlin grammer to [add support for Kotlin](https://github.com/pmd/pmd/issues/419) and create...

Hi, I am using ZGC on jdk-11 and the gc-log files don't parse correctly. I get: INFO [DataReaderFacade]: GCViewer version 1.36-SNAPSHOT (2018-10-23T20:08:13+0000) INFO [DataReaderFactory]: File format: Oracle / OpenJDK unified...

Hi, I get parse errors for ShenandoahGC on jdk11: NFO [DataReaderFacade]: GCViewer version 1.36-SNAPSHOT (2018-10-23T20:08:13+0000) INFO [DataReaderFactory]: File format: Oracle / OpenJDK unified jvm logging INFO [DataReaderUnifiedJvmLogging]: Reading Oracle /...

PMD 6.55 is the latest and probably the last PMD 6 release. PMD 7 is backwards incompatible with PMD 6, so custom rules from pmd 6 will not work in...

PMD 7 is under development. The advantage of PMD 7 is that it supports Antlr grammers. We use the existing Antlr Kotlin grammer to add support for Kotlin and create...

Most likely setting is to not scan test sources, make that the default. Or it should be taken from a project initial value, or from another project window. When opening...

java.lang.NullPointerException: Cannot invoke "com.intellij.plugins.bodhi.pmd.PMDProjectComponent.setCustomRuleSets(java.util.List)" because "data_ProjComp" is null at com.intellij.plugins.bodhi.pmd.PMDConfigurationForm.getDataFromUi(PMDConfigurationForm.java:122) at com.intellij.plugins.bodhi.pmd.PMDConfigurable.apply(PMDConfigurable.java:44) at com.intellij.openapi.options.ex.ConfigurableWrapper.apply(ConfigurableWrapper.java:187) at com.intellij.openapi.options.newEditor.ConfigurableEditor.apply(ConfigurableEditor.java:320) at com.intellij.openapi.options.newEditor.SettingsEditor$5.apply(SettingsEditor.java:205) at com.intellij.openapi.options.newEditor.SettingsEditor.apply(SettingsEditor.java:431) at com.intellij.openapi.options.newEditor.SettingsDialog.applyAndClose(SettingsDialog.java:201) at com.intellij.openapi.options.newEditor.SettingsDialog.doOKAction(SettingsDialog.java:193) at com.intellij.openapi.ui.DialogWrapper$OkAction.doAction(DialogWrapper.java:1863) [...] and java.lang.NullPointerException: Cannot...

Right mouse click menu shows on ruleset, rule and violation level, all for Suppress and Details. Suppress only makes sense on violation level, on other levels it should not show...