Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile basic examples from current clone #46

Open
lwhite1 opened this issue Jul 22, 2016 · 0 comments
Open

Unable to compile basic examples from current clone #46

lwhite1 opened this issue Jul 22, 2016 · 0 comments

Comments

@lwhite1
Copy link

lwhite1 commented Jul 22, 2016

Hi, Just getting started with this awesome library.

I cloned the repo, opened up the histogram example in Idea, and tried to run it. The class was
com.metsci.glimpse.examples.basic.HistogramPlotExample

I got this compilation error:

Error:(375, 32) java: incompatible types: java.util.List<capture#1 of ? extends K> cannot be converted to java.util.List<K>

compiling this method:

    public static final <K> List<K> newUnmodifiableList( Collection<? extends K> c )
    {
        return unmodifiableList( newArrayList( c ) );
    }

in the package com.metsci.glimpse.util;

Guidance would be greatly appreciated. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant