nate-gray / KiL

0 stars 0 forks source link

Remove unused code #31

Open Waterski24 opened 6 years ago

Waterski24 commented 6 years ago

This covers a lot and is more of a reminder to go through once we're done and remove unused imports, labels, code, etc. I figure we can "thumbs up" the comments once we've done them

Waterski24 commented 6 years ago

Extra imports in KiLController.java (anything that has the yellow exclamation point) import java.util.ArrayList; import java.util.List;

Waterski24 commented 6 years ago

Remove sorts from file menu

Waterski24 commented 6 years ago

Remove Filter button

nate-gray commented 6 years ago

The following classes were detected of having unused imports by PMD.

We also need to remove the KilModel class.

nate-gray commented 6 years ago

Violation: Unused Private Field Definition: Detects when a private field is declared and/or assigned a value, but not used. This is another issue as a result of unused code, and should be removed or edited.