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

feature/3338/improve-parser-suggestion-1 #3384

Merged
merged 6 commits into from Oct 30, 2023

Conversation

moritz-suckow
Copy link
Collaborator

@moritz-suckow moritz-suckow commented Oct 26, 2023

No longer ask to merge when only executing one parser

Issue: #3338

Description

This PR simply adds a check to only ask for and merge output from parser suggestions, when more than one parser was executed. Additionally I fixed a few wrong usages of the KotlinLogger and also refactored the CCSH Unit-Tests because there was a whole lot of duplication with mocking which made these tests very confusing to understand.

Copy link
Collaborator

@Nereboss Nereboss left a comment

Choose a reason for hiding this comment

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

Everything except my one comment is fine.
It is to note that the tests only work when running with gradle and not with IntelliJs solution.

Copy link
Collaborator

@ce-bo ce-bo left a comment

Choose a reason for hiding this comment

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

LGTM

@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

[CodeCharta Analysis] 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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

[CodeCharta Visualization] 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

No Coverage information No Coverage information
No Duplication information No Duplication information

@moritz-suckow moritz-suckow merged commit 03ee67f into main Oct 30, 2023
7 checks passed
@moritz-suckow moritz-suckow deleted the feature/3338/improve-parser-suggestion-1 branch October 30, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants