We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f00262 commit b9bf192Copy full SHA for b9bf192
java/ql/src/Likely Bugs/Frameworks/JUnit/JUnit5MissingNestedAnnotation.ql
@@ -1,5 +1,6 @@
1
/**
2
* @id java/junit5-missing-nested-annotation
3
+ * @previous-id java/junit5-non-static-inner-class-missing-nested-annotation
4
* @name Missing `@Nested` annotation on JUnit 5 inner test class
5
* @description A JUnit 5 inner test class that is missing a `@Nested` annotation will be
6
* excluded from execution and it may indicate a misunderstanding from the
@@ -12,7 +13,6 @@
12
13
* correctness
14
* testability
15
* frameworks/junit
- * previous-id:java/junit5-non-static-inner-class-missing-nested-annotation
16
*/
17
18
import java
0 commit comments