[
https://issues.apache.org/jira/browse/HTTPCLIENT-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565198#action_12565198
]
Roland Weber commented on HTTPCLIENT-740:
-----------------------------------------
Hi Sebastian,
I would prefer to continue with TSCCM refactoring and bringing it to a somewhat
consistent state before starting with the goldplating. But if you want to get
started on this stuff, just go ahead. Oleg should be able to help you with
modifying the Maven build, I'll take care of my local Ant build when necessary.
I just hope the jar you mentioned is only a build-time dependency.
cheers,
Roland
> AbstractConnPool constructor calls thread.Start()
> -------------------------------------------------
>
> Key: HTTPCLIENT-740
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-740
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Reporter: Sebb
> Assignee: Roland Weber
> Priority: Trivial
> Fix For: 4.0 Alpha 3
>
>
> 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]