Tilman Hausherr created PDFBOX-2872:
---------------------------------------
Summary: Matrix.toCOSArray() has constant return
Key: PDFBOX-2872
URL: https://issues.apache.org/jira/browse/PDFBOX-2872
Project: PDFBox
Issue Type: Bug
Components: Utilities
Affects Versions: 2.0.0
Reporter: Tilman Hausherr
Fix For: 2.0.0
Another anomaly in the matrix:
{code}
public COSArray toCOSArray()
{
COSArray array = new COSArray();
array.add(new COSFloat(0));
array.add(new COSFloat(1));
array.add(new COSFloat(3));
array.add(new COSFloat(4));
array.add(new COSFloat(6));
array.add(new COSFloat(7));
return array;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]