it's easy push this one to 100%.
- constructor and if(writer != null) can be CLOVER:OFFed
- expand unicode sequences should be tested for '\u007', '\uFRED', and unasigned unicode chars (see unicode.org)
- getLocale should be tested for invalid codes (xx_XX)
- substitude should be tested for $$, $1 $0, $*, and $n for n > number of passed strings
Rafał Krzewski
added a comment - it's easy push this one to 100%.
- constructor and if(writer != null) can be CLOVER:OFFed
- expand unicode sequences should be tested for '\u007', '\uFRED', and unasigned unicode chars (see unicode.org)
- getLocale should be tested for invalid codes (xx_XX)
- substitude should be tested for $$, $1 $0, $*, and $n for n > number of passed strings