mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Java: add UnsupportedOperationException to topJdkApiName
This commit is contained in:
@@ -56,7 +56,8 @@ predicate topJdkApiName(string apiName) {
|
||||
"java.lang.StringBuilder#append(int)", "java.util.Objects#requireNonNull(Object,String)",
|
||||
"java.nio.file.Path#resolve(String)", "java.lang.Enum#toString()",
|
||||
"java.lang.RuntimeException#RuntimeException(Throwable)", "java.util.Collection#size()",
|
||||
"java.lang.String#charAt(int)", "java.util.stream.Stream#forEach(Consumer)",
|
||||
"java.lang.String#charAt(int)",
|
||||
"java.lang.UnsupportedOperationException#UnsupportedOperationException(String)",
|
||||
"java.util.Map#isEmpty()", "java.lang.String#valueOf(int)",
|
||||
// top 200 JDK APIs
|
||||
"java.lang.Integer#intValue()", "java.util.ArrayList#size()",
|
||||
|
||||
Reference in New Issue
Block a user