Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472306 - =dev-java/invokebinder-1.2 - Tests fail to compile.
Summary: =dev-java/invokebinder-1.2 - Tests fail to compile.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 16:27 UTC by Tom Wijsman (TomWij) (RETIRED)
Modified: 2015-10-16 15:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-04 16:27:03 UTC
compile-tests:
    [mkdir] Created dir: /var/tmp/portage/dev-java/invokebinder-1.2/work/invokebinder-invokebinder-1.2/target/test-classes
    [javac] Compiling 3 source files to /var/tmp/portage/dev-java/invokebinder-1.2/work/invokebinder-invokebinder-1.2/target/test-classes
    [javac] /var/tmp/portage/dev-java/invokebinder-1.2/work/invokebinder-invokebinder-1.2/src/test/java/com/headius/invokebinder/BinderTest.java:680: error: inconvertible types
    [javac]         assertEquals(1, (int)handle.invokeExact(stringAry));
    [javac]                                                ^
    [javac]   required: int
    [javac]   found:    Object
    [javac] /var/tmp/portage/dev-java/invokebinder-1.2/work/invokebinder-invokebinder-1.2/src/test/java/com/headius/invokebinder/BinderTest.java:698: error: inconvertible types
    [javac]             int x = (int)handle.invokeExact(stringAry);
    [javac]                                            ^
    [javac]   required: int
    [javac]   found:    Object
    [javac] /var/tmp/portage/dev-java/invokebinder-1.2/work/invokebinder-invokebinder-1.2/src/test/java/com/headius/invokebinder/BinderTest.java:725: error: inconvertible types
    [javac]             assertEquals(1, (int)handle.invokeExact(stringAry));
    [javac]                                                    ^
    [javac]   required: int
    [javac]   found:    Object
    [javac] 3 errors
Comment 1 Patrice Clement gentoo-dev 2015-10-16 15:21:17 UTC
commit c41f657 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Fri Oct 16 15:18:50 2015 +0000

    dev-java/invokebinder: Clean up old. Fixes bug 472306.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 delete mode 100644 dev-java/invokebinder/files/invokebinder-1.2-build.xml
 delete mode 100644 dev-java/invokebinder/invokebinder-1.2.ebuild

We have 1.6 in the tree and all tests pass fine with this version.