wu-sheng commented on code in PR #716:
URL: https://github.com/apache/skywalking-java/pull/716#discussion_r1759087178
##########
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/v2/InstMethodsInterV2.java:
##########
@@ -37,9 +38,13 @@
public class InstMethodsInterV2 {
private static final ILog LOGGER =
LogManager.getLogger(InstMethodsInterV2.class);
+ private String pluginName;
private InstanceMethodsAroundInterceptorV2 interceptor;
- public InstMethodsInterV2(String
instanceMethodsAroundInterceptorClassName, ClassLoader classLoader) {
+ private static final String INTERCEPTOR_TYPE = "inst";
Review Comment:
Please move all `static final` field at the top.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]