[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 Dominik Stadler changed: What|Removed |Added Blocks||65260 Referenced Bugs:

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 --- Comment #7 from Patric Rufflar --- Ok, so it's safe to continue with the worksheet on which setAutoSizeColumn() failed. Thanks for your effort! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 --- Comment #6 from PJ Fanning --- autoSizeColumn method will fail if the auto size tracker has not initialized - an IllegalStateException - it's up to you how to handle this -- You are receiving this mail because: You are the assignee for

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 --- Comment #5 from Patric Rufflar --- Thanks for your quick response and fix! First of all a fix in 5.2.x would be fine for me - thanks! 1. I agree - at least avoiding the NPE when not using auto-size at all is the minimum we should do. 2.

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 --- Comment #4 from PJ Fanning --- I added r1903529 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 PJ Fanning changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from PJ Fanning ---

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 --- Comment #2 from PJ Fanning --- PS We don't support POI 3.17. If we made changes, it would be in POI 5.2.x. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 66230] SheetUtil.getDefaultCharWidth() should handle AWT NPE instead of failing

2022-08-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66230 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning