49d4c3520d
Motivation: IDE warnings fixes. Modification: String.length() == 0 replaced with String.isEmpty(), unnecessary assertion removed, unnecessary class cast and correct StringBuilder size, empty else block commented. Result: Code easier to read. No warnings.