sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

Issue in test resources at formating code #318

Open rafaelgonzalezsimon opened 9 months ago

rafaelgonzalezsimon commented 9 months ago

After a modification in some .java file for test (example:src/test/resources/openapigenerator/testComplexAnyOf/assets/ApiEnumFieldDTO.java) the IDE modifies the format and indentation of the file.

At the test execution, the generated file content is compared as text with the resource file content and the test fails because of the reformat, the content in resource file is different to generated files content.