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

2016-05-02 Thread Roger Whitcomb (JIRA)

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

Roger Whitcomb commented on PIVOT-976:
--

The rest of the "wtk" files:
Sendingwtk/src/org/apache/pivot/wtk/TextArea.java
Sendingwtk/src/org/apache/pivot/wtk/TextPane.java
Sendingwtk/src/org/apache/pivot/wtk/TreeView.java
Sendingwtk/src/org/apache/pivot/wtk/VFSBrowser.java
Sendingwtk/src/org/apache/pivot/wtk/VFSBrowserSheet.java
Transmitting file data .
Committed revision 1742040.


> 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
>
>
> 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 "" that could/should just be "".



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


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

2016-05-02 Thread Roger Whitcomb (JIRA)

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

Roger Whitcomb commented on PIVOT-976:
--

Some more files changed:  in the "wtk" subdirectories:
Sendingwtk/src/org/apache/pivot/wtk/content/NumericSpinnerData.java
Sendingwtk/src/org/apache/pivot/wtk/effects/Decorator.java
Sendingwtk/src/org/apache/pivot/wtk/effects/RotationDecorator.java
Sendingwtk/src/org/apache/pivot/wtk/effects/ShadeDecorator.java
Sendingwtk/src/org/apache/pivot/wtk/effects/Transition.java
Sendingwtk/src/org/apache/pivot/wtk/effects/TransitionListener.java
Sendingwtk/src/org/apache/pivot/wtk/media/BufferedImageSerializer.java
Sendingwtk/src/org/apache/pivot/wtk/media/ImageListener.java
Sendingwtk/src/org/apache/pivot/wtk/media/MovieListener.java
Transmitting file data .
Committed revision 1742028.


> 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
>
>
> 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 "" that could/should just be "".



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


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

2016-05-02 Thread Roger Whitcomb (JIRA)

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

Roger Whitcomb commented on PIVOT-976:
--

Finish up the "Listener" classes and a few more:
Sendingwtk/src/org/apache/pivot/wtk/TabPaneAttributeListener.java
Sendingwtk/src/org/apache/pivot/wtk/TabPaneListener.java
Sendingwtk/src/org/apache/pivot/wtk/TabPaneSelectionListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextArea.java
Sendingwtk/src/org/apache/pivot/wtk/TextAreaBindingListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextAreaListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextAreaSelectionListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextInput.java
Sendingwtk/src/org/apache/pivot/wtk/TextInputBindingListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextInputContentListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextInputListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextPaneCharacterListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextPaneListener.java
Sendingwtk/src/org/apache/pivot/wtk/TextPaneSelectionListener.java
Sendingwtk/src/org/apache/pivot/wtk/Theme.java
Sendingwtk/src/org/apache/pivot/wtk/TreeView.java
Sendingwtk/src/org/apache/pivot/wtk/TreeViewBranchListener.java
Sendingwtk/src/org/apache/pivot/wtk/TreeViewListener.java
Sendingwtk/src/org/apache/pivot/wtk/TreeViewNodeListener.java
Sendingwtk/src/org/apache/pivot/wtk/TreeViewNodeStateListener.java
Sendingwtk/src/org/apache/pivot/wtk/TreeViewSelectionListener.java
Sendingwtk/src/org/apache/pivot/wtk/VFSBrowserListener.java
Sendingwtk/src/org/apache/pivot/wtk/VFSBrowserSheetListener.java
Sendingwtk/src/org/apache/pivot/wtk/Viewport.java
Sendingwtk/src/org/apache/pivot/wtk/ViewportListener.java
Sendingwtk/src/org/apache/pivot/wtk/WindowActionMappingListener.java
Sendingwtk/src/org/apache/pivot/wtk/WindowClassListener.java
Sendingwtk/src/org/apache/pivot/wtk/WindowListener.java
Sendingwtk/src/org/apache/pivot/wtk/WindowStateListener.java
Transmitting file data .
Committed revision 1742009.


> 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
>
>
> 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 "" that could/should just be "".



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