[ https://issues.apache.org/jira/browse/UIMA-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marshall Schor updated UIMA-3500: --------------------------------- Description: Javadocs for Java 8 have (by default) "lint" checking enabled. The Javadocs generated by JCasGen, many of which have elements needed by JCasGen itself (the @generated annotations, for example), are missing the @param and @return elements for many of the functions; these are flagged by the lint checker. Fix these to be valid Javadoc comments by adding these elements back in. > update jcasgen templates to generate Javdoc comments that pass Java8 default > lint checking > ------------------------------------------------------------------------------------------ > > Key: UIMA-3500 > URL: https://issues.apache.org/jira/browse/UIMA-3500 > Project: UIMA > Issue Type: Improvement > Components: Core Java Framework > Affects Versions: 2.4.2SDK > Reporter: Marshall Schor > Assignee: Marshall Schor > Priority: Minor > Fix For: 2.5.0SDK > > > Javadocs for Java 8 have (by default) "lint" checking enabled. The Javadocs > generated by JCasGen, many of which have elements needed by JCasGen itself > (the @generated annotations, for example), are missing the @param and @return > elements for many of the functions; these are flagged by the lint checker. > Fix these to be valid Javadoc comments by adding these elements back in. -- This message was sent by Atlassian JIRA (v6.1.4#6159)