Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049877 | Modules | Distribution Orders | public | 2022-07-26 16:46 | 2022-08-03 22:51 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
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 | 0049877: Distribution Orders module is using bad logging (System.out,System.err println or 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 | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-07-26 16:46 | shuehner | New Issue | |
2022-07-26 16:46 | shuehner | Assigned To | => mtaal |
2022-07-26 16:46 | shuehner | Issue generated from | 0048092 |
2022-07-26 16:46 | shuehner | Assigned To | mtaal => shuehner |
2022-07-26 16:54 | hgbot | Note Added: 0139617 | |
2022-07-26 16:55 | shuehner | Relationship added | blocks 0036162 |
2022-08-03 22:51 | hgbot | Resolution | open => fixed |
2022-08-03 22:51 | hgbot | Status | new => closed |
2022-08-03 22:51 | hgbot | Note Added: 0139862 | |
2022-08-03 22:51 | hgbot | Note Added: 0139863 | |