kwin opened a new issue, #1231: URL: https://github.com/apache/maven-site-plugin/issues/1231
### New feature, improvement proposal Currently the methods 1. https://github.com/apache/maven-site-plugin/blob/9123b070e439590f8fbd5d3bb64a5939b96ee3cc/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java#L149 2. https://github.com/apache/maven-site-plugin/blob/9123b070e439590f8fbd5d3bb64a5939b96ee3cc/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java#L155 3. https://github.com/apache/maven-site-plugin/blob/9123b070e439590f8fbd5d3bb64a5939b96ee3cc/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java#L161 silently return null, which violates the contract of https://github.com/apache/maven-doxia/blob/master/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/SinkFactory.java which does not mention that any of those methods may return {@code null}. Either the methods should be implemented correctly or throw `UnsupportedOperationException`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
