Re: Why do AbstractMavenReport depend on MavenProject

2005-08-18 Thread Trygve Laugstøl
On Thu, Aug 18, 2005 at 11:10:59PM +1000, Brett Porter wrote: > This will mean changing all the reports derived from it. Yes it will, but we can be deprecated for now. > Are you sure the reporting api doesn't use getProject() anywhere? I'm not entirely sure what you're refering to, but this is a

Re: Why do AbstractMavenReport depend on MavenProject

2005-08-18 Thread Emmanuel Venisse
Trygve Laugstøl wrote: Hi While looking at the latest JavaDoc issue I was looking around in the JavadocReport class and noticed that it used the MavenProject all over. The usage could easily be replaced with read-only expressions from the project except for the AbstractMavenReport that actuall

Re: Why do AbstractMavenReport depend on MavenProject

2005-08-18 Thread Brett Porter
This will mean changing all the reports derived from it. Are you sure the reporting api doesn't use getProject() anywhere? - Brett Trygve Laugstøl wrote: >Hi > >While looking at the latest JavaDoc issue I was looking around in the >JavadocReport class and noticed that it used the MavenProject a

Why do AbstractMavenReport depend on MavenProject

2005-08-18 Thread Trygve Laugstøl
Hi While looking at the latest JavaDoc issue I was looking around in the JavadocReport class and noticed that it used the MavenProject all over. The usage could easily be replaced with read-only expressions from the project except for the AbstractMavenReport that actually requires an method MavenP