host-me-app/host-me

View on GitHub
app/src/main/java/ch/epfl/sweng/hostme/messages/FcmNotificationsSender.java

Summary

Maintainability
A
50 mins
Test Coverage
A
96%

Showing 1 of 1 total issue

Similar blocks of code found in 3 locations. Consider refactoring.
Open

public FcmNotificationsSender(String userFcmToken, String title, String body, Context context, Activity activity) {
this.userFcmToken = userFcmToken;
this.title = title;
this.body = body;
this.context = context;
app/src/main/java/ch/epfl/sweng/hostme/account/Profile.java on lines 14..20
app/src/main/java/ch/epfl/sweng/hostme/users/User.java on lines 11..17
Category
Status