CodeQL library for Java/Kotlin
codeql/java-all 0.8.12 (changelog, source)
Search

Member predicate UriConstructorCall::getSchemeArg

Gets the scheme argument of the newly created URI. In the case where the scheme is specified separately, this is only the scheme. In the case where the URI is parsed from an input string, such as in URI("http://foo.com/mypath"), this is the entire argument passed in, that is "http://foo.com/mypath".

Expr getSchemeArg()