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

A Doclet to generate JavaDoc coverage reports โ˜•๏ธ๐Ÿงช๐Ÿ“—

Results 7 javadoc-coverage issues
Sort by recently updated
recently updated
newest added

Hi, calling "site" with Java 9+ fails with the attached exception, with java 8 however works fine. Is there a workaround? Thanks in advance ## Attachment [Stacktrace.txt](https://github.com/manoelcampos/javadoc-coverage/files/2778611/Stacktrace.txt)

enhancement

* override annotations are now working for supertyes and interfaces (only supertypes before) * all interesting numbers are added to the report (some were left out before, e.g. enum constants)...

I have a rather large codebase and want to make assumptions about the javadoc-coverage only from the public (and therefore accessible from everywhere) part of the code. It would be...

feature

Sometimes, developers write useless javadocs such as the example below ```java /** * Some Foo Method. * @param id the id * @return */ int someFooMethod(int id){ return 0; }...

feature

## See: https://docs.atlassian.com/clover-maven-plugin/latest/check-mojo.html http://www.jacoco.org/jacoco/trunk/doc/check-mojo.html http://www.mojohaus.org/cobertura-maven-plugin/check-mojo.html

feature

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...

enhancement
feature