Toggle navigation
Home
com.navercorp.pinpoint.bootstrap.interceptor.group.ExecutionPoint to com.navercorp.pinpoint.bootstrap.interceptor.group.ExecutionPolicy
No. of Instances - 17
No. of Commits - 1
No. of Projects - {'pinpoint'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Update String Literal
"tryBefore() returns false: scope: {}, executionPonint: {}. Skip interceptor {}"
to
"tryBefore() returns false: interceptorGroupTransaction: {}, executionPonint: {}. Skip interceptor {}"
"tryAfter() returns false: scope: {}, executionPonint: {}. Skip interceptor {}"
to
"tryAfter() returns false: interceptorGroupTransaction: {}, executionPonint: {}. Skip interceptor {}"
"tryBefore() returns false: scope: {}, executionPonint: {}. Skip interceptor {}"
to
"tryBefore() returns false: interceptorGroupTransaction: {}, executionPonint: {}. Skip interceptor {}"
"tryAfter() returns false: scope: {}, executionPonint: {}. Skip interceptor {}"
to
"tryAfter() returns false: interceptorGroupTransaction: {}, executionPonint: {}. Skip interceptor {}"
Add or Remove Method invocation
scope.tryLeave(point)
to
transaction.canLeave(point)
scope.tryLeave(point)
to
transacton.canLeave(point)
Cascading Type Change (Different)
ScopedSimpleAroundInterceptor
to
GroupedSimpleAroundInterceptor
ScopedStaticAroundInterceptor
to
GroupedStaticAroundInterceptor
ScopedInterceptorFactory
to
GroupedInterceptorFactory
ScopedInterceptorFactory
to
GroupedInterceptorFactory
Rename Variable
point
to
policy
point
to
policy
Rename Method invocation
tryLeave
to
leave