You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lei Chang (JIRA)" <ji...@apache.org> on 2015/11/21 03:53:11 UTC

[jira] [Closed] (HAWQ-28) Fix JavaDoc warnings and errors introduced by Java8

     [ https://issues.apache.org/jira/browse/HAWQ-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lei Chang closed HAWQ-28.
-------------------------

> Fix JavaDoc warnings and errors introduced by Java8
> ---------------------------------------------------
>
>                 Key: HAWQ-28
>                 URL: https://issues.apache.org/jira/browse/HAWQ-28
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Noa Horn
>            Assignee: Noa Horn
>             Fix For: 2.0.0-beta-incubating
>
>
> Compiling PXF with Java8 resulted in hundreds of errors and warnings, all due to a stricter javadoc rules enforcement introduced in Java8.
> * non-HTML characters in the documentation resulted in an error.
> E.g. > or <.
> * Missing tags in a function description resulted in a warning.
> @param, @return and @throws tags.
> * Missing description for a tag resulted in a warning
> E.g. @param param1 (without description).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)