• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando / catwatch / 299
82%
master: 82%

Build:
Build:
LAST BUILD BRANCH: clean-code
DEFAULT BRANCH: master
Ran 04 Mar 2016 09:26AM UTC
Jobs 1
Files 65
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
299

push

travis-ci

semonte
Fix issues reported by IntelliJ IDEA

- Optimized imports
- Removed unnecessary type declarations when using generics
- Replaced statement lambdas with expression lambdas when possible
- Simplified for loops (use for each loops when possible)
- Removed unused variables
- Removed redundant variable initializations
- Simplified if else statements
- Removed unnecessary null checking
- Use Java 8 stream API when possible
- Fixed Optional.ofNullable() calls. There were many calls like
Optional.ofNullable(null), changed them to Optional.empty().

1342 of 1715 relevant lines covered (78.25%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 299.1 (BUILD_TOOL=maven) 04 Mar 2016 09:26AM UTC 0
78.25
Travis Job 299.1
Source Files on build 299
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #299
  • c3aba5b5 on github
  • Next Build on clean-code (#300)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc