You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: