зеркало из https://github.com/github/codeql.git
Java: Minor perf fix.
This commit is contained in:
Родитель
79c305c1a1
Коммит
110a4c81e3
|
@ -8,6 +8,7 @@ import java
|
|||
* A file detected as generated by the Apache Thrift Compiler.
|
||||
*/
|
||||
class ThriftGeneratedFile extends GeneratedFile {
|
||||
cached
|
||||
ThriftGeneratedFile() {
|
||||
exists(JavadocElement t | t.getFile() = this |
|
||||
exists(string msg | msg = t.getText() | msg.regexpMatch("(?i).*\\bAutogenerated by Thrift.*"))
|
||||
|
|
Загрузка…
Ссылка в новой задаче