When you use local variables within methods, StringBuilder is way much more performant then StringBuffer because it doesn't need the Thread synchronization code.
For example in method de.beyondjava.angularFaces.core.NGWordUtiltites#labelFromCamelCase
When you use local variables within methods, StringBuilder is way much more performant then StringBuffer because it doesn't need the Thread synchronization code.
For example in method de.beyondjava.angularFaces.core.NGWordUtiltites#labelFromCamelCase