mirror of
https://github.com/github/codeql.git
synced 2026-06-14 01:11:09 +02:00
First pass converting qlref tests to inline expectation with postprocess
This commit is contained in:
@@ -19,9 +19,9 @@ public class AnnotationValueUtil {
|
||||
/**
|
||||
* These three should be dead because they are used as annotation values on dead fields/methods/classes.
|
||||
*/
|
||||
public static final String DEAD_STRING_CONSTANT_FIELD = "A string constant.";
|
||||
public static final String DEAD_STRING_CONSTANT_METHOD = "A string constant.";
|
||||
public static final String DEAD_STRING_CONSTANT_CLASS = "A string constant.";
|
||||
public static final String DEAD_STRING_CONSTANT_FIELD = "A string constant."; // $ Alert
|
||||
public static final String DEAD_STRING_CONSTANT_METHOD = "A string constant."; // $ Alert
|
||||
public static final String DEAD_STRING_CONSTANT_CLASS = "A string constant."; // $ Alert
|
||||
|
||||
public static void main(String[] args) {
|
||||
// Ensure outer class is live.
|
||||
|
||||
Reference in New Issue
Block a user