Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9.0
-
None
-
None
Description
There was a partial change from StringBuffer to Appendable in 1.9.0 this is to complete that transition. There are a number of protected methods in HelpFormatter that explicitly use StringBuffer. This change is to migrate those to Appendable.
This may require deprecation with replacement of some methods.