mirror of
https://github.com/github/codeql.git
synced 2026-03-03 22:33:42 +01:00
Java: Address review comments and some other code quality improvements.
This commit is contained in:
@@ -46,9 +46,9 @@ deprecated class WebviewDebugEnabledConfig extends DataFlow::Configuration {
|
||||
}
|
||||
|
||||
/**
|
||||
* A class of webview debug sink nodes.
|
||||
* A webview debug sink node.
|
||||
*/
|
||||
class WebviewDebugSink extends ApiSinkNode {
|
||||
private class WebviewDebugSink extends ApiSinkNode {
|
||||
WebviewDebugSink() {
|
||||
exists(MethodCall ma |
|
||||
ma.getMethod().hasQualifiedName("android.webkit", "WebView", "setWebContentsDebuggingEnabled") and
|
||||
|
||||
Reference in New Issue
Block a user