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

refactor: fix bad smell Non-Protected-Constructor-in-Abstract-Class #2

Conversation

MartinWitt
Copy link
Contributor

Repairing Code Style Issues

Non-Protected-Constructor-in-Abstract-Class

A non-protected constructor in an abstract class is not needed because only subclasses can be instantiated

Repairing Code Style Issues

  • Non-Protected-Constructor-in-Abstract-Class (1)

- Non-Protected-Constructor-in-Abstract-Class
A non-protected constructor in an abstract class is not needed because only subclasses can be instantiated
@dmitry-treskunov
Copy link
Member

Hi, thank you! Could you please sign our Contributor License Agreement so that we can merge the pull request.

@dmitry-treskunov dmitry-treskunov self-requested a review March 6, 2023 13:09
@MartinWitt
Copy link
Contributor Author

I have signed the CLA.

@dmitry-treskunov dmitry-treskunov merged commit ebc8105 into JetBrains:master Mar 6, 2023
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