We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sonarqube reports duplicated code in plugins csv and holiday-calculator.
Proposal: Create abstract class GenericPlugin<T>.
GenericPlugin<T>
Open: Where to put class? In api would be fine. logic would require additional dependencies for plugins.
The text was updated successfully, but these errors were encountered:
What do you think, @kaklakariada ?
Sorry, something went wrong.
I also thought about this. The API project is the easiest solution.
No branches or pull requests
Sonarqube reports duplicated code in plugins csv and holiday-calculator.
Proposal: Create abstract class
GenericPlugin<T>
.Open: Where to put class? In api would be fine.
logic would require additional dependencies for plugins.
The text was updated successfully, but these errors were encountered: