----- Original Message ----- From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Monday, April 14, 2003 8:05 PM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors ExtendSelector.java
> I have some questions about this patch > > On Tue, 15 Apr 2003 03:21 am, [EMAIL PROTECTED] wrote: > > + Project.setProjectOnObject(project, o); > > Why is this a static method rather than a plain method like this: > project.setProjectOnObject(o); I really have no good answers to this one. Do you prefer one over the other in this case? > Why don't we define an interface for all things that can have a Project > instance (Projectable :-)) rather than using reflection? It could be applied > to ProjectComponent. +1 > Conor Cheers, Magesh