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

Updated processing XSD Errors like RiseClipse Errors to updated Validation Error. #107

Merged
merged 17 commits into from
Aug 30, 2022

Conversation

dlabordus
Copy link

@dlabordus dlabordus commented Aug 24, 2022

closes #106

Beside processing the XSD Message by splitting the parts.
Also added the Column number and changed Line number (CamelCase).
And when processing the XSD Message checked if the message starts with a code, that will be set as RuleName.
Only try to extract the code from the message when the first part until the character ":" doesn't contain any spaces.

Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@dlabordus dlabordus added the enhancement New feature or request label Aug 24, 2022
@dlabordus dlabordus self-assigned this Aug 24, 2022
Dennis Labordus added 11 commits August 24, 2022 08:49
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@dlabordus dlabordus marked this pull request as draft August 24, 2022 11:52
Dennis Labordus added 4 commits August 24, 2022 16:16
…m message.

Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@dlabordus dlabordus marked this pull request as ready for review August 25, 2022 05:28
Signed-off-by: Dennis Labordus <dennis.labordus@alliander.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

97.4% 97.4% Coverage
0.0% 0.0% Duplication

@dlabordus dlabordus merged commit 9760ade into develop Aug 30, 2022
@dlabordus dlabordus deleted the update-xsd-message branch August 30, 2022 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Process XSD Validation Messages in the same way as RiseClipse Messages
2 participants