You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2015/04/29 00:51:06 UTC

[jira] [Created] (ACCUMULO-3759) Remove javac warnings when building with Java 8

Christopher Tubbs created ACCUMULO-3759:
-------------------------------------------

             Summary: Remove javac warnings when building with Java 8
                 Key: ACCUMULO-3759
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3759
             Project: Accumulo
          Issue Type: Task
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
            Priority: Minor
             Fix For: 1.7.0


Building with JDK8 produces some new compiler warnings that reveal some things that we probably shouldn't be doing.

Specifically, there's a warning about a missing hashCode function in a class which implements equals, and the rest are warnings about a top-level class not being in its own file for the CleanUp classes in some fate classes.



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