mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Java: Autoformat.
This commit is contained in:
@@ -312,7 +312,9 @@ int accessPathLimit() { result = 5 }
|
||||
* Holds if accesspaths with `c` at their head always should be tracked at high
|
||||
* precision. This disables adaptive accesspath precision for such accesspaths.
|
||||
*/
|
||||
predicate forceHighPrecision(Content c) { c instanceof ArrayContent or c instanceof CollectionContent }
|
||||
predicate forceHighPrecision(Content c) {
|
||||
c instanceof ArrayContent or c instanceof CollectionContent
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if `n` does not require a `PostUpdateNode` as it either cannot be
|
||||
|
||||
Reference in New Issue
Block a user