mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Include stubs for javax
This commit is contained in:
@@ -163,7 +163,7 @@ abstract class ExcludedPackage extends Package { }
|
||||
|
||||
/** Exclude types from the standard library. */
|
||||
private class DefaultLibs extends ExcludedPackage {
|
||||
DefaultLibs() { this.getName().matches(["java.%", "javax.%", "jdk.%", "sun.%"]) }
|
||||
DefaultLibs() { this.getName().matches(["java.%", "jdk.%", "sun.%"]) }
|
||||
}
|
||||
|
||||
private string stubAccessibility(Member m) {
|
||||
|
||||
Reference in New Issue
Block a user