|
From: Radu G. <rad...@gm...> - 2009-07-27 12:19:33
|
On Mon, Jul 27, 2009 at 11:43 AM, Fintan Fairmichael<fi...@gm...> wrote:
> We should obviously still expose the list though, so my suggestion would be
> that the wrapper extends List<CLError>.
I would prefer if we simply have a method like
public class ParseResult {
public void List<CLError> listErrors() { ...}
}
This way we can change (if needed in future versions) the internal
representation easily to anything that can still be *converted* to a
list.
|