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

apache / commons-math / 309
91%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2017 04:17PM UTC
Jobs 1
Files 644
Run time 31s
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
309

Pull #66

travis-ci

web-flow
Replace the inefficient Double constructor with static Double.valueOf() method.

Using new Double(double) is guaranteed to always result in a new object whereas Double.valueOf(double) allows caching of values to be done by the compiler, class library, or JVM.
Using of cached values avoids object allocation and the code will be faster.
http://findbugs.sourceforge.net/bugDescriptions.html#DM_FP_NUMBER_CTOR
Pull Request #66: Remove the redundant null check expression of a non-null value lastRe…

38785 of 43112 relevant lines covered (89.96%)

0.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 309.1 (MAVEN_OPTS="-Xmx6g -Xms2g") 09 Oct 2017 04:14PM UTC 0
89.96
Travis Job 309.1
Source Files on build 309
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #309
  • Pull Request #66
  • PR Base - master (#303)
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