Re: AbstractMavenReport: getProject() and getSiteRenderer()

2008-02-09 Thread Vincent Siveton
Hi Benjamin, AbstractProjectInfoReport uses them. We need to refactor these classes (see MNG-3346) Cheers, Vincent 2008/2/8, Benjamin Bentmann <[EMAIL PROTECTED]>: > Hi, > > why do subclasses of AbstractMavenReport have to implement the abstract > methods getProject() and getSiteRenderer()? I c

AbstractMavenReport: getProject() and getSiteRenderer()

2008-02-08 Thread Benjamin Bentmann
Hi, why do subclasses of AbstractMavenReport have to implement the abstract methods getProject() and getSiteRenderer()? I couldn't find any callers of these methods so what is their purpose? Regards, Benjamin Bentmann -