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
feat(xmlupload): allow circular references (DEV-577) #165
feat(xmlupload): allow circular references (DEV-577) #165
Conversation
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.
I had some small comments but overall it looks fine to me.
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.
Thanks for the work!
I added quite a few commentaries / suggestions, feel free to take over whatever you see fit.
I would test the code with unit tests so you can be sure that the code does what you expect it to do. There should never be tests inside the code itself to test the logic of the code. This should be done in unit tests.
Regarding the error messages: In my opinion (and experience), if an error happens, it should be called "error" (not exception). I recommend to stick to the pattern/formulation of error messages we already have in dsp-tools.
Regarding the security issue about the http, I declared it as safe.
The code is very complex (see code smell warnings from sonar cloud). Do you see any way to improve that? Could you take apart some of the code and make it less complex?
…erences-xmlupload' into wip/dev-577-support-circular-references-xmlupload
Kudos, SonarCloud Quality Gate passed!
|
resolves DEV-577