You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Noa Horn (JIRA)" <ji...@apache.org> on 2015/10/09 02:44:28 UTC

[jira] [Updated] (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 ]

Noa Horn updated HAWQ-28:
-------------------------
    Description: 
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).

  was:Compiling PXF with Java8 resulted in hundreds of errors and warnings, all due to a stricter javadoc rules enforcement introduced in Java8.


> 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: Bug
>          Components: External Tables & PXF
>            Reporter: Noa Horn
>            Assignee: Noa Horn
>
> 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)