Skip to content

Summaries should be turned off for Kotlin related generations #1283

Closed
@alisevych

Description

@alisevych

Description

Summaries were designed for Java code and Java tests.
Currently they do not support test generation for Kotlin and KDocs in Kotlin tests.
Need to turn them off for Kotlin related generations:

  • Kotlin code is analyzed
  • tests are generated in Kotlin

Expected behavior

  1. When we analyze Kotlin code, Summaries should be turned off.
  2. When Kotlin is selected as the language for generated tests, Summaries should be turned off by default:

image

Environment

IntelliJ IDEA - 2021.2.4 - 2022.2.3 (212- 222.*)

Potential alternatives

Need to design and implement Summaries support of Kotlin (JDocs links to code and KDocs)

Context

Related bugs:

Metadata

Metadata

Labels

comp-summariesSomething related to the method names, code comments and display names generationctg-enhancementNew feature, improvement or change request

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions