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