Unused parameter

Author: Semmle LGTM

import java

from Parameter p
where not exists(p.getAnAccess())
select p

Description

Finds parameters that are not accessed