spring-framework/spring-core/src
Brian Clozel 7a3e8bf648 Fix NPE in Constructor predicate
This commit fixes a NullPointerException issue in the constructor hint
predicate. Prior to this commit, a hint for a constructor was directly
looked up and dereferenced a type hint without checking if there was one
first.
2022-06-30 18:20:38 +02:00
..
jmh/java/org/springframework Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 2021-09-28 10:29:31 +02:00
main Fix NPE in Constructor predicate 2022-06-30 18:20:38 +02:00
test Fix NPE in Constructor predicate 2022-06-30 18:20:38 +02:00
testFixtures/java/org/springframework/core/testfixture Harmonize generated class name conventions 2022-06-23 16:05:23 +02:00