eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
159 stars 109 forks source link

StringBuffer -> StringBuilder #5246

Closed pizzi80 closed 1 year ago

pizzi80 commented 1 year ago

can I move this and other String util functions inside the Utils class?

for example inside the MessageFactory classes there is a function that should format a String with the passed parameters and it's copy/pasted all over the place

also it returns null if the locale parameter is null... is it expected?

pizzi80 commented 1 year ago

fixed :+1: