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

Hudson commented on ZOOKEEPER-1169:
-----------------------------------

Integrated in ZooKeeper-trunk-jdk7 #14 (See 
[https://builds.apache.org/job/ZooKeeper-trunk-jdk7/14/])
    ZOOKEEPER-1169. Fix compiler (eclipse) warnings in (generated) jute code 
(Thomas Koch via phunt)

phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1164710
Files : 
* /zookeeper/trunk/CHANGES.txt
* /zookeeper/trunk/src/java/main/org/apache/jute/compiler/JBuffer.java
* /zookeeper/trunk/src/java/main/org/apache/jute/compiler/JRecord.java
* /zookeeper/trunk/src/java/main/org/apache/jute/compiler/generated/rcc.jj


> Fix compiler (eclipse) warnings in (generated) jute code
> --------------------------------------------------------
>
>                 Key: ZOOKEEPER-1169
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1169
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Thomas Koch
>            Assignee: Thomas Koch
>            Priority: Minor
>             Fix For: 3.4.0
>
>         Attachments: ZOOKEEPER-1169.patch
>
>
> Fixes for compiled jute parser:
> - missing generic types
> - added @SuppressWarnings("unused") because javacc adds a dead throws clause 
> at the
>       end of functions.
> Fixes for code compiled by jute compiler:
> - remove import java.util.* and use full ref to java.util.Arrays
> One warning fixed in non-compiled code:
> src/java/main/org/apache/jute/compiler/JRecord.java
> Rationale: The warnings in your IDE (eclipse) get useless if there are tons 
> of them. This patch reduces many of them. Another issue with patch will 
> reduce them to 8.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to