Package com.palantir.baseline.refaster
-
Class Summary Class Description AddAllArrayToBuilder<E> CollectionsIsEmpty<T> InvocationTargetExceptionCause InvocationTargetException.getTargetException()javadoc recommends usingInvocationTargetException.getCause()instead.OptionalOrElseSupplier<T> SortedFirst<T> Example refaster rule as shown at https://errorprone.info/docs/refaster.SortedFirstNatural<T extends java.lang.Comparable<T>> Based onSortedFirst, but handlesStream.sorted()without a comparator.TritiumReplaceGauge<T> Remove unnecessary 'remove' invocation prior to a 'registerWithReplacement'.Utf8Length Example refactoring as per https://errorprone.info/docs/refaster#anatomy-of-a-refaster-rule.