[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [jira] [Created] (LANG-1335) Apply valid "Code Inspection" results from IntelliJ IDEA to codebase
From:       "Jonathan Bluett-Duncan (JIRA)" <jira () apache ! org>
Date:       2017-05-30 23:53:04
Message-ID: JIRA.13076031.1496188358000.326171.1496188384080 () Atlassian ! JIRA
[Download RAW message or body]

Jonathan Bluett-Duncan created LANG-1335:
--------------------------------------------

             Summary: Apply valid "Code Inspection" results from IntelliJ IDEA to \
codebase  Key: LANG-1335
                 URL: https://issues.apache.org/jira/browse/LANG-1335
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Jonathan Bluett-Duncan
            Priority: Trivial


Hi all. I am interested in going through common-lang's code base with IntelliJ IDEA \
and applying a number of automatic refactorings that would help to make the code base \
easier to read, a little more performant, or overall more maintainable (and also make \
IntelliJ IDEA itself report less warnings). Is this something that the commons-lang \
team would find useful?

Examples of refactorings that I could apply include:
- Replace manual array-to-collection copy operations with `Collections.addAll()`.
- Replacing simple `String(Buffer|Builder)` usages with direct `String` \
                concatenations or `String.format()`.
- Removing redundant type arguments, e.g. `Arrays.<E> asList(values)` -> \
`Arrays.asList(values)`.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic