-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-cliIssue related to CLIIssue related to CLIcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a buglang-kotlinIssue is related to Kotlin language supportIssue is related to Kotlin language support
Description
Description
Kotlin automatically generates some methods for data classes, however, we shouldn't test them unless they are overridden manually.
To Reproduce
Create data class with no methods and launch action on it:
data class Datalass(val x: Int, val y: Int)
Expected behavior
Action is disabled
Actual behavior
Dialog appears with synthetic methods being proposed for testing
Visual proofs (screenshots, logs, images)
Additional context
The issue looks like a "Kotlin edition" of #457
Metadata
Metadata
Assignees
Labels
comp-cliIssue related to CLIIssue related to CLIcomp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a buglang-kotlinIssue is related to Kotlin language supportIssue is related to Kotlin language support
Type
Projects
Status
Done