commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Several optimizations in the method formatDurationWords

Open fenik17 opened this issue 2 years ago • 1 comments

Several improvements in method DurationFormatUtils#formatDurationWords:

  • Removing a couple unreachable code paths.
  • Replacing replaceOnce to removeStart and removeEnd where it possible.
  • Saving information about removed parts to reduce scans of string.

fenik17 avatar Jan 10 '23 01:01 fenik17