[유치수] [NOBTS] modified

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@564 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2012-08-30 08:47:51 +00:00
parent 0cf2c2c5e1
commit 01bf8eb108
8 changed files with 170 additions and 48 deletions
@@ -32,6 +32,9 @@ public class JavaAssistClass implements InstrumentClass {
@Override
public boolean addInterceptor(String methodName, String[] args, Interceptor interceptor) {
if (interceptor == null)
return false;
int id = InterceptorRegistry.addInterceptor(interceptor);
try {
CtMethod method = getMethod(methodName, args);