From 4c0992bcabf6ec186d89e672092ab99e3f56e676 Mon Sep 17 00:00:00 2001 From: "Maxim.Medvedev" Date: Mon, 14 May 2012 15:15:13 +0400 Subject: [PATCH] suppress UnusedProperty in GroovyIntentionsBundle.properties --- .../groovy/intentions/GroovyIntentionsBundle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/GroovyIntentionsBundle.properties b/plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/GroovyIntentionsBundle.properties index 00d90c07f79d..73d248fb114b 100644 --- a/plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/GroovyIntentionsBundle.properties +++ b/plugins/groovy/src/org/jetbrains/plugins/groovy/intentions/GroovyIntentionsBundle.properties @@ -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