You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method getAllPolicies declares an anonymous class in line 113. CK calls it net.retakethe.policyauction.data.impl.HectorPolicyManagerImpl$Anonymous1.
That's too generic. Maybe a better name would be net.retakethe.policyauction.data.impl.HectorPolicyManagerImpl.getAllPolicies.filter$Anonymous1.
The text was updated successfully, but these errors were encountered:
Take the example of this real-world class: HectorPolicyManagerImpl, also in our repo.
The method
getAllPolicies
declares an anonymous class in line 113. CK calls itnet.retakethe.policyauction.data.impl.HectorPolicyManagerImpl$Anonymous1
.That's too generic. Maybe a better name would be
net.retakethe.policyauction.data.impl.HectorPolicyManagerImpl.getAllPolicies.filter$Anonymous1
.The text was updated successfully, but these errors were encountered: