-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-refactoringIssue related to refactoring processIssue related to refactoring process
Description
Description
Current signature of the method is the following:
private fun getPsiTargets(e: AnActionEvent): Triple<Set<PsiClass>, Set<MemberInfo>, Boolean>?
Currently some absolutely unclear lines like this are used:
return Triple(setOf(srcClass), if (focusedMethod != null) setOf(focusedMethod) else emptySet(), true)
We should introduce some data class instead of Triple with meaningful field names, especially for the boolean flag.
Metadata
Metadata
Assignees
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-refactoringIssue related to refactoring processIssue related to refactoring process
Type
Projects
Status
Todo