Closed franklbh closed 1 month ago
Please explain why this method will be deprecated
The replacement for the method you are deprecating already exists, it would not be something new introduced into 4.10. Do you instead mean Parser.parseToQuantityValue() method will be deprecated in 4.10? Please update your PR description to reflect this.
whats up with all the white space changes?
I think the spaces were automatically added, now they're gone
whats up with all the white space changes?
I think the spaces were automatically added, now they're gone
please check again,
also, lets add a nextver.md update about the deprecation
Deprecating Parser.parseToQuantityValue(), which will be marked as deprecated in version 4.10. The existing method Parser.parseQuantityString() should be used as a replacement.
Reason for Deprecation: The method Parser.parseQuantityString() is more appropriate for handling quantity parsing and is already in use in multiple places, such as:
The method Parser.parseToQuantityValue() is used sparingly in:
Given that the system has already moved to using Parser.parseQuantityString() in most cases, removing Parser.parseToQuantityValue() is reasonable.