cs306-versus/versus-app

View on GitHub
app/src/main/java/com/github/versus/posts/Timestamp.java

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Avoid too many return statements within this method.
Wontfix

            return year - that.year;
Severity: Major
Found in app/src/main/java/com/github/versus/posts/Timestamp.java - About 30 mins to fix

    Avoid too many return statements within this method.
    Wontfix

                    return month.ordinal() -that.month.ordinal() ;
    Severity: Major
    Found in app/src/main/java/com/github/versus/posts/Timestamp.java - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status