From 176fe413c12b911ac2e8d753c4e51f2a3fe8adba Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Fri, 8 Mar 2013 08:52:28 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[LUCYSUS-1744]?= =?UTF-8?q?=20common=EC=97=90=20=EC=9E=88=EB=8A=94=20SpanEvent=EB=A5=BC=20?= =?UTF-8?q?SpanEventBo=EB=A1=9C=20=EB=B3=80=EA=B2=BD.=20ServiceType?= =?UTF-8?q?=EC=97=90=20includeDestinationId=EC=98=B5=EC=85=98=EC=9D=84=20?= =?UTF-8?q?=ED=8F=AC=ED=95=A8=EC=8B=9C=EC=BC=9C=20ApiType=EC=97=90=20?= =?UTF-8?q?=EC=B6=9C=EB=A0=A5=EC=97=AC=EB=B6=80=EB=A5=BC=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=ED=99=94=20=EC=8B=9C=ED=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1305 84d0f5b1-2673-498c-a247-62c4ff18d310 --- .../interceptor/bci/JavaAssistByteCodeInstrumentor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/profiler/interceptor/bci/JavaAssistByteCodeInstrumentor.java b/src/main/java/com/profiler/interceptor/bci/JavaAssistByteCodeInstrumentor.java index afd910ab5..ddd1216a1 100644 --- a/src/main/java/com/profiler/interceptor/bci/JavaAssistByteCodeInstrumentor.java +++ b/src/main/java/com/profiler/interceptor/bci/JavaAssistByteCodeInstrumentor.java @@ -160,7 +160,7 @@ public class JavaAssistByteCodeInstrumentor implements ByteCodeInstrumentor { for (int i = 0; i < params.length; i++) { Object o = params[i]; if (o == null) { - throw new InstrumentException("params is null "); + throw new InstrumentException("params[" + i + "] is null "); } paramClass[i] = o.getClass();