Change ResourceLockProvider
's methods to be in sync with DisplayNameGenerator
#4163
Labels
Milestone
ResourceLockProvider
's methods to be in sync with DisplayNameGenerator
#4163
As outlined in #4130 (comment),
DisplayNameGenerator
is receiving new methods with an additionalList<Class<?>> enclosingInstanceTypes
parameter. Once that issue is resolved, we should changeResourceLockProvider
accordingly. Since it's not yet released, we don't have to make it backward compatible, though.Deliverables
List<Class<?>> enclosingInstanceTypes
parameter toprovideForNestedClass
andprovideForMethod
methodsThe text was updated successfully, but these errors were encountered: