Anyone an idea why on earth the sink would be null in a report like
this?
public class JardiffReport extends AbstractMavenReport
{
...
public void executeReport( Locale locale ) throws MavenReportException
{
...
final Sink sink = getSink();
if (sink == null) {
throw new MavenReportException("sink is null");
}
https://svn.codehaus.org/mojo/trunk/sandbox/jardiff-maven-plugin/src/
main/java/org/codehaus/mojo/jardiff/JardiffReport.java
cheers
--
Torsten
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email