mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -7,7 +7,6 @@ class.references.subclass.display.name=Class references one of its subclasses
|
||||
class.references.subclass.problem.descriptor=Class ''{0}'' references subclass <code>#ref</code> #loc
|
||||
class.references.subclass.problem.descriptor.anonymous=Anonymous class references subclass <code>#ref</code> #loc
|
||||
collection.declared.by.class.display.name=Collection declared by class, not interface
|
||||
#{0} - name of the interface
|
||||
collection.declared.by.class.problem.descriptor=Declaration of <code>#ref</code> should probably be weakened to ''{0}'' #loc
|
||||
collection.declared.by.class.ignore.locals.option=Ignore local variables
|
||||
collection.declared.by.class.ignore.private.members.option=Ignore private fields and methods
|
||||
@@ -188,9 +187,7 @@ redundant.local.variable.annotation.option=Ignore variables which have an annota
|
||||
static.collection.display.name=Static collection
|
||||
static.collection.problem.descriptor=Static collection <code>#ref</code> #loc
|
||||
static.collection.ignore.option=Ignore weak static collections or maps
|
||||
#field of type java.lang.StringBuffer
|
||||
stringbuffer.field.display.name=StringBuffer field
|
||||
#{0} - concrete field type
|
||||
stringbuffer.field.problem.descriptor=''{0}'' field <code>#ref</code> #loc
|
||||
gc.call.display.name=Calls to 'System.gc()' or 'Runtime.gc()'
|
||||
gc.call.problem.descriptor=<code>#ref</code> should not be called in production code #loc
|
||||
@@ -1401,7 +1398,6 @@ non.boolean.method.name.must.not.start.with.question.display.name=Non-boolean me
|
||||
non.boolean.method.name.must.not.start.with.question.problem.descriptor=Non-boolean method name <code>#ref</code> starts with a question word #loc
|
||||
boolean.constructor.simplify.quickfix=Simplify
|
||||
unnecessary.temporary.on.conversion.from.string.problem.descriptor=<code>#ref</code> #loc can be simplified to ''{0}''
|
||||
# 0 - replacement exception
|
||||
unnecessary.temporary.on.conversion.from.string.fix.name=Replace with ''{0}''
|
||||
only.report.qualified.static.usages.option=Only report qualified static access from a static context
|
||||
unqualified,static.usage.only.report.static.usages.option=Only report static access from a non-static context
|
||||
|
||||
Reference in New Issue
Block a user