
org.sonar.l10n.java.rules.java.S3414.html Maven / Gradle / Ivy
Why is this an issue?
It is a good practice to isolate test classes in a separate package so that what is shipped to production is neither polluted by nor bloated with
them. Further, including unit tests in code assemblies could affect build processes.
This rule raises an issue when test classes are found in projects containing non-test-related code.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy