[
https://issues.apache.org/jira/browse/METRON-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733373#comment-15733373
]
ASF GitHub Bot commented on METRON-618:
---------------------------------------
GitHub user justinleet opened a pull request:
https://github.com/apache/incubator-metron/pull/391
METRON-618 Eliminate Javac Warnings in metron-analytics
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/justinleet/incubator-metron METRON-618
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/391.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #391
----
commit c0f6f71924fb9795ebdeb717d431457e5366e204
Author: justinjleet <[email protected]>
Date: 2016-12-08T19:23:35Z
Eliminating warnings from the analytics package
----
> Eliminate Javac Warnings in metron-analytics
> --------------------------------------------
>
> Key: METRON-618
> URL: https://issues.apache.org/jira/browse/METRON-618
> Project: Metron
> Issue Type: Sub-task
> Affects Versions: 0.3.0
> Reporter: Justin Leet
> Assignee: Justin Leet
> Priority: Minor
>
> Kill off the java compiler warnings in maas project, as much as possible.
> Most of these are related to missing @SuppressWarnings("unchecked") on code
> that either should have them, or be refactored so it's not necessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)