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

Oleg Kalnichevski resolved HTTPCLIENT-786.
------------------------------------------

    Resolution: Fixed

Most of impl.conn & impl.conn.tsccm introduced in 4.0 have been deprecated and 
superseded by a newer pooling connection manager. New classes expose instance 
variables through getters only.

Oleg   

> variables should be accessed through getters
> --------------------------------------------
>
>                 Key: HTTPCLIENT-786
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-786
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.0 Alpha 4
>            Reporter: Sam Berlin
>             Fix For: Future
>
>
> Some attention should be placed on classes who shared their variables 
> directly (as opposed to through a getter). This is sometimes OK for 
> subclasses, but rarely good for other classes that use the objects. There's a 
> small number of classes that have non-private variables, especially in the 
> impl.conn & impl.conn.tsccm packages.
> See HTTPCLIENT-745 .

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to