cstamas commented on code in PR #11577:
URL: https://github.com/apache/maven/pull/11577#discussion_r2631772491
##########
maven-core/src/test/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteCheckerTest.java:
##########
@@ -30,7 +30,22 @@ public class MavenPluginJavaPrerequisiteCheckerTest {
public void testMatchesVersion() {
Review Comment:
Did the change as you asked, but now fails with checkstyle:
```
Error:
src/test/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteCheckerTest.java:[67,19]
(design) VisibilityModifier: Variable 'requiredVersion' must be private and
have accessor methods.
Error:
src/test/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteCheckerTest.java:[70,19]
(design) VisibilityModifier: Variable 'currentVersion' must be private and
have accessor methods.
Error:
src/test/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteCheckerTest.java:[73,20]
(design) VisibilityModifier: Variable 'expected' must be private and have
accessor methods.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]