Java: Generate models without sources.

This commit is contained in:
Michael Nebel
2022-05-30 13:40:14 +02:00
parent 6a4a4cbbe4
commit 72dd1a6ec9

View File

@@ -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 =