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