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

Add checkstyle plugin, and remove demo; resolves #3 #17. #19

Merged
merged 5 commits into from Jul 31, 2017

Conversation

2 participants
@ruebot
Member

ruebot commented Jul 17, 2017

  • Add checkstyle plugin
  • Add suppression files for checkstyle
  • Address checkstyle warnings
  • Add javadocs where necessary
  • Remove demo

@lintool I could use your eyes on this one, especially with the javadocs. Hopefully I captured everything accurately.

Add checkstyle plugin, and remove demo; resolves #3 #17.
* Add checkstyle plugin
* Add suppression files for checkstyle
* Address checkstyle warnings
* Add javadocs where necessary
* Remove demo
@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Jul 17, 2017

Member

Grrr. I forgot to pull down master.

Member

ruebot commented Jul 17, 2017

Grrr. I forgot to pull down master.

ruebot added some commits Jul 17, 2017

@codecov

This comment has been minimized.

Show comment
Hide comment
@codecov

codecov bot Jul 17, 2017

Codecov Report

Merging #19 into master will increase coverage by 3.27%.
The diff coverage is 72.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   40.13%   43.41%   +3.27%     
==========================================
  Files          43       42       -1     
  Lines         897      850      -47     
  Branches      150      148       -2     
==========================================
+ Hits          360      369       +9     
+ Misses        493      437      -56     
  Partials       44       44
Impacted Files Coverage Δ
...ava/io/archivesunleashed/io/ArcRecordWritable.java 65.21% <66.66%> (+1.58%) ⬆️
...ivesunleashed/mapreduce/WacGenericInputFormat.java 73.07% <66.66%> (ø) ⬆️
...ava/io/archivesunleashed/data/WarcRecordUtils.java 61.53% <66.66%> (+0.42%) ⬆️
...rchivesunleashed/mapreduce/WacWarcInputFormat.java 75.6% <66.66%> (ø) ⬆️
...archivesunleashed/mapreduce/WacArcInputFormat.java 75.6% <66.66%> (ø) ⬆️
...va/io/archivesunleashed/io/WarcRecordWritable.java 65.21% <66.66%> (+1.58%) ⬆️
...java/io/archivesunleashed/data/ArcRecordUtils.java 85.29% <77.77%> (-2.21%) ⬇️
...ivesunleashed/io/GenericArchiveRecordWritable.java 68.08% <85.71%> (+2.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 962bcf3...0ec8ab1. Read the comment docs.

codecov bot commented Jul 17, 2017

Codecov Report

Merging #19 into master will increase coverage by 3.27%.
The diff coverage is 72.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   40.13%   43.41%   +3.27%     
==========================================
  Files          43       42       -1     
  Lines         897      850      -47     
  Branches      150      148       -2     
==========================================
+ Hits          360      369       +9     
+ Misses        493      437      -56     
  Partials       44       44
Impacted Files Coverage Δ
...ava/io/archivesunleashed/io/ArcRecordWritable.java 65.21% <66.66%> (+1.58%) ⬆️
...ivesunleashed/mapreduce/WacGenericInputFormat.java 73.07% <66.66%> (ø) ⬆️
...ava/io/archivesunleashed/data/WarcRecordUtils.java 61.53% <66.66%> (+0.42%) ⬆️
...rchivesunleashed/mapreduce/WacWarcInputFormat.java 75.6% <66.66%> (ø) ⬆️
...archivesunleashed/mapreduce/WacArcInputFormat.java 75.6% <66.66%> (ø) ⬆️
...va/io/archivesunleashed/io/WarcRecordWritable.java 65.21% <66.66%> (+1.58%) ⬆️
...java/io/archivesunleashed/data/ArcRecordUtils.java 85.29% <77.77%> (-2.21%) ⬇️
...ivesunleashed/io/GenericArchiveRecordWritable.java 68.08% <85.71%> (+2.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 962bcf3...0ec8ab1. Read the comment docs.

@ruebot

This comment has been minimized.

Show comment
Hide comment
@ruebot

ruebot Jul 18, 2017

Member

@lintool should be good to go. Let me know if there are any issues from your perspective.

Member

ruebot commented Jul 18, 2017

@lintool should be good to go. Let me know if there are any issues from your perspective.

@ruebot ruebot referenced this pull request Jul 27, 2017

Closed

Retarget Hadoop #9

@lintool

This comment has been minimized.

Show comment
Hide comment
@lintool

lintool Jul 31, 2017

Member

lgtm - shipit!

Member

lintool commented Jul 31, 2017

lgtm - shipit!

@lintool lintool merged commit bb2e665 into master Jul 31, 2017

4 checks passed

codecov/patch 72.5% of diff hit (target 40.13%)
Details
codecov/project 43.41% (+3.27%) compared to 962bcf3
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@ruebot ruebot deleted the issue-3 branch Jul 31, 2017

@ruebot ruebot added this to Done in 1.0.0 Release of AUT Aug 25, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment