News

The StringUtils.isNotBlank(String) static method does exactly what we wanted in this particular case: check a String to ensure it is not null, not empty, and not white space only.
/** * Instantiate my collections with empty versions using Collections fields. * This will result in javac compiler warnings stating "warning: [unchecked] * unchecked conversion". */ public void ...