Unused parameter
Author: Semmle LGTM
import java
from Parameter p
where not exists(p.getAnAccess())
select p
Description
Finds parameters that are not accessed
import java
from Parameter p
where not exists(p.getAnAccess())
select p
Finds parameters that are not accessed