Browse Source
In JDK 15 the concept of hidden classes was introduced, which also affects Lambdas in so far that Class.getCanonicalName() will return null for those. This commit uses Class.getName() as a fallback when no canonical name is available. See gh-21713pull/21936/head
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue