OpenPDF
OpenPDF copied to clipboard
Added check/error in PdfPTable.addCell
Description of the new Feature/Bugfix
I added a custom error message to PdfPTable.addCell(PdfPTable table) if the user called addCell with itself as the parameter.
Related Issue: Previously, the error would grow in the terminal, which made it a nightmare to troubleshoot. The error was also not descriptive, makin it even harder to troubleshoot.
Unit-Tests for the new Feature/Bugfix
Compatibilities Issues
The PdfPTable.addCell method signature was changed - now it can throw a DocumentException, but no repository code should be impacted..
Your real name
Steven Streasick
Testing details
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code