[ 
https://issues.apache.org/jira/browse/PDFBOX-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623845#comment-14623845
 ] 

ASF subversion and git services commented on PDFBOX-2872:
---------------------------------------------------------

Commit 1690472 from [~tilman] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1690472 ]

PDFBOX-2872: simple test

> 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]

Reply via email to