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

Issue #4707: fixed abstraction IDEA violations #4718

Merged
merged 1 commit into from
Jul 14, 2017

Conversation

Nimfadora
Copy link
Contributor

Issue #4707

fixed all IDEA violations from this report

except BooleanParameter which will be addressed in #4709

@@ -437,6 +437,9 @@ public void finishLocalSetup() throws CheckstyleException {
childContext = context;
}

/**
* @noinspection ChainOfInstanceofChecks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this still start with {@inheritDoc} since it is an overridden method and you are not re-defining the description?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it would be better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -1929,6 +1940,7 @@
<option name="m_minLength" value="4" />
<option name="m_maxLength" value="64" />
</inspection_tool>
<!-- we are a library, not used my us heavily does not mean that is not required -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my -> by?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@romani
Copy link
Member

romani commented Jul 14, 2017

wercker is relaunched, TC should be fixed.

@codecov-io
Copy link

codecov-io commented Jul 14, 2017

Codecov Report

Merging #4718 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #4718   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         287     287           
  Lines       15386   15386           
  Branches     3501    3501           
======================================
  Hits        15386   15386
Impacted Files Coverage Δ
.../java/com/puppycrawl/tools/checkstyle/Checker.java 100% <ø> (ø) ⬆️

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 66d866e...bd12690. Read the comment docs.

@romani romani merged commit 370ce01 into checkstyle:master Jul 14, 2017
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

Successfully merging this pull request may close these issues.

4 participants