rise-node icon indicating copy to clipboard operation
rise-node copied to clipboard

Fix methods with redundant parameters.

Open mcanever opened this issue 6 years ago • 0 comments

Some methods are always called by passing a certain parameter with a fixed value.

EXAMPLE: in modules/blocks/process, loadBlocksOffset, verify is always passed as true

Check if static analysis tools can help to find these cases out.

mcanever avatar Apr 05 '18 09:04 mcanever