Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048092 | Modules | Reporting | public | 2021-11-17 14:39 | 2022-08-03 22:30 |
|
Reporter | vmromanos | |
Assigned To | mtaal | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0048092: org.openbravo.reporting.tools module is using bad logging (printStackTrace) |
Description | This module is using bad logging (printStackTrace) which should fixed (removing it or converting to proper log4j) |
Steps To Reproduce | grep -IrE "System.out|System.err|printStackTrace" | grep -v buildvalidation | grep -v modulescript | grep -v src-test | cut -d'/' -f1-2 | sort | uniq -c
|
Proposed Solution | Review and move the logging to proper log4j usage.
While doing that check if:
- stackTrace is really wanted
- Logging is really useful (and not developer leftover)
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0047974 | | closed | francisco_ofarril | Modules | Several modules from functional/omni team are using bad logging (System.out,System.err println or printStackTrace) | blocks | design defect | 0036162 | | acknowledged | Triage Platform Base | Openbravo ERP | clean up openbravo.log |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-11-17 14:39 | vmromanos | New Issue | |
2021-11-17 14:39 | vmromanos | Assigned To | => Triage Finance |
2021-11-17 14:39 | vmromanos | Issue generated from | 0047974 |
2021-11-17 14:39 | vmromanos | Relationship added | related to 0047974 |
2021-11-17 14:39 | vmromanos | Relationship added | blocks 0036162 |
2021-11-17 14:42 | vmromanos | Assigned To | Triage Finance => mtaal |
2022-07-26 16:46 | shuehner | Issue cloned | 0049877 |
2022-07-26 18:05 | shuehner | Summary | Reporting/WMS: Several modules are using bad logging (System.out,System.err println or printStackTrace) => org.openbravo.reporting.tools module is using bad logging (printStackTrace) |
2022-07-26 18:05 | shuehner | Description Updated | bug_revision_view_page.php?rev_id=24538#r24538 |
2022-07-26 18:05 | shuehner | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=24540#r24540 |
2022-07-26 18:07 | hgbot | Note Added: 0139618 | |
2022-08-03 22:30 | hgbot | Note Added: 0139860 | |
2022-08-03 22:30 | hgbot | Resolution | open => fixed |
2022-08-03 22:30 | hgbot | Status | new => closed |
2022-08-03 22:30 | hgbot | Note Added: 0139861 | |