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

apache / commons-io / 279
88%

Build:
DEFAULT BRANCH: master
Ran 17 Feb 2019 10:31AM UTC
Jobs 2
Files 125
Run time 1min
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
279

push

travis-ci

web-flow
Fix broken build (#73)

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

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

4866 of 5498 relevant lines covered (88.5%)

47806.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 279.1 17 Feb 2019 10:32AM UTC 0
88.66
Travis Job 279.1
5 279.5 17 Feb 2019 10:31AM UTC 0
88.5
Travis Job 279.5
Source Files on build 279
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #279
  • f15433d6 on github
  • Prev Build on master (#242)
  • Next Build on master (#280)
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