sermant-io / Sermant

CNCF sandbox project, a Cloud-Native Proxyless Service Mesh based on Java Bytecode Enhancement Technology
https://sermant.io/
Apache License 2.0
1.25k stars 164 forks source link

【bug】It will generate two interceptors when intercept the method which has it's super class #791

Closed justforstudy-A closed 2 years ago

justforstudy-A commented 2 years ago

What happened?

It will generate two interceptors when I intercept the method CloseableHttpClient#excute(HttpUriRequest) which has super type named HttpClient

How can we reproduce it (as minimally and precisely as possible)?

N/A

Anything else we need to know?

No response

Sermant version

0.5.0

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```
luanwenfei-venus commented 2 years ago

find two CloseableHttpClient#excute(HttpUriRequest) but have different return type

github-actions[bot] commented 2 years ago

This issue seems to be Stale. We will close it in a few days.

github-actions[bot] commented 2 years ago

We close this issue because it hasn't been updated in a while. Remove Stale label if you want to reopen it.