nate-gray / KiL

0 stars 0 forks source link

Unused private fields #40

Open nate-gray opened 6 years ago

nate-gray commented 6 years ago

Definition: Detects when a private field is declared and/or assigned a value, but not used. This is another issue that may be the result of unused code, and should be removed or edited appropriately for the class.