Hi,
Normally it's easy to see unused variables in Netbeans, just a grey squiggly line.
But how would I find all of these unused variables in my project? or of a single class?
Reason: I'm debugging a code base which had lots of copy and paste, but it wasn't done carefully s.t. there's many bug of not replacing with the right variable after copy and paste.
Thanks