-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: tools
-
b91
-
Not verified
Cuurently, TagletOutputImpl uses StringBuilder to buffer its content. It would be better to use ContentBuilder, to avoid unnecessary conversion to strings.