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...
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108
Dominik Stadler changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEEDINFO
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.
---
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.
--
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
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.
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=62108
Nick Burch changed:
What|Removed |Added
OS||All
Status|NEW
10 matches
Mail list logo