mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Java: Generate models without sources.
This commit is contained in:
@@ -118,17 +118,6 @@ private class IOGeneratedSinksCsv extends SinkModelCsv {
|
||||
}
|
||||
}
|
||||
|
||||
private class IOGeneratedSourcesCsv extends SourceModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
[
|
||||
"org.apache.commons.io.function;IOConsumer;true;forEachIndexed;(Stream,IOConsumer);;Argument[0];generated:remote",
|
||||
"org.apache.commons.io;IOUtils;true;copy;(InputStream,OutputStream);;Argument[1];generated:remote",
|
||||
"org.apache.commons.io;UncheckedIO;true;apply;(IOFunction,Object);;ReturnValue;generated:remote"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
private class IOGeneratedSummaryCsv extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
|
||||
Reference in New Issue
Block a user