Skip to content

Refactor Prototype pattern #1838

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

Closed
wants to merge 1 commit into from
Closed

Conversation

ThexXTURBOXx
Copy link

This PR refactors parts of the Prototype pattern by making it Cloneable and thus inheriting the clone() method to its subclasses.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 5, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell D 13 Code Smells

50.0% 50.0% Coverage
0.0% 0.0% Duplication

@ohbus ohbus self-assigned this Oct 8, 2021
Copy link
Contributor

@ohbus ohbus left a comment

Choose a reason for hiding this comment

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

@ThexXTURBOXx Thank you so much for your help and your interest to contribute to our repository.

However, we would want you to fix the Sonar issues that have been reported already before we take a look into your implementation.

Also make sure to add enough test cases to increase the code coverage to a minimum of 80%, though we always appreciate a full coverage of the same.

Looking forward to your contribution.

Cheers.

@iluwatar
Copy link
Owner

The pull request has remained inactive and is about to be closed. Please comment if you're still working on it.

Copy link
Contributor

@yonatankarp yonatankarp left a comment

Choose a reason for hiding this comment

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

@iluwatar I can pick this one up ☝️

@iluwatar
Copy link
Owner

Ok @yonatankarp

Copy link
Contributor

@yonatankarp yonatankarp left a comment

Choose a reason for hiding this comment

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

There's open PR for this issue here: #1970 We can close this one...

@iluwatar
Copy link
Owner

iluwatar commented Sep 4, 2022

Ok @yonatankarp, I'll close this one

@iluwatar iluwatar closed this Sep 4, 2022
@iluwatar iluwatar added this to the 1.26.0 milestone Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prototype pattern re-factor
4 participants