Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
cs306-versus/versus-app
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
10 days ago
Refresh default branch
Refresh
app/src/main/java/com/github/versus/posts/Timestamp.java
Summary
Maintainability
A
0 mins
Test Coverage
A
100%
Issues
Source
Stats
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
Close
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
Close
There are no issues that match your filters.
Clear all filters
Category
Complexity
Status
Open
Confirmed
Invalid
Wontfix