mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Java: More documentation and support for field writes.
This commit is contained in:
@@ -9,7 +9,7 @@ public class B {
|
||||
taggedSinkMethod(argToTagged);
|
||||
|
||||
Object fieldWrite = new Object();
|
||||
taggedField = fieldWrite; // not currently handled
|
||||
taggedField = fieldWrite;
|
||||
}
|
||||
|
||||
Object sinkMethod() {
|
||||
|
||||
Reference in New Issue
Block a user