mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Java: Adjust comment position and re-autoformat.
This commit is contained in:
@@ -203,9 +203,8 @@ where
|
||||
else
|
||||
if constCondSimple(test, _)
|
||||
then (
|
||||
constCondSimple(test, testIsTrue) and reason = "" and reasonElem = test
|
||||
constCondSimple(test, testIsTrue) and reason = "" and reasonElem = test // dummy reason element
|
||||
) else
|
||||
// dummy reason element
|
||||
exists(CondReason r |
|
||||
constCond(test, testIsTrue, r) and reason = ", because of $@" and reasonElem = r.getCond()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user