mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IG: better checkbox text, less distracting description text
This commit is contained in:
+2
-2
@@ -1853,9 +1853,9 @@ arrays.deep.hash.code.quickfix=Replace with 'Arrays.deepHashCode()'
|
||||
arrays.hash.code.quickfix=Replace with 'Arrays.hashCode()'
|
||||
method.can.be.variable.arity.method.display.name=Method can be varargs method
|
||||
method.can.be.variable.arity.method.problem.descriptor=<code>#ref()</code> can be converted to varargs method #loc
|
||||
method.can.be.variable.arity.method.ignore.byte.short.option=Ignore methods with a last parameter of type byte[] or short[]
|
||||
method.can.be.variable.arity.method.ignore.byte.short.option=Ignore parameters with type byte[] or short[]
|
||||
method.can.be.variable.arity.method.ignore.multiple.arrays.option=Ignore methods with multiple array parameters
|
||||
method.can.be.variable.arity.method.ignore.multidimensional.arrays.option=Ignore methods with multiple array parameters
|
||||
method.can.be.variable.arity.method.ignore.multidimensional.arrays.option=Ignore multidimensional array parameters
|
||||
convert.to.variable.arity.method.quickfix=Convert to varargs method
|
||||
mismatched.string.builder.query.update.display.name=Mismatched query and update of StringBuilder
|
||||
mismatched.string.builder.updated.problem.descriptor=Contents of {0} <code>#ref</code> are updated, but never queried #loc
|
||||
|
||||
-11
@@ -6,16 +6,5 @@ arity method, available in Java 5 and newer.
|
||||
This inspection only reports if the project or module is configured to use a
|
||||
language level of 5.0 or higher.
|
||||
<!-- tooltip end -->
|
||||
<p>
|
||||
Use the first checkbox below to not offer to convert <b>byte[]</b> or <b>short[]</b> parameters to varargs.
|
||||
<p>
|
||||
Use the second checkbox below to ignore methods overriding or implementing a method from a superclass.
|
||||
<p>
|
||||
Use the third checkbox below to only report when the method is <b>public</b>
|
||||
<p>
|
||||
Use the fourth checkbox below to ignore methods with two or more array parameters.
|
||||
<p>
|
||||
Use the fifth checkbox below to ignore multidimensional array parameters.
|
||||
<p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user