DefaultMavenExecutionRequest - dead store to local variable
-----------------------------------------------------------

                 Key: MNG-4588
                 URL: http://jira.codehaus.org/browse/MNG-4588
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 2.2.1
            Reporter: Maciej Szarlinski
            Priority: Minor


Method setSession(MavenSession session) in DefaultMavenExecutionRequest assigns 
parameter to itself, so that variable session can't be changed. It should be: 
this.session = session;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to