Java: previous-id property instead of tag, see #19097

This commit is contained in:
Jami Cogswell
2025-03-24 14:37:05 -04:00
parent 0f002624d6
commit b9bf192c09

View File

@@ -1,5 +1,6 @@
/**
* @id java/junit5-missing-nested-annotation
* @previous-id java/junit5-non-static-inner-class-missing-nested-annotation
* @name Missing `@Nested` annotation on JUnit 5 inner test class
* @description A JUnit 5 inner test class that is missing a `@Nested` annotation will be
* excluded from execution and it may indicate a misunderstanding from the
@@ -12,7 +13,6 @@
* correctness
* testability
* frameworks/junit
* previous-id:java/junit5-non-static-inner-class-missing-nested-annotation
*/
import java