AbstractConnPool constructor calls thread.Start()
-------------------------------------------------
Key: HTTPCLIENT-740
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-740
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Reporter: Sebb
AbstractConnPool constructor calls thread.Start()
Findbugs says:
Constructor invokes Thread.start()
The constructor starts a thread. This is likely to be wrong if the class is
ever extended/subclassed, since the thread will be started before the subclass
constructor is started.
The class is not final (and the constructor is protected) which suggests that
the class is intended to be extended...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]