mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[유치수] [NOBTS] call stack 테스트를 위한 method modifier 추가.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1121 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -443,4 +443,12 @@ public class JavaAssistClass implements InstrumentClass {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public CtMethod[] getDeclaredMethods() {
|
||||
return ctClass.getDeclaredMethods();
|
||||
}
|
||||
|
||||
public boolean isInterceptable() {
|
||||
return !ctClass.isInterface() && !ctClass.isAnnotation() && !ctClass.isModified();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user