-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.14.0
-
Component/s: None
-
Labels:
The following method is names as "field", but the method is mainly doing appending. So that, rename the method as "append" should be better.
private void field(String label, String value) { indent(); out.append(label) .append(" = ") .append(value) .append("\n"); }