Open skrukwa opened 11 months ago
some fields are never referenced after being added to the view and can be converted to local variables.
ex)
https://github.com/CSC207-fiveguys/music-java-app/blob/2c6452ded466b393d672546a07a5cd15b7f5eb21/src/view/logged_out/LoginView.java#L19
solution: go through all views and convert appropriate fields to local variables
some fields are never referenced after being added to the view and can be converted to local variables.
ex)
https://github.com/CSC207-fiveguys/music-java-app/blob/2c6452ded466b393d672546a07a5cd15b7f5eb21/src/view/logged_out/LoginView.java#L19
solution: go through all views and convert appropriate fields to local variables