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

Github Collector is collecting duplicate data #4

Open
cjdelisle opened this issue Apr 2, 2015 · 0 comments
Open

Github Collector is collecting duplicate data #4

cjdelisle opened this issue Apr 2, 2015 · 0 comments

Comments

@cjdelisle
Copy link
Contributor

In RDCGithub.java

    static {
        names.add( "forks" ); <-- duplicates forks_count
        names.add( "open_issues_count" );
        names.add( "stargazers_count" );
        names.add( "created_at" );
        names.add( "subscribers_count" );
        names.add( "open_issues" ); <-- duplicates open_issues_count
        names.add( "watchers_count" ); <-- duplicates stargazers_count
        names.add( "forks_count" );
        names.add( "size" );
        names.add( "has_wiki" );
        names.add( "updated_at" );

        parameters.put( "repository", new RDCParameter( "repository", "Repository name", "RISCOSS/riscoss-analyser", null ) );
    }
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