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

apache / commons-codec / 256
95%
trunk: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/com.puppycrawl.tools-checkstyle-9.2
DEFAULT BRANCH: trunk
Ran 05 Dec 2019 12:48AM UTC
Jobs 2
Files 68
Run time 8min
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
256

push

travis-ci

Gary Gregory
[CODEC-272] Add RandomAccessFile digest methods #31.

- This is a slightly different version from
https://github.com/apache/commons-codec/pull/31/
- Refactor updateDigest(MessageDigest,RandomAccessFile) into an new
private updateDigest(MessageDigest,FileChannel) as possible public
candidate.
- Do NOT seek to 0 on a RandomAccessFile before calling updateDigest():
We do not do this for ByteBuffer input, so do not do it here and be
consistent to assume that when the caller says 'digest this' then do it
from where the input stands (like a stream).
- Add methods in the file to keep methods in alphabetical order.
- Closes #31.

4077 of 4368 relevant lines covered (93.34%)

95203.55 hits per line

Jobs
ID Job ID Ran Files Coverage
2 256.2 05 Dec 2019 12:48AM UTC 0
93.34
Travis Job 256.2
8 256.8 05 Dec 2019 12:56AM UTC 0
93.34
Travis Job 256.8
Source Files on build 256
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #256
  • a3a4eddd on github
  • Prev Build on master (#251)
  • Next Build on master (#260)
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