No checked exceptions for rendering ----------------------------------- Key: MSHARED-193 URL: http://jira.codehaus.org/browse/MSHARED-193 Project: Maven Shared Components Issue Type: Improvement Components: maven-reporting-api, maven-reporting-impl Affects Versions: maven-reporting-api 3.0, maven-reporting-impl 2.1 Reporter: Benson Margulies
It seems unfortunate that org.apache.maven.reporting.MavenReportRenderer.render() does not throw MavenReportingException. Thus, even though the execute method for a report throws that exception, rendering problems cannot. Obviously, a change to this would ramify. Would there be any chance of acceptance for a patch that added this 'throws'? Alternatively, how about an unchecked cousin of MavenReportingException? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira