We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ) ); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In RDCGithub.java
The text was updated successfully, but these errors were encountered: