mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IG: more clear quickfix text
This commit is contained in:
+2
-2
@@ -425,7 +425,7 @@ class Test {
|
||||
}
|
||||
'''
|
||||
myFixture.enableInspections(new UnnecessaryFullyQualifiedNameInspection())
|
||||
myFixture.launchAction(myFixture.findSingleIntention("Remove qualification"))
|
||||
myFixture.launchAction(myFixture.findSingleIntention("Remove unnecessary qualification"))
|
||||
myFixture.checkResult '''
|
||||
class Test {
|
||||
|
||||
@@ -509,7 +509,7 @@ class Tq {
|
||||
|
||||
private def reimportClass() {
|
||||
myFixture.enableInspections(new UnnecessaryFullyQualifiedNameInspection())
|
||||
myFixture.launchAction(myFixture.findSingleIntention("Replace with import"))
|
||||
myFixture.launchAction(myFixture.findSingleIntention("Replace qualified name with import"))
|
||||
}
|
||||
|
||||
void "test disprefer deprecated classes"() {
|
||||
|
||||
+2
-2
@@ -1327,8 +1327,8 @@ ignore.calls.to.property.getters=Ignore calls to property getters
|
||||
redundant.field.initialization.remove.quickfix=Remove initializer
|
||||
redundant.implements.remove.quickfix=Remove redundant interface declaration
|
||||
unnecessary.constructor.remove.quickfix=Remove redundant constructor
|
||||
unnecessary.fully.qualified.name.replace.quickfix=Replace with import
|
||||
unnecessary.fully.qualified.name.remove.quickfix=Remove qualification
|
||||
unnecessary.fully.qualified.name.replace.quickfix=Replace qualified name with import
|
||||
unnecessary.fully.qualified.name.remove.quickfix=Remove unnecessary qualification
|
||||
unnecessary.fully.qualified.name.status.bar.escape.highlighting.message={0} fully qualified {0, choice, 1#name|2#names} replaced with import (press Escape to remove highlighting)
|
||||
unnecessary.parentheses.remove.quickfix=Remove unnecessary parentheses
|
||||
unnecessary.qualifier.for.this.remove.quickfix=Remove unnecessary qualifier
|
||||
|
||||
Reference in New Issue
Block a user