Skip to content

Conversation

@chkpnt
Copy link

@chkpnt chkpnt commented Oct 23, 2025

Draft for FOP-2469 by applying FOP-2469-2018-07-17.patch.

*/
protected int getLineWidth(int line) {
assert lineWidth >= 0;
// assert lineWidth >= 0;
Copy link
Author

@chkpnt chkpnt Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What could be the reason for commenting out this assertion? I've compared the patches in FOP-2469 and this was introduced in Eric Lim's version of the patch. @esclim Do you remember, why you did this 7 years ago? ;-)

private int increaseMinimumWidthOfSpannedColumns(List columnsToWiden, int minSpanWidthOfSpannedCells, int minIPD, LayoutContext context) {
int totalIncrease = 0;

for (Iterator iter = columnsToWiden.iterator(); iter.hasNext();) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raw type

@esclim
Copy link

esclim commented Oct 30, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants