palantir / gradle-baseline

A set of Gradle plugins that configure default code quality tools for developers.
Apache License 2.0
305 stars 135 forks source link

FR: suggest hoisting Pattern.compile to a static field if it's a compile time constant #520

Open iamdanfox opened 5 years ago

iamdanfox commented 5 years ago

This isn't really an 'error' per se, but it might turn out to be low-hanging fruit for micro-optimization!

Example PR: https://github.com/palantir/conjure-java-runtime-api/pull/172

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not been touched in the last 60 days. Please comment if you'd like to keep it open, otherwise it'll be closed in 7 days time.