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

Checkstyle violations in Alpaca #390

Closed
dannylamb opened this issue Oct 5, 2016 · 0 comments
Closed

Checkstyle violations in Alpaca #390

dannylamb opened this issue Oct 5, 2016 · 0 comments

Comments

@dannylamb
Copy link
Contributor

When running gradle, checkstyle pops this on Alpaca:

[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:0: Required pattern 'Javadoc @author tag' missing in file.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:34:19: Variable 'isTriples' should be declared final.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:35:19: Variable 'hasBaseUrl' should be declared final.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:36:19: Variable 'hasIdentifier' should be declared final.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:37:19: Variable 'hasFcrepoCamelHeaders' should be declared final.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:38: Line is longer than 120 characters (found 126).
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:38:19: Variable 'hasAction' should be declared final.
[ant:checkstyle] /home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/src/main/java/ca/islandora/indexing/triplestore/TriplestoreIndexer.java:39:19: Variable 'isValid' should be declared final.
Checkstyle rule violations were found. See the report at: file:///home/daniel/Code/CLAW/Alpaca/indexing/islandora-indexing-triplestore/build/reports/checkstyle/main.html
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