javadoc-coverage icon indicating copy to clipboard operation
javadoc-coverage copied to clipboard

Implement reports generation applying the Visitor Pattern

Open manoelcampos opened this issue 8 years ago • 0 comments
trafficstars

Apply the Visitor Pattern to enable creating classes to export documentation coverage report in different formats such as HTML, XML, JSON, YAML, etc.

The plugin configuration should use maven dependency injection to instantiate a visitor to generate the report in a specific format.

manoelcampos avatar Jul 16 '17 11:07 manoelcampos