gradle-baseline
gradle-baseline copied to clipboard
ResourceIdentifierGetEqualsUsage
Before this PR
After this PR
==COMMIT_MSG==
ResourceIdentifierGetEqualsUsage rewrites code using ResourceIdentifier#get*().equals(Object)
to ResourceIdentifier#has*(String)
to avoid allocations. See https://github.com/palantir/resource-identifier/pull/423
==COMMIT_MSG==