Open Waterski24 opened 6 years ago
Extra imports in KiLController.java (anything that has the yellow exclamation point) import java.util.ArrayList; import java.util.List;
Remove sorts from file menu
Remove Filter button
The following classes were detected of having unused imports by PMD.
We also need to remove the KilModel class.
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.
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