-
Notifications
You must be signed in to change notification settings - Fork 31
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 3 #3414
Conversation
I'm uncertain about whether to include unit tests to validate the logging behavior. Pros of adding unit tests:
Cons of adding unit tests:
|
...is/export/CSVExporter/src/main/kotlin/de/maibornwolff/codecharta/exporter/csv/CSVExporter.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/de/maibornwolff/codecharta/importer/sourcecodeparser/SourceCodeParserMain.kt
Outdated
Show resolved
Hide resolved
06d08ce
to
4c17a9f
Compare
...ysis/model/src/test/kotlin/de/maibornwolff/codecharta/serialization/ProjectSerializerTest.kt
Outdated
Show resolved
Hide resolved
...test/kotlin/de/maibornwolff/codecharta/importer/sourcecodeparser/SourceCodeParserMainTest.kt
Outdated
Show resolved
Hide resolved
analysis/model/src/main/kotlin/de/maibornwolff/codecharta/serialization/OutputFileHandler.kt
Outdated
Show resolved
Hide resolved
...VExporter/src/test/kotlin/de/maibornwolff/codecharta/exporter/csvexporter/CSVExporterTest.kt
Outdated
Show resolved
Hide resolved
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.
LGTM in general. I added some suggestions on how to improve a little bit.
...ysis/model/src/test/kotlin/de/maibornwolff/codecharta/serialization/ProjectSerializerTest.kt
Show resolved
Hide resolved
ebf0aa2
to
d99aa61
Compare
Previously if you wanted a csv output you would have to input 'table'; was changed to 'csv'
Logging has been refactored into its own function
Due to the change from 'table' to 'csv' some tests had to be updated
d99aa61
to
28624ea
Compare
[CodeCharta Visualization] Kudos, SonarCloud Quality Gate passed! |
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! |
Feature/3338/improve parser suggestion 3
Closes: #3338
Description
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled: