PMD Eclipse plugin Version: 3.2.5.v200810131150
The following code created a false DD Error -
String[] dayOfWeek = new String[7];
dayOfWeek[0] = "Sunday";
dayOfWeek[1] = "Monday";
//...
dayOfWeek[0] was initialized only once, but PMD reported that all the above
lines had a DD Anomaly.
regards
Conrad Roche
Nobody/Anonymous
pmd-eclipse
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use