Description
A new parameter projectType was introduced in CodeGenerator.
See #1985
Currently, default value PURE_JVM is used. We should avoid default value and configure parameter properly in all calls.
We did it only in:
EngineProcessMain
PythonCodeGenerator
We must also do it in
Contest
GenerateTestsAndSarifReportFacade
UtBotJavaApi
- May be smth else
Context
Without this functionality Sarif reports for Spring classes will be generated similarly as for non-Spring ones.
Description
A new parameter
projectTypewas introduced inCodeGenerator.See #1985
Currently, default value
PURE_JVMis used. We should avoid default value and configure parameter properly in all calls.We did it only in:
EngineProcessMainPythonCodeGeneratorWe must also do it in
ContestGenerateTestsAndSarifReportFacadeUtBotJavaApiContext
Without this functionality Sarif reports for Spring classes will be generated similarly as for non-Spring ones.