hailin0 commented on a change in pull request #5519:
URL: https://github.com/apache/skywalking/pull/5519#discussion_r491258645
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/match/MultiClassNameMatch.java
##########
@@ -57,7 +57,7 @@ public boolean isMatch(TypeDescription typeDescription) {
return matchClassNames.contains(typeDescription.getTypeName());
}
- public static ClassMatch byMultiClassMatch(String... classNames) {
+ public static IndirectMatch byMultiClassMatch(String... classNames) {
Review comment:
[Change to use it
here](https://github.com/apache/skywalking/pull/5519/files#diff-0c08a8cb31ed4f15d96bd82a49fa1f5bR52)
`LogicalMatchOperation#not` only accept subtype IndirectMatc.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]