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

apache / commons-lang / 2901 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 22 Dec 2020 08:17PM UTC
Files 196
Run time 20s
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

22 Dec 2020 08:12PM UTC coverage: 95.02% (+0.005%) from 95.015%
2901.1

push

travis-ci-com

web-flow
[LANG-1544] MethodUtils.invokeMethod NullPointerException in case of null in args list (#680)

* LANG-1544:
- Null guards in place to handle one or more nulls specified as one of the parameters of the method to invoke.
- Check for an exact match of the actual parameter types against all of the methods on the class. This prevents picking an "upcasted" method (i.e. int specified but a method with a double is chosen).
- Throw an IllegalStateException with a helpful message if multiple candidate methods were found. This happens when multiple Methods had the same "distance" from the desired parameter types. Before this change the algorithm would just chose the first one.
- Tests for the above.

Co-authored-by: mike.buck@pb.com <mike.buck@pb.com>

15168 of 15963 relevant lines covered (95.02%)

0.95 hits per line

Source Files on job 2901.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2276
  • Travis Job 2901.1
  • fb6a7e77 on github
  • Prev Job for on master (#2900.1)
  • Next Job for on master (#2902.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