Skip to content

Commit b9bf192

Browse files
Jami CogswellJami Cogswell
Jami Cogswell
authored and
Jami Cogswell
committed
Java: previous-id property instead of tag, see #19097
1 parent 0f00262 commit b9bf192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Likely Bugs/Frameworks/JUnit/JUnit5MissingNestedAnnotation.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @id java/junit5-missing-nested-annotation
3+
* @previous-id java/junit5-non-static-inner-class-missing-nested-annotation
34
* @name Missing `@Nested` annotation on JUnit 5 inner test class
45
* @description A JUnit 5 inner test class that is missing a `@Nested` annotation will be
56
* excluded from execution and it may indicate a misunderstanding from the
@@ -12,7 +13,6 @@
1213
* correctness
1314
* testability
1415
* frameworks/junit
15-
* previous-id:java/junit5-non-static-inner-class-missing-nested-annotation
1616
*/
1717

1818
import java

0 commit comments

Comments
 (0)