Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.6
-
None
-
Operating System: All
Platform: PC
-
33473
Description
In a constructor of ColorCode
(org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements) there
could be a normalization check to ensure that even if the color string is in
form FFFF:0000:0000 it will be normalized to
org.apache.poi.hssf.util.HSSFColor's form which is FFFF:0:0. I've spend a lot on
debugging to get what's going on...
(org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements) there
could be a normalization check to ensure that even if the color string is in
form FFFF:0000:0000 it will be normalized to
org.apache.poi.hssf.util.HSSFColor's form which is FFFF:0:0. I've spend a lot on
debugging to get what's going on...