payara / Payara

Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) and MicroProfile applications in any environment: on premise, in the cloud or hybrid.
http://www.payara.fish
Other
880 stars 302 forks source link

FISH-9175 spotbugs concatenated strings in loop #6873

Closed NotedSalmon closed 1 month ago

NotedSalmon commented 1 month ago

FISH-9175 spotbugs concatenated strings in loop

Description

Previous strings used += to add strings in a for loop which SpotBugs complained. Changed to use StringBuilder

Important Info

Blockers

Testing

New tests

Testing Performed

Ran SpotBugs against changes

Testing Environment

Documentation

Notes for Reviewers