mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Java: Added extra test cases for fields
This commit is contained in:
@@ -31,4 +31,8 @@ public class SourcePackage extends Annotated {
|
||||
};
|
||||
lambda.run();
|
||||
}
|
||||
String myField1 = Annotated.m1; // $ Alert
|
||||
public String myField2 = Annotated.m1; // $ Alert
|
||||
private String myField3 = Annotated.m1; // $ Alert
|
||||
protected String myField4 = Annotated.m1; // $ Alert
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user