Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048703Openbravo ERPA. Platformpublic2022-03-01 16:482022-03-01 16:51
shuehner 
Triage Platform Base 
normalminorhave not tried
newopen 
5
 
 
Core
No
0048703: Apply new HQL style to WidgetProvider (don't user StringBuilder)
Use String concatenation instead of StringBuffer on WidgetProvider
    
StringBuffer/Builder doesn't work nicely with the checker framework and generates some false positives, to fix this usage of StringBuffer should be changed to basic String concatenation for HQL queries of WidgetProvider.
-
No tags attached.
blocks design defect 0041287 acknowledged Triage Platform Base Tracking issue: Convert HQL to apply new style 
diff 48703.diff (1,608) 2022-03-01 16:50
https://issues.openbravo.com/file_download.php?file_id=16684&type=bug
Issue History
2022-03-01 16:48shuehnerNew Issue
2022-03-01 16:48shuehnerAssigned To => Triage Platform Base
2022-03-01 16:48shuehnerModules => Core
2022-03-01 16:48shuehnerTriggers an Emergency Pack => No
2022-03-01 16:49shuehnerRelationship addedblocks 0041287
2022-03-01 16:50shuehnerFile Added: 48703.diff
2022-03-01 16:51shuehnerNote Added: 0135366

Notes
(0135366)
shuehner   
2022-03-01 16:51   
Attachment file old work in progress change done to avoid the false positive. Maybe need some polishing for formatting/review before merging.