Werner Guttmann wrote: > Can you please create a Jira issue and attach all relevant files to it, so > that I will be able to replay your problem ?
It's there now: http://jira.codehaus.org/browse/CASTOR-1941 The testcase isn't exactly as specified in the "how to submit an issue" doc - sorry - but there's info in the ABOUT file in the attached tarball and running "mvn test" will show the empty set error. ------ On a slightly different issue... Can you confirm if the pattern matching for set- and add-type methods requires that the return type is void? I'd very much like to be able to define them as "return this", so that I can do Paper p = new Paper(); p.addDataset(d1).addDataset(d2).setTitle("Hello").etc.etc... If the return type *is* being checked, I'd like to request that it isn't, or is at least less restrictive, for this reason! Cheers, Andy -- Andy Buckley: CEDAR @ IPPP, Durham Work: www.cedar.ac.uk www.insectnation.org --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

