mirror of https://github.com/qos-ch/slf4j
Per sonar, move array indicator to the type rather than property name.
This commit is contained in:
parent
10c170c927
commit
eb4e1b8f48
|
|
@ -92,7 +92,7 @@ public class JavassistHelper {
|
|||
*/
|
||||
public static String getSignature(CtBehavior method) throws NotFoundException {
|
||||
|
||||
CtClass parameterTypes[] = method.getParameterTypes();
|
||||
CtClass[] parameterTypes = method.getParameterTypes();
|
||||
|
||||
CodeAttribute codeAttribute = method.getMethodInfo().getCodeAttribute();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue