[Bug 52266] Code:Inconsistent synchronization

2013-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

--- Comment #8 from Sebb s...@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.


[Bug 52266] Code:Inconsistent synchronization

2012-08-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

Philippe Mouawad p.moua...@ubik-ingenierie.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Philippe Mouawad p.moua...@ubik-ingenierie.com ---
Date: Fri Aug 24 18:51:51 2012
New Revision: 1377045

URL: http://svn.apache.org/viewvc?rev=1377045view=rev
Log:
Bug 52266 - Code:Inconsistent synchronization
Bugzilla Id: 52266

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java
   
jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java
jmeter/trunk/xdocs/changes.xml

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


[Bug 52266] Code:Inconsistent synchronization

2012-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

--- Comment #6 from Philippe Mouawad p.moua...@ubik-ingenierie.com ---
(In reply to comment #2)
 Date: Sun Dec  4 11:52:25 2011
 New Revision: 1210093
 
 URL: http://svn.apache.org/viewvc?rev=1210093view=rev
 Log:
 Bug 52266 - Code:Inconsistent synchronization
 
 Modified:
jmeter/trunk/src/core/org/apache/jmeter/services/FileServer.java
 (In reply to comment #1)
  Date: Sun Dec  4 11:46:18 2011
  New Revision: 1210091
  
  URL: http://svn.apache.org/viewvc?rev=1210091view=rev
  Log:
  Bug 52266 - Code:Inconsistent synchronization
  
  Modified:
 
  jmeter/trunk/src/functions/org/apache/jmeter/functions/StringFromFile.java
  
  (In reply to comment #0)
   We need to check these:
   Inconsistent synchronization of
   org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerDownloadImages;
   locked 50% of time
FIXED
   Inconsistent synchronization of
   org.apache.jmeter.functions.StringFromFile.myBread; locked 70% of time
  FIXED
   Inconsistent synchronization of
   org.apache.jmeter.functions.StringFromFile.fileName; locked 87% of time
  FIXED
   Inconsistent synchronization of
   org.apache.jmeter.protocol.http.proxy.ProxyControl.useKeepAlive; locked 
   50% of
   time
FIXED
   Inconsistent synchronization of
   org.apache.jmeter.visualizers.ViewResultsFullVisualizer.jTree; locked 90% 
   of
   time
   Inconsistent synchronization of 
   org.apache.jmeter.services.FileServer.base;
   locked 83% of time
 FIXED
   Inconsistent synchronization of
   org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerFollowRedirects;
   locked 50% of time
FIXED
   Inconsistent synchronization of
   org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerRedirectAutomatically;
   locked 50% of time
FIXED
   Inconsistent synchronization of
   org.apache.jmeter.protocol.jdbc.config.DataSourceElement.excaliburSource;
   locked 83% of time = Issue confirmed

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


DO NOT REPLY [Bug 52266] Code:Inconsistent synchronization

2011-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

Philippe Mouawad p.moua...@ubik-ingenierie.com changed:

   What|Removed |Added

 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #1 from Philippe Mouawad p.moua...@ubik-ingenierie.com 2011-12-04 
11:47:03 UTC ---
Date: Sun Dec  4 11:46:18 2011
New Revision: 1210091

URL: http://svn.apache.org/viewvc?rev=1210091view=rev
Log:
Bug 52266 - Code:Inconsistent synchronization

Modified:
   jmeter/trunk/src/functions/org/apache/jmeter/functions/StringFromFile.java

(In reply to comment #0)
 We need to check these:
 Inconsistent synchronization of
 org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerDownloadImages;
 locked 50% of time
 Inconsistent synchronization of
 org.apache.jmeter.functions.StringFromFile.myBread; locked 70% of time
FIXED
 Inconsistent synchronization of
 org.apache.jmeter.functions.StringFromFile.fileName; locked 87% of time
FIXED
 Inconsistent synchronization of
 org.apache.jmeter.protocol.http.proxy.ProxyControl.useKeepAlive; locked 50% of
 time
 Inconsistent synchronization of
 org.apache.jmeter.visualizers.ViewResultsFullVisualizer.jTree; locked 90% of
 time
 Inconsistent synchronization of org.apache.jmeter.services.FileServer.base;
 locked 83% of time
 Inconsistent synchronization of
 org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerFollowRedirects;
 locked 50% of time
 Inconsistent synchronization of
 org.apache.jmeter.protocol.http.proxy.ProxyControl.samplerRedirectAutomatically;
 locked 50% of time
 Inconsistent synchronization of
 org.apache.jmeter.protocol.jdbc.config.DataSourceElement.excaliburSource;
 locked 83% of time = Issue confirmed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52266] Code:Inconsistent synchronization

2011-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52266

--- Comment #3 from Sebb s...@apache.org 2011-12-05 00:13:42 UTC ---
URL: http://svn.apache.org/viewvc?rev=1210289view=rev
Log:
Bug 52266 - Code:Inconsistent synchronization
Ensure safe publication of variables

Modified:
   jmeter/trunk/src/functions/org/apache/jmeter/functions/StringFromFile.java

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.