mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Java: autoformat
This commit is contained in:
@@ -9,9 +9,7 @@ private import semmle.code.java.dispatch.internal.Unification
|
||||
|
||||
private module DispatchImpl {
|
||||
private predicate hasHighConfidenceTarget(Call c) {
|
||||
exists(SummarizedCallable sc |
|
||||
sc.getACall() = c and not sc.isAutoGenerated()
|
||||
)
|
||||
exists(SummarizedCallable sc | sc.getACall() = c and not sc.isAutoGenerated())
|
||||
or
|
||||
exists(Callable srcTgt |
|
||||
srcTgt = VirtualDispatch::viableCallable(c) and
|
||||
|
||||
@@ -64,7 +64,9 @@ private boolean isGenerated(string provenance) {
|
||||
* `input`, output specification `output`, kind `kind`, and a flag `generated`
|
||||
* stating whether the summary is autogenerated.
|
||||
*/
|
||||
predicate summaryElement(SummarizedCallableBase c, string input, string output, string kind, boolean generated) {
|
||||
predicate summaryElement(
|
||||
SummarizedCallableBase c, string input, string output, string kind, boolean generated
|
||||
) {
|
||||
exists(
|
||||
string namespace, string type, boolean subtypes, string name, string signature, string ext,
|
||||
string provenance
|
||||
|
||||
Reference in New Issue
Block a user