Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009423Openbravo ERPA. Platformpublic2009-06-10 16:292009-07-27 00:00
shuehner 
vmromanos 
urgentmajorhave not tried
closedfixed 
5
pi 
2.50MP3 
Core
No
0009423: UpdateReferenceData has static class members
This class has static and instance class members used from the doPost-method. This will lead to hard to reproduce/timing-dependent bugs when used from multiple users at the same time.
Remove strError completely as it is only read but never written into.

Change code so that m_info StringBuffer is not longer a class member.
250MP3releasecandidate
related to defect 0009421 closed rakheemohanlal ReportProjectProfitabilityJR: static class members 
Issue History
2009-06-10 16:29shuehnerNew Issue
2009-06-10 16:29shuehnerAssigned To => rafaroda
2009-06-10 16:29shuehnerRelationship addedrelated to 0009421
2009-06-10 17:44psarobeStatusnew => scheduled
2009-06-10 17:44psarobefix_in_branch => pi
2009-06-10 20:53shuehnerAssigned Torafaroda => eduardo_Argal
2009-06-10 20:53shuehnerPrioritynormal => urgent
2009-06-10 20:53shuehnerfix_in_branchpi =>
2009-07-16 12:32vmromanosAssigned Toeduardo_Argal => vmromanos
2009-07-16 13:41hgbotCheckin
2009-07-16 13:41hgbotNote Added: 0018316
2009-07-16 13:41hgbotStatusscheduled => resolved
2009-07-16 13:41hgbotResolutionopen => fixed
2009-07-16 13:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5c1a0273b68fa9463b8f58860f933b0af2029b13 [^]
2009-07-21 16:24psarobeFixed in Version => 2.50MP3
2009-07-21 16:26psarobeTag Attached: 250MP3releasecandidate
2009-07-26 22:01psarobeStatusresolved => closed
2009-07-27 00:00anonymoussf_bug_id0 => 2827483

Notes
(0018316)
hgbot   
2009-07-16 13:41   
Repository: erp/devel/pi
Changeset: 5c1a0273b68fa9463b8f58860f933b0af2029b13
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Jul 16 13:41:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5c1a0273b68fa9463b8f58860f933b0af2029b13 [^]

Fixed bug 9423: UpdateReferenceData has static class members

---
M src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData.java
---