I have run into a strange problem: when running this basic Java class I get always false although is should be true. Commons-lang 2.2, commonclipse 1.3.0
Am I missing something here?
Thanks in advance
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
public class Dummy {
static String NAME = "test";
public static...
2007-02-19 14:28:35 UTC in commonclipse