FlowingCode / GridExporterAddon

Other
10 stars 8 forks source link

Replace printStackTrace() with proper logging in PdfStreamResourceWriter #120

Open coderabbitai[bot] opened 1 month ago

coderabbitai[bot] commented 1 month ago

The use of in the class should be replaced with proper logging to avoid console outputs in production code. This issue was identified during a refactor and is discussed in this PR: https://github.com/FlowingCode/GridExporterAddon/pull/119. The problematic code can be found here: https://github.com/FlowingCode/GridExporterAddon/blob/9fafac333446d04648174ca9f18274060ce4e204/src/main/java/com/flowingcode/vaadin/addons/gridexporter/PdfInputStreamFactory.java#L71