app/src/main/java/com/sdpteam/connectout/event/viewer/EventActivity.java
Method updateEventView
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
@SuppressLint("SetTextI18n")
private void updateEventView(Event event,
TextView title,
TextView description,
Button joinBtn,
Method updateEventView
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private void updateEventView(Event event,
TextView title,
TextView description,
Button joinBtn,
Button interestedBtn,
Avoid too many return
statements within this method. Wontfix
Wontfix
return RestrictionStatus.ALL_RESTRICTIONS_SATISFIED;