Jeroen Borgers
Jeroen Borgers
See https://github.com/jborgers/PMD-jPinpoint-rules/issues/581
That would be nice. And it seems records are not fully supported, yet?
Old issue and a long time no answer, so let's assume it is solved.
Hi, thanks for reporting. We are aware of it. This needs quite some time to migrate the rules to 7. We are figuring out how to do this.
The AST provided by PMD7 is incompatible with the one of PMD6. It actually has a lot of structural changes. The xpath expression of each rule needs to be migrated....
Migration is done, except for #476
Right, being able to compare the method signature for a MethodCall and a MethodDeclaration would do it! Doesn't type coercion be complicating this? I don't see if it does for...
Okay, thanks for explaining @oowekyala, I see your point. That said, I do like the XPath way. One advantage is that custom rule files can easily be distributed, e.g. just...
Should be fixed with the upcoming version 2.0.3 (or check with [v2.0.3-snapshot](https://github.com/jborgers/PMD-Intellij/releases/tag/v2.0.3-snapshot))
Not sure why this was not merged earlier. Maybe because it introduces many changes and difficult to oversee and maybe difficult to test. Currently it has conflicts which need to...