GitHub user Tibor17 opened a pull request:

    https://github.com/apache/maven-surefire/pull/91

    [SUREFIRE] Refactoring

    + Java 5 for-each instead of Iterator
    + optimized loops
    + optimized branching
    + optimized use of this pointer
    + using Java Generics instead of java.util.Properties
    + removed unnecessary cast
    + boolean instead of Boolean
    + isEmpty() instead of Collection#size() == 0
    + removed unused code
    + resolved warnings shown by IntelliJ IDEA

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Tibor17/maven-surefire s2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/91.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 #91
    
----
commit e8ce9c2150641aefa6119dc8131a62874c7c34ea
Author: Tibor17 <tibo...@lycos.com>
Date:   2015-05-06T00:45:56Z

    [SUREFIRE] Refactoring

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to