You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/09/11 00:15:34 UTC

[Bug 52266] Code:Inconsistent synchronization

https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

--- Comment #8 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/r1521665
Log:
Code:Inconsistent synchronization
AtomicBoolean and AtomicInt are not necessary when values are simply written
and read and the previous value is irrelevant (e.g. AtomicInt would be needed
if the value was incremented)
Bugzilla Id: 52266

Modified:
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

-- 
You are receiving this mail because:
You are the assignee for the bug.