[java-highlighting] IDEA-252433 Suggest the correct import when the wrong one was chosen from ambiguous

GitOrigin-RevId: 45f0596a4a1a22d47f6a045eb1c1a65d47a4e5c8
This commit is contained in:
Mikhail Pyltsin
2025-09-10 17:23:06 +00:00
committed by intellij-monorepo-bot
parent 0328f620ce
commit e1f23e7ca2
7 changed files with 496 additions and 1 deletions
@@ -146,6 +146,9 @@ delete.body.text=Delete method body
enable.optimize.imports.on.the.fly=Enable 'Settings | Editor | General | Auto Import | Optimize imports on the fly'
implement.methods.fix=Implement methods
import.class.fix=Import class
replace.type.new.expression.family.name=Replace a constructor call type
replace.type.new.expression.name=Replace a constructor call type to ''{0}''
replace.type.variable.name=Replace a variable type to ''{0}''
insert.new.fix=Insert new
insert.super.constructor.call.family=Insert base class constructor call
make.class.an.interface.family=Make Class an Interface