Pass 1 completed. Static method no longer used. ********************************************** * Etc.: A sign to make others believe that * * you know more than you actually do. * ********************************************** ----- 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); > > 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. > > Conor > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >