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

Add new design exclusions #3

Merged
merged 1 commit into from
Jul 28, 2017
Merged

Conversation

SegFaultAX
Copy link
Contributor

  • UseVarargs - over-eager usage of varargs even in places where it's
    otherwise legitimate to use an array.

  • EmptyMethodInAbstractClassShouldBeAbstract - abstract classes should
    be allowed to provide a no-op default implementation for non-final
    methods

me_irl fixing ds-personalizer

* UseVarargs - over-eager usage of varargs even in places where it's
otherwise legitimate to use an array.

* EmptyMethodInAbstractClassShouldBeAbstract - abstract classes should
be allowed to provide a no-op default implementation for non-final
methods
@stevenschlansker stevenschlansker merged commit 285941e into master Jul 28, 2017
@stevenschlansker stevenschlansker deleted the more-design-exclusions branch July 28, 2017 19:14
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.

2 participants