Details
-
Improvement
-
Status: Closed
-
High
-
Resolution: Fixed
-
2.20.00RC1
-
None
-
None
Description
Discussed:
public void addFormField(String fieldName, FormField field) {
should be replaced by:
public void addFormField(FormField field) {
Also the empty FormField constructor can be deleted.
The FormField(String name) constructor will throw IllegalArgumentException (runtime e) when name = null