quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
159 stars 145 forks source link

#428 - Use String.Repeat() #496

Closed WilsoP closed 2 years ago

WilsoP commented 2 years ago

Upgraded the required string builders for the PR.

Line Type Checker was a pretty quick fix.

Clock required the input from being changed to a string to avoid casting. I'm not sure if it is necessary to have it be a parameter, it can probably just be hardcoded into the method to print the "0"s.

I looked through about 1/2 of the codebase at the other string builders, I'll get back to the rest once I have more time.