You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2021/05/21 12:58:00 UTC

[jira] [Created] (HADOOP-17726) Replace Sets#newHashSet() and newTreeSet() with constructors directly

Viraj Jasani created HADOOP-17726:
-------------------------------------

             Summary: Replace Sets#newHashSet() and newTreeSet() with constructors directly
                 Key: HADOOP-17726
                 URL: https://issues.apache.org/jira/browse/HADOOP-17726
             Project: Hadoop Common
          Issue Type: Task
            Reporter: Viraj Jasani


As per the guidelines provided by Guava Sets#newHashSet() and Sets#newTreeSet(), we should get rid of them and use newHashSet<>() and newTreeSet<>() directly.

Once HADOOP-17115, HADOOP-17721, HADOOP-17722 and HADOOP-17720 are fixed, please feel free to take this up.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org