Migrate junit4 junit5 #38
Merged
Annotations
1 error and 10 warnings
|
|
|
com.avaloq.tools.ddk.check.ui.test/src/com/avaloq/tools/ddk/check/ui/test/builder/CheckContextsExtensionTest.java#L47
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.ui.test/src/com/avaloq/tools/ddk/check/ui/test/CheckProjectWizardTest.java#L38
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.ui.test/src/com/avaloq/tools/ddk/check/ui/test/CheckCatalogWizardTest.java#L57
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/label/CheckRuleLabelProviderTest.java#L43
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/core/validation/CheckValidatorTest.java#L26
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/core/registry/CheckExtensionPointTests.java#L32
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.runtime.core.test/src/com/avaloq/tools/ddk/check/runtime/context/CheckContextTest.java#L21
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.core.test/src/com/avaloq/tools/ddk/check/validation/CheckJavaValidatorUtilTest.java#L31
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.core.test/src/com/avaloq/tools/ddk/check/core/test/BugDsl27.java#L29
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
|
com.avaloq.tools.ddk.check.core.test/src/com/avaloq/tools/ddk/check/core/test/BugAig1314.java#L44
Reports JUnit 5 test classes and methods that are not package-private.
Contrary to JUnit 4 tests, which required public visibility to be run by the engine,
JUnit 5 tests can also be run if they're package-private. Marking them as such
is a good practice to limit their visibility.
Test methods are identified as those which use `@Test`, `@RepeatedTest`,
`@TestFactory`, `@TestTemplate` or `@ParameterizedTest`.
JUnit5TestShouldBePackagePrivate (Priority: 3, Ruleset: Best Practices)
https://docs.pmd-code.org/pmd-doc-7.12.0/pmd_rules_java_bestpractices.html#junit5testshouldbepackageprivate
|
The logs for this run have expired and are no longer available.
Loading