2018-SWENG/2018-SWENG-Radius

View on GitHub
app/src/main/java/ch/epfl/sweng/radius/database/ChatlogsUtil.java

Summary

Maintainability
A
2 hrs
Test Coverage

ChatlogsUtil has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

public class ChatlogsUtil implements DBLocationObserver, DBUserObserver{
    private static ChatlogsUtil instance = null;
    private static Map<String, ChatLogs> userChat = new HashMap<>();
    private static Map<String, ChatLogs> topicChat = new HashMap<>();
    private static Map<String, ChatLogs> groupChat = new HashMap<>();
Severity: Minor
Found in app/src/main/java/ch/epfl/sweng/radius/database/ChatlogsUtil.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status