Skip to content

Commit af78b99

Browse files
Include stubs for javax
1 parent f59ab52 commit af78b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/utils/Stubs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ abstract class ExcludedPackage extends Package { }
163163

164164
/** Exclude types from the standard library. */
165165
private class DefaultLibs extends ExcludedPackage {
166-
DefaultLibs() { this.getName().matches(["java.%", "javax.%", "jdk.%", "sun.%"]) }
166+
DefaultLibs() { this.getName().matches(["java.%", "jdk.%", "sun.%"]) }
167167
}
168168

169169
private string stubAccessibility(Member m) {

0 commit comments

Comments
 (0)