Files
pmd/pmd-java
Andreas Dangel 81ece009e1 [java] Ignore synthetic methods and fields in tests
When running PMD build for sonar and coveralls, the jacoco agent will insert a synthetic method "$jacocoInit()" and synthetic field "$jacocoData".
Both are not present in the class files on disk, which
are used for the asm-based symbol analyzer.

For now, all synthetic methods and fields are ignored
and not just the two jacoco specific ones.
2023-01-10 11:22:57 +01:00
..
2022-12-08 21:06:07 +01:00