You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (JIRA)" <ji...@apache.org> on 2019/04/24 17:44:00 UTC

[jira] [Created] (MRESOLVER-88) Code style cleanup to use Java 7 features

Sylwester Lachiewicz created MRESOLVER-88:
---------------------------------------------

             Summary: Code style cleanup to use Java 7 features
                 Key: MRESOLVER-88
                 URL: https://issues.apache.org/jira/browse/MRESOLVER-88
             Project: Maven Resolver
          Issue Type: Improvement
            Reporter: Sylwester Lachiewicz


* use diamond <>
 * use Object.equals/hashCode
 * remove redundant boxing/unboxing
 * collapse identical catch blocks
 * try/catch with resource close
 * any additional code style fixes



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)