Closed as not planned
Description
The issue #31412 introduced an regression for us.
The check KotlinDetector.isSuspendingFunction(method)
results in a Nullpointer-Exception since we are calling the generate
Method in the following way
cacheKeyGenerator.generate(
null,
null,
new CodelistKey(entry.getUri(), entry.getVersion(), entry.getCode())
)