Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/tests/expected_json/unused_state.unused-state.json

27 lines
754 B

[
{
"check": "unused-state",
"impact": "Informational",
"confidence": "High",
"description": "A.unused (tests/unused_state.sol#4) is never used in B\n",
"elements": [
{
"type": "variable",
"name": "unused",
"source_mapping": {
"start": 44,
"length": 14,
"filename_used": "/home/travis/build/crytic/slither/tests/unused_state.sol",
"filename_relative": "tests/unused_state.sol",
"filename_absolute": "/home/travis/build/crytic/slither/tests/unused_state.sol",
"filename_short": "tests/unused_state.sol",
"lines": [
4
],
"starting_column": 5,
"ending_column": 19
}
}
]
}
]