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

apache / commons-io / 279 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 17 Feb 2019 10:32AM UTC
Files 125
Run time 8s
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

17 Feb 2019 10:21AM UTC coverage: 88.662% (-1.1%) from 89.713%
279.1

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

4825 of 5442 relevant lines covered (88.66%)

24149.8 hits per line

Source Files on job 279.1
  • Tree
  • List 0
  • Changed 27
  • Source Changed 5
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 216
  • Travis Job 279.1
  • f15433d6 on github
  • Prev Job for on master (#242.1)
  • Next Job for on master (#280.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