You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2018/01/06 16:46:02 UTC

[jira] [Closed] (MENFORCER-291) Cleanup ReactorModuleConvergence implementation

     [ https://issues.apache.org/jira/browse/MENFORCER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MENFORCER-291.
-----------------------------------------
    Resolution: Fixed

Done in [c7568bc86e30bdfddbd69c05221ca69913fb15e1|https://gitbox.apache.org/repos/asf?p=maven-enforcer.git;a=commitdiff;h=c7568bc86e30bdfddbd69c05221ca69913fb15e1]

> Cleanup ReactorModuleConvergence implementation
> -----------------------------------------------
>
>                 Key: MENFORCER-291
>                 URL: https://issues.apache.org/jira/browse/MENFORCER-291
>             Project: Maven Enforcer Plugin
>          Issue Type: Improvement
>          Components: Standard Rules
>    Affects Versions: 3.0.0-M1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Critical
>             Fix For: 3.0.0
>
>
> Currently this code is used:
> {code}
>         List<MavenProject> sortedProjects = session.getSortedProjects();
>         if ( sortedProjects != null && !sortedProjects.isEmpty() )
>         {
> {code}
> The call to {{getSortedProject()}} this way is deprecated. Should be fixed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)