Spring Support: Fixed rename of custom-named beans specified with Kotlin annotation
#KT-12096 Fixed
This commit is contained in:
@@ -192,7 +192,9 @@ abstract class AbstractRenameTest : KotlinMultiFileTestCase() {
|
||||
|
||||
val substitution = RenamePsiElementProcessor.forElement(toRename).substituteElementToRename(toRename, null)
|
||||
|
||||
runRenameProcessor(context, newName, substitution, true, true)
|
||||
val searchInComments = renameParamsObject["searchInComments"]?.asBoolean ?: true
|
||||
val searchInTextOccurrences = renameParamsObject["searchInTextOccurrences"]?.asBoolean ?: true
|
||||
runRenameProcessor(context, newName, substitution, searchInComments, searchInTextOccurrences)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user