Skip to content

UI. Mocking strategy is incorrectly defaulted when Spring configuration is unchosen #2083

Closed
@alisevych

Description

@alisevych

Description

Mocking strategy default value is Mock outside packages.
When Spring configuration is chosen, then unchosen (No configuration is selected) - Mock outside class is selected.

To Reproduce

  1. Run a Spring project (petclinic) in IntelliJ Idea Ultimate 2022.3.3
  2. Install plugin built from main
  3. Press Alt+Shift+U on a class
  4. Select Spring configuration
  5. Select No configuration

Expected behavior

Mocking strategy should be set back to Mock outside packages

Actual behavior

Mocking strategy is set to Mock outside class

Visual proofs (screenshots, logs, images)

image

Environment

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

comp-uiImprovements of plugin UI appearence and functionalityctg-bugIssue is a bug

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions