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

Add encoding for the generated test-results file #185

Open
dakaa16 opened this issue Mar 31, 2022 · 0 comments
Open

Add encoding for the generated test-results file #185

dakaa16 opened this issue Mar 31, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dakaa16
Copy link
Collaborator

dakaa16 commented Mar 31, 2022

Currently files read and written by Cobol Check are encoded based on encoding from the config.properties file. A write to the test result file could happen from different places in the code, based on a given format; ex.: It could be written by JaxB (lib for writing XML) and could be written by other dependencies in the future.

Encoding should be loaded into a writer (use services.filehelpers.EncodingIO). This writer should then be available to use by any service used to write to the file.

Current implementation without encoding can be found at features.launcher.ProcessOutputWriter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants