Functions with many parameters
Author: LGTM
import javascript
from Function f
where f.getNumParameter() > 10
select fDescription
Finds functions with more than ten parameters
import javascript
from Function f
where f.getNumParameter() > 10
select fFinds functions with more than ten parameters