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

apache / commons-math / 312 / 1
91%
master: 91%

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

09 Oct 2017 10:09PM UTC coverage: 89.963%. Remained the same
MAVEN_OPTS="-Xmx6g -Xms2g"

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

Source Files on job 312.1 (MAVEN_OPTS="-Xmx6g -Xms2g")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 312
  • Travis Job 312.1
  • 41037710 on github
  • Prev Job for MAVEN_OPTS="-Xmx6g -Xms2g" on master (#303.1)
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