Summary
Analyser warnings don't help you find the source of the problem. Examples:
"Parameter 'capacity' is never used". Would need the Class.Method to know where to look. Clicking on the warning doesn't take you anywhere either.
"Paramter 'args' is never used." Same problem. I happen to know this is coming from the Run event of this command line app and I just haven't gotten around to suppressing it but, still.
You have to use the search feature to find all occurrences of, e.g., capacity or args then narrow down from there. Right now that's not onerous, but a large project? Not so great.