when you have a variable and you are not using it at all in the code... i.e you forgotten about this particular member
well in eclipse there is something that indicates that, that particular member is unused... some exclamation mark or something....
my question is, is there such a feature in netbeans? i mean i know that in Netbeans you can highlight a member and do <ALT-F7> then netbeans shows you where it is being used... this is all well and good when you want to find out where that particular member is used... but it doesnt explicitly shows that a member is unused... but perhaps there is such a feature in netbeans that i dont know about...