Hi,

On Wed, Apr 21, 2010 at 3:39 PM, Omar Chiyean <[email protected]> wrote:
> By the way no modification to this files...
> On other files i've made modifications but not from o.a.p.cos

Can you check that line 79 of your copy of
src/main/java/org/apache/pdfbox/cos/COSInteger.java is:

    public static COSInteger get(long val) {

and that line 34 of src/test/java/org/apache/pdfbox/cos/TestCOSInteger.java is:

    Assert.assertEquals(i, COSInteger.get(i).intValue());

You may also want to try re-downloading the sources and doing a fresh
compile without local modifications to any files.

BR,

Jukka Zitting

Reply via email to