You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/05 18:46:40 UTC

[jira] [Commented] (DRILL-4327) Fix rawtypes warning emitted by compiler

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

ASF GitHub Bot commented on DRILL-4327:
---------------------------------------

Github user jaltekruse commented on a diff in the pull request:

    https://github.com/apache/drill/pull/347#discussion_r52048231
  
    --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/mergereceiver/MergingRecordBatch.java ---
    @@ -84,6 +64,26 @@
     import com.sun.codemodel.JExpr;
     
     /**
    + * Licensed to the Apache Software Foundation (ASF) under one
    --- End diff --
    
    Can you move this to the top of the file? It should actually come before the package statement.


> Fix rawtypes warning emitted by compiler
> ----------------------------------------
>
>                 Key: DRILL-4327
>                 URL: https://issues.apache.org/jira/browse/DRILL-4327
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Laurent Goujon
>            Assignee: Laurent Goujon
>            Priority: Minor
>
> The Drill codebase references lots of rawtypes, which generates lots of warning from the compiler.
> Since Drill is now compiled with Java 1.7, it should use generic types as much as possible.



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