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
The regex for matching the names of code constructs isn't so accurate for class methods defined using publicstaticprotected....
It returns unknown instead .
TODO
Add regex to match class methods from code constructs
The text was updated successfully, but these errors were encountered:
The regex for matching the names of code constructs isn't so accurate for
class
methods defined usingpublic
static
protected
....It returns
unknown
instead .TODO
The text was updated successfully, but these errors were encountered: