Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demangler.TypeRef have an issue at matchs method. #121

Open
Wu-Jinxiang opened this issue May 24, 2023 · 1 comment
Open

Demangler.TypeRef have an issue at matchs method. #121

Wu-Jinxiang opened this issue May 24, 2023 · 1 comment

Comments

@Wu-Jinxiang
Copy link

In matchs method, there have a logic:
if (thisName.matches("\b" + Pattern.quote(qname)))
return true;
Even thisName same as qname, this function return false. is it correct behaiver? i am using JDK 1.8.

@Wu-Jinxiang
Copy link
Author

Wu-Jinxiang commented May 25, 2023

"\b" should change to double backslash b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant