-
Notifications
You must be signed in to change notification settings - Fork 45
Labels
comp-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
For each field Kotlin automatically generates getter/setter, there is no sense in testing them. However, they are shown in member list after launching action.
To Reproduce
Declare simple Kotlin class like class B(val x: Int)
, launch action on it.
Expected behavior
Action is disabled as class has no testable methods.
Actual behavior
Action is enabled, members list has one method getX()
, after selecting and launching generate we receive error No methods found
.
Visual proofs (screenshots, logs, images)
Metadata
Metadata
Assignees
Labels
comp-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