mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Autoformat
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import java
|
||||
|
||||
query Callable callTargets(MethodCall mc) {
|
||||
result = mc.getCallee()
|
||||
}
|
||||
query Callable callTargets(MethodCall mc) { result = mc.getCallee() }
|
||||
|
||||
from Expr e
|
||||
where e.getFile().getBaseName() = "Test.java"
|
||||
select e, e.getType()
|
||||
|
||||
|
||||
@@ -123,9 +123,7 @@ module CallTargetStats implements StatsSig {
|
||||
}
|
||||
|
||||
private class SourceExpr extends Expr {
|
||||
SourceExpr() {
|
||||
this.getFile().isSourceFile()
|
||||
}
|
||||
SourceExpr() { this.getFile().isSourceFile() }
|
||||
}
|
||||
|
||||
private predicate hasGoodType(Expr e) {
|
||||
|
||||
Reference in New Issue
Block a user