>> + if (parameter == null) {
>> + throw new IllegalArgumentException("Parameter '" +
>> parameterName + "' must not be null!");
>> + }
>> + }
>> +}Isn't a null value supposed to throw a NPE ? Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
