Skip to content

Configure projectType field in all CodeGenerator constructor calls #1987

Closed
@EgorkaKulikov

Description

@EgorkaKulikov

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.

Metadata

Metadata

Assignees

Labels

comp-cliIssue related to CLIcomp-sarifIssue is related to SARIF report or Problems tabcomp-springIssue is related to Spring projects supportctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions