Johnny Lim
Results
43
issues of
Johnny Lim
"\`\ \`" doesn't seem to be rendered nicely as follows: This PR attempts to fix it by using single quotes for backslashes in the `StringConcatToTextBlock.md` instead. See https://errorprone.info/bugpattern/StringConcatToTextBlock
This PR changes to check `Tags` `instanceof` check before iterator empty check in `Tags.of()` to save `ArrayIterator` creation.
enhancement
performance
module: micrometer-core
This PR removes redundant `get()` methods from "Config" classes.