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

apache / commons-math / 306
91%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2017 03:59PM UTC
Jobs 1
Files 644
Run time 52s
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
306

Pull #66

travis-ci

web-flow
Remove the redundant null check expression of a non-null value lastResult.

The expression "lastResult != null" is a redundant check of a known non-null value because lastResult is non-null.
http://findbugs.sourceforge.net/bugDescriptions.html#RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
Pull Request #66: Remove the redundant null check expression of a non-null value lastRe…

1 of 1 new or added line in 1 file covered. (100.0%)

38784 of 43112 relevant lines covered (89.96%)

0.9 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java
Jobs
ID Job ID Ran Files Coverage
1 306.1 (MAVEN_OPTS="-Xmx6g -Xms2g") 09 Oct 2017 03:56PM UTC 0
89.96
Travis Job 306.1
Source Files on build 306
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #306
  • 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