mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
suppress UnusedProperty in GroovyIntentionsBundle.properties
This commit is contained in:
+3
-2
@@ -1,3 +1,4 @@
|
||||
# suppress inspection "UnusedProperty" for whole file
|
||||
intention.category.groovy=Groovy
|
||||
intention.category.conversions=Expression conversions
|
||||
intention.category.closures=Closures
|
||||
@@ -84,8 +85,8 @@ convert.parameter.to.map.entry.intention.family.name=Convert method or closure p
|
||||
convert.parameter.to.map.entry.intention.name=Convert parameter to map entry
|
||||
find.method.ro.closure.usages.0=Searching for usages of enclosing {0} in project files
|
||||
conversion.not.allowed.in.non.groovy.files=Refactoring is not allowed for {0}s which have occurrences in non-Groovy files: \n
|
||||
wrong.first.parameter.type={0} ''{1}'' is used with named arguments, but its first parameter ''{2}'' does not conform to Map type.
|
||||
create.first.new=&Create new parameter for named arguments
|
||||
wrong.first.parameter.type={0} ''{1}'' is used with named arguments, but its first parameter ''{2}'' does not conform to Map type.
|
||||
create.first.new=&Create new parameter for named arguments
|
||||
do.not.create.first.new=Use &existing first parameter as map for named arguments
|
||||
convert.cannot.itself=Refactoring is not available for map parameter itself
|
||||
perform.refactoring=Performing refactoring
|
||||
|
||||
Reference in New Issue
Block a user