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

Implement SingleEmptyConstructor analyzer #20

Closed
Vannevelj opened this issue May 3, 2015 · 1 comment
Closed

Implement SingleEmptyConstructor analyzer #20

Vannevelj opened this issue May 3, 2015 · 1 comment
Milestone

Comments

@Vannevelj
Copy link
Owner

If there is only one public constructor which is parameterless and does not contain code inside, offer to remove it.

Discussion note: if there are comments inside the constructor's body, I would suggest to not display a warning.

Vannevelj added a commit that referenced this issue Aug 5, 2015
Close issue #20 - Find and remove public empty ctor's with no comments and no attributes.
@Vannevelj
Copy link
Owner Author

Fixed in #113 by @Hosch250

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

No branches or pull requests

2 participants