PMD CI (pmd-bot)
2022-09-30 11:29:47 +00:00
parent da9ee88374
commit e22853ad4c
2 changed files with 3 additions and 2 deletions

View File

@@ -1609,6 +1609,7 @@ from Lua. This means, that the Lua language in PMD can now parse both Lua and Lu
<ul>
<li><a href="https://github.com/pmd/pmd/issues/3859">#3859</a>: [java] CommentDefaultAccessModifier is triggered in JUnit5 test class</li>
<li><a href="https://github.com/pmd/pmd/issues/4085">#4085</a>: [java] UnnecessaryFullyQualifiedName false positive when nested and non-nested classes with the same name and in the same package are used together</li>
<li><a href="https://github.com/pmd/pmd/issues/4133">#4133</a>: [java] UnnecessaryFullyQualifiedName - FP for inner class pkg.ClassA.Foo implementing pkg.Foo</li>
</ul>
</li>
<li>java-design