eitan12345om/HouseParty

Duplicate Code in SongFactory.java

Opened this issue · 0 comments

Duplicate code in SongFactory.java that exists in SongActivity.java

Duplicate method: spotifySearchForTrack

Reason for code smell: There is no need to have an exact duplicate of this method in SongFactory.java when it already exists in SongActivity.java