suppress UnusedProperty in GroovyIntentionsBundle.properties

This commit is contained in:
Maxim.Medvedev
2012-05-16 10:45:31 +04:00
parent 90f45748a9
commit 4c0992bcab
@@ -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