solidity/test/cmdlineTests/standard_model_checker_invariants_reentrancy/output.json
2022-10-26 15:13:47 +05:00

51 lines
1.2 KiB
JSON

{
"errors":
[
{
"component": "general",
"errorCode": "9302",
"formattedMessage": "Warning: Return value of low-level calls not used.
--> A:7:7:
|
7 | \t\t\t\t\t\t_a.call(\"\");
| \t\t\t\t\t\t^^^^^^^^^^^
",
"message": "Return value of low-level calls not used.",
"severity": "warning",
"sourceLocation":
{
"end": 143,
"file": "A",
"start": 132
},
"type": "Warning"
},
{
"component": "general",
"errorCode": "1180",
"formattedMessage": "Info: Reentrancy property(ies) for A:test:
(((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0))) || true)
<errorCode> = 0 -> no errors
<errorCode> = 1 -> Assertion failed at assert(x < 10)
",
"message": "Reentrancy property(ies) for A:test:
(((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0))) || true)
<errorCode> = 0 -> no errors
<errorCode> = 1 -> Assertion failed at assert(x < 10)
",
"severity": "info",
"type": "Info"
}
],
"sources":
{
"A":
{
"id": 0
}
}
}