mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Java: previous-id property instead of tag, see #19097
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user