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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/com.puppycrawl.tools-checkstyle-9.2
DEFAULT BRANCH: trunk
Ran 28 Jan 2020 03:12PM UTC
Jobs 2
Files 68
Run time 5min
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
317

push

travis-ci

garydgregory
[CODEC-280] Added strict decoding property to BaseNCodec. (#35)

* [CODEC-280] Added strict decoding property to BaseNCodec.

The default is lenient encoding. Any trailing bits that cannot be
interpreted as part of the encoding are discarded. Combinations of
trailing characters that cannot be created by a valid encoding are
partially interpreted.

If set to strict encoding the codec will raise an exception when
trailing bits are present that are not part of a valid encoding.

Added tests to show that in lenient mode re-encoding will create a
different byte array.

In strict mode the re-encoding should create the same byte array as the
original (with appropriate pad characters on the input).

* [CODEC-280] Added strict decoding property to BCodec.

* [CODEC-280] Removed unused import @Ignore from BCodecTest

22 of 22 new or added lines in 4 files covered. (100.0%)

4128 of 4399 relevant lines covered (93.84%)

94000.67 hits per line

Jobs
ID Job ID Ran Files Coverage
2 317.2 28 Jan 2020 03:12PM UTC 0
93.84
Travis Job 317.2
7 317.7 28 Jan 2020 03:18PM UTC 0
93.84
Travis Job 317.7
Source Files on build 317
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #317
  • 3c212236 on github
  • Prev Build on master (#313)
  • Next Build on master (#318)
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