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

apache / commons-lang / 2901
95%

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

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

Jobs
ID Job ID Ran Files Coverage
1 2901.1 22 Dec 2020 08:15PM UTC 0
95.02
Travis Job 2901.1
Source Files on build 2901
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2901
  • fb6a7e77 on github
  • Prev Build on master (#2900)
  • Next Build on master (#2902)
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