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.
1 parent 79c305c commit 110a4c8Copy full SHA for 110a4c8
java/ql/lib/semmle/code/java/frameworks/Thrift.qll
@@ -8,6 +8,7 @@ import java
8
* A file detected as generated by the Apache Thrift Compiler.
9
*/
10
class ThriftGeneratedFile extends GeneratedFile {
11
+ cached
12
ThriftGeneratedFile() {
13
exists(JavadocElement t | t.getFile() = this |
14
exists(string msg | msg = t.getText() | msg.regexpMatch("(?i).*\\bAutogenerated by Thrift.*"))
0 commit comments