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

apache / commons-io / 278
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.5.2.0
DEFAULT BRANCH: master
Ran 17 Feb 2019 10:20AM UTC
Jobs 2
Files 125
Run time 55s
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
278

Pull #73

travis-ci

web-flow
Fix broken build

Several things were broken with the build. This fixes build failures and
makes the build pass again on all Java versions tested on Travis CI.

1. The test started to fail after the changes made in b5990be. This is
   because after changing the type of writer from Appendable to NullWriter
   the wrong overload of copy would be used:

    copy(Reader, Writer) instead of copy(Reader, Appendable)

  This change just forces the right overload at the call site.

2. Replace tabs with spaces
3. Add missing package-info file
4. Fix NPE during javadoc generation

  Commons parent 46 shipped with maven-javadoc-plugin 3.0.0 which was
  affected by https://issues.apache.org/jira/browse/MJAVADOC-517.
  This upgrades the build to commons parent 47, which includes
  maven-javadoc-plugin 3.0.1.

5. Fix invalid javadoc links
6. Fix problem with Javadoc tool reporting import of unnamed modules
Pull Request #73: Fix broken build

137 of 137 new or added lines in 3 files covered. (100.0%)

4862 of 5498 relevant lines covered (88.43%)

47807.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 278.1 17 Feb 2019 10:21AM UTC 0
88.68
Travis Job 278.1
5 278.5 17 Feb 2019 10:20AM UTC 0
88.43
Travis Job 278.5
Source Files on build 278
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #278
  • Pull Request #73
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