[강운덕] [LUCYSUS-1744] common에 있는 SpanEvent를 SpanEventBo로 변경. ServiceType에 includeDestinationId옵션을 포함시켜 ApiType에 출력여부를 옵션화 시킴

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1305 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-03-08 08:52:28 +00:00
parent a4b018794e
commit 176fe413c1
@@ -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();