Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
equals(String str1, String str2)
isEmpty(String str)
isNotEmpty(String str)
defaultString(String str)
All of those methods take a string that can be null.
Due to this methods it's possible to get rid of many if statements in UnmarshalHandler.
Issue Links
- is depended upon by
-
CASTOR-2971
Introduce a new PrimitiveObjectFactory
-
Currently error messages are often produced as String err = "foobar"; err += "foobar"; and so on...
This patch replaced those instantiations with a StringBuffer.