jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
206 stars 59 forks source link

javadoc compilation prints out warnings on JDK8 #95

Open lukasj opened 10 years ago

lukasj commented 10 years ago

Javadoc generation currently reports 441 warnings on JDK 8, it would be nice to get this to 0 warnings

[javadoc] /Users/lukas/development/eclipselink/javax.persistence/src/javax/persistence/criteria/Subquery.java:178: warning: no @param for <V>
  [javadoc]     <X, K, V> MapJoin<X, K, V> correlate(MapJoin<X, K, V> parentMap);
  [javadoc]^
  [javadoc] 441 warnings
lukasj commented 6 years ago
lukasj commented 10 years ago

@glassfishrobot Commented Reported by @lukasj

lukasj commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JPA_SPEC-95

m-reza-rahman commented 3 years ago

This looks like a good candidate for a community/end-user contribution. I would suggest marking it with "good first issue" and/or "help wanted". That will help facilitate recruiting people to contribute. I would honestly also mark this low priority.

Reza Rahman Jakarta EE Ambassador, Author, Blogger, Speaker

Please note views expressed here are my own as an individual community member and do not reflect the views of my employer.