Merge pull request #10170 from michaelnebel/java/models-io

Java: Update models for commons-io and add negative models.
This commit is contained in:
Michael Nebel
2022-08-31 11:05:09 +02:00
committed by GitHub
11 changed files with 804 additions and 9 deletions

View File

@@ -12,6 +12,8 @@
* `namespace; type; subtypes; name; signature; ext; input; output; kind; provenance`
* - Negative Summaries:
* `namespace; type; name; signature; provenance`
* A negative summary is used to indicate that there is no flow via a callable.
*
* The interpretation of a row is similar to API-graphs with a left-to-right
* reading.
* 1. The `namespace` column selects a namespace.

View File

@@ -1,9 +1,8 @@
/** Provides a module for importing negative models. */
/**
* A module importing all generated negative Models as Data models.
*/
import csharp
private module GeneratedFrameworks {
private import generated.dotnet.NegativeRuntime
}