We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
groovy-stubs/test
1 parent d975ceb commit 027f08aCopy full SHA for 027f08a
java/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll
@@ -29,7 +29,8 @@ private J::Method superImpl(J::Method m) {
29
private predicate isInTestFile(J::File file) {
30
file.getAbsolutePath().matches("%src/test/%") or
31
file.getAbsolutePath().matches("%/guava-tests/%") or
32
- file.getAbsolutePath().matches("%/guava-testlib/%")
+ file.getAbsolutePath().matches("%/guava-testlib/%") or
33
+ file.getAbsolutePath().matches("%/groovy-stubs/test/%")
34
}
35
36
private predicate isJdkInternal(J::CompilationUnit cu) {
0 commit comments