You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2015/08/05 21:38:04 UTC

[jira] [Commented] (PIVOT-976) Many, many Javadoc errors building with Java 8

    [ https://issues.apache.org/jira/browse/PIVOT-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14658738#comment-14658738 ] 

Roger Whitcomb commented on PIVOT-976:
--------------------------------------

First wave of these changes:
Correct the "self-closing element not allowed" errors from using "<br/>" instead of just "<br>".

Sending        wtk/src/org/apache/pivot/wtk/Component.java
Sending        wtk/src/org/apache/pivot/wtk/DesktopApplicationContext.java
Sending        wtk/src/org/apache/pivot/wtk/RadioButtonGroup.java
Sending        wtk/src/org/apache/pivot/wtk/Theme.java
Sending        wtk/src/org/apache/pivot/wtk/effects/Transition.java
Sending        wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme.java
Transmitting file data ......
Committed revision 1694299.


> Many, many Javadoc errors building with Java 8
> ----------------------------------------------
>
>                 Key: PIVOT-976
>                 URL: https://issues.apache.org/jira/browse/PIVOT-976
>             Project: Pivot
>          Issue Type: Bug
>          Components: all
>    Affects Versions: 2.0.4, 2.1
>         Environment: OSX 10.10.4, Java 1.8.0_45
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>            Priority: Minor
>             Fix For: 2.1, 2.0.5
>
>
> Java 8 has tightened up the description of Javadoc so that stuff that Java 7 ignored is now being flagged as either errors or warnings.  Currently there are 64 errors and 100 warnings if you do "ant clean doc" with Java 8.
> Many of these are due to @param tags that have no description for the parameter.  A lot more are due to "<br/>" that could/should just be "<br>".



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