Project: 	
  | View Revisions: Issue #48092 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0048092: org.openbravo.reporting.tools module is using bad logging (printStackTrace) | ||
| Revision | 2022-07-26 18:05 by shuehner | ||
| 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 | ||
| Revision | 2022-07-26 16:46 by shuehner | ||
| Steps To Reproduce | In any workspace having the relevant modules run to get the overview: grep -IrE "System.out|System.err|printStackTrace" | grep -v buildvalidation | grep -v modulescript | grep -v src-test | cut -d'/' -f1-2 | sort | uniq -c To get the full list (including code in question): grep -IrE "System.out|System.err|printStackTrace" | grep -v buildvalidation | grep -v modulescript | grep -v src-test | cut -d'/' -f1-2 | sort | uniq -c | ||
| Copyright © 2000 - 2009 MantisBT Group |