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

apache / commons-math / 312
91%

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

Pull #67

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 #67: Replace the inefficient Double constructor with static Double.valueOf() method.

38785 of 43112 relevant lines covered (89.96%)

0.9 hits per line

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