mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Java: Move some neutrals into the model.yml file (they have previosly been ignored due to wrong file extension).
This commit is contained in:
@@ -53,4 +53,8 @@ extensions:
|
||||
data:
|
||||
- ["java.util.logging", "Handler", "getEncoding", "()", "summary", "manual"]
|
||||
- ["java.util.logging", "Logger", "isLoggable", "(Level)", "summary", "manual"]
|
||||
- ["java.util.logging", "LogRecord", "getResourceBundle", "()", "summary", "df-manual"]
|
||||
# If needed, a pair of manual summary models using synthetics can be made for the two
|
||||
# neutrals below.
|
||||
- ["java.util.logging", "LogRecord", "getParameters", "()", "summary", "manual"]
|
||||
- ["java.util.logging", "LogRecord", "setParameters", "", "summary", "df-manual"]
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
extensions:
|
||||
- addsTo:
|
||||
pack: codeql/java-all
|
||||
extensible: neutralModel
|
||||
data:
|
||||
# summary neutrals
|
||||
- ["java.util.logging", "LogRecord", "getResourceBundle", "()", "summary", "df-manual"]
|
||||
- ["java.util.logging", "LogRecord", "setParameters", "", "summary", "df-manual"]
|
||||
Reference in New Issue
Block a user