Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048703 | Openbravo ERP | A. Platform | public | 2022-03-01 16:48 | 2022-03-01 16:51 |
|
Reporter | shuehner | |
Assigned To | Triage Platform Base | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048703: Apply new HQL style to WidgetProvider (don't user StringBuilder) |
Description | 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.
|
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | design defect | 0041287 | | acknowledged | Triage Platform Base | Tracking issue: Convert HQL to apply new style |
|
Attached Files | 48703.diff (1,608) 2022-03-01 16:50 https://issues.openbravo.com/file_download.php?file_id=16684&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2022-03-01 16:48 | shuehner | New Issue | |
2022-03-01 16:48 | shuehner | Assigned To | => Triage Platform Base |
2022-03-01 16:48 | shuehner | Modules | => Core |
2022-03-01 16:48 | shuehner | Triggers an Emergency Pack | => No |
2022-03-01 16:49 | shuehner | Relationship added | blocks 0041287 |
2022-03-01 16:50 | shuehner | File Added: 48703.diff | |
2022-03-01 16:51 | shuehner | Note Added: 0135366 | |