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

Tibor Digana updated SUREFIRE-1381:
-----------------------------------
    Description: 
I have removed deprecated method
{code}
    @Deprecated
    protected final MasterProcessCommand getLastCommand()
    {
        return lastCommand;
    }
{code}

and the variable 
{code}
private volatile MasterProcessCommand lastCommand;
{code}
can be inlined in {{read()}} method.

  was:
I have removed deprecated method
{code}
    @Deprecated
    protected final MasterProcessCommand getLastCommand()
    {
        return lastCommand;
    }
{code}

and the variable 
{code}
private volatile MasterProcessCommand lastCommand;
{code}
can be inluned in {{read()}} method.


> Refactoring in AbstractCommandStream and MasterProcessCommand
> -------------------------------------------------------------
>
>                 Key: SUREFIRE-1381
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1381
>             Project: Maven Surefire
>          Issue Type: Task
>          Components: process forking
>            Reporter: Tibor Digana
>            Assignee: Tibor Digana
>             Fix For: 2.20.1
>
>
> I have removed deprecated method
> {code}
>     @Deprecated
>     protected final MasterProcessCommand getLastCommand()
>     {
>         return lastCommand;
>     }
> {code}
> and the variable 
> {code}
> private volatile MasterProcessCommand lastCommand;
> {code}
> can be inlined in {{read()}} method.



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

Reply via email to