-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
fix issue 1968 and correct visitor pattern code and test. #2023
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
Conversation
|
Hi @xyllq999 please keep in mind that the README code needs to be updated as well |
|
Kudos, SonarCloud Quality Gate passed! |
yonatankarp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obviously I cannot approve it, but I'll close my PR 🙈
|
Many thanks for implementing this improvement @xyllq999! Kudos to @yonatankarp for raising the issue and providing review help. |
|
@all-contributors please add @xyllq999 for code |
|
I've put up a pull request to add @xyllq999! 🎉 |
|
@all-contributors please add @yonatankarp for review |
|
@yonatankarp already contributed before to review |








This PR helps for solving #1968
fix issue 1968 and correct visitor pattern code
Modified issue with visitor mode code, changed different method name to method reload, fixed issue1968.
Pull request description
The main modification of the method in the class is visit, which is accessed only by different parameter types, eliminating some errors and simplifying code writing, in line with the pattern requirements.