[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2020-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #10 from Dominik Stadler --- See also r1824826 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2020-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 Dominik Stadler changed: What|Removed |Added Resolution|--- |FIXED Status|NEEDINFO

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-08-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #8 from Andreas Beeker --- added a fix for the junit test via r1839709 and probably fixed the issue via r1839710 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-04-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #7 from Dominik Stadler --- Look at https://builds.apache.org/view/P/view/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/ for latest build results. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #6 from Dmytro Sylaiev --- Could you please share latest snapshot? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-m

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-03-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #5 from PJ Fanning --- Dmytro Sylaiev - could you test with the latest code? Some changes were added to support ints instead of shorts? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #4 from PJ Fanning --- Java 8's unsigned int support is not at all nice. We have limitations about supporting long - eg a lot of the XSSF clases used Lists and this has the method `E get(int index);` I would argue that the pragmatic

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #3 from Mark Murphy --- Since the font index value is an xsd:unsignedInt, maybe a long is the appropriate data type. I know Java 8 kinda halfheartedly supports unsigned ints by adding some methods that treat an int as unsigned to th

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 --- Comment #2 from PJ Fanning --- I independently put together a change to use ints instead of shorts for indexing fonts. https://github.com/apache/poi/pull/102 Still would be good to have a reproducible test case though. -- You are receivin

[Bug 62108] ArrayIndexOfBounds exception when getColumnWidth()

2018-02-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108 Nick Burch changed: What|Removed |Added OS||All Status|NEW