javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
16 stars 16 forks source link

jaxb2-value-constructor generates Java8 invalid JavaDoc #36

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

The JavaDoc of the value constructor that is generated by the org.jvnet.jaxb2_commons:jaxb2-value-constructor:3.0 does not contain any @param declarations and therefore does not pass the doclint check that was introduced in Java 8.

The check can be easily disabled (see http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html) but the preferred solution would be to generate valid JavaDoc.

Environment

Java 8; Maven 3.2.3

Affected Versions

[current]

glassfishrobot commented 9 years ago

Reported by kclaszen

glassfishrobot commented 9 years ago

Was assigned to super_glassfish

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAXB2_COMMONS-36