File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ private import semmle.code.csharp.dataflow.internal.FlowSummaryImpl as FlowSumma
12
12
private import ExternalApi
13
13
14
14
private predicate relevant ( ExternalApi api ) {
15
- api .isSupported ( ) or
16
- api instanceof FlowSummaryImpl:: Public:: NeutralCallable
15
+ api .isSupported ( ) or
16
+ api instanceof FlowSummaryImpl:: Public:: NeutralCallable
17
17
}
18
18
19
19
from string info , int usages
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
11
11
import ExternalApi
12
12
13
13
private predicate relevant ( ExternalApi api ) {
14
- api .isSupported ( ) or
15
- api = any ( FlowSummaryImpl:: Public:: NeutralCallable nsc ) .asCallable ( )
14
+ api .isSupported ( ) or
15
+ api = any ( FlowSummaryImpl:: Public:: NeutralCallable nsc ) .asCallable ( )
16
16
}
17
17
18
18
from string apiName , int usages
You can’t perform that action at this time.
0 commit comments