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

apache / commons-lang / 977
95%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2017 02:56PM UTC
Jobs 1
Files 135
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

pending completion
977

Pull #297

travis-ci

web-flow
Add a rule of Locale.ENGLISH to String.toUpperCase() method.

A String is being converted to upper case, using the platform's default encoding.
This may result in improper conversions when used with international characters.
Use the String.toUpperCase( Locale l ) version should be better.
http://findbugs.sourceforge.net/bugDescriptions.html#DM_CONVERT_CASE
Pull Request #297: Add a rule of Locale.ENGLISH to String.toUpperCase() method.

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

14125 of 14832 relevant lines covered (95.23%)

11943.09 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java
3
100.0
src/main/java/org/apache/commons/lang3/time/FastDateParser.java
Jobs
ID Job ID Ran Files Coverage
1 977.1 09 Oct 2017 02:56PM UTC 0
95.23
Travis Job 977.1
Source Files on build 977
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #977
  • Pull Request #297
  • PR Base - master (#972)
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