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 compileExcludePattern returns some/package/SomeClass/someMethod pattern, and str generated in isMethodExcluded, isFieldExcluded is some/package/SomeClass.somMethod.
Please revert the changes or change compileExcludePattern logic.
Bug Report
Expected Behaviour
NameObfuscation excludes specific methods and fields.
Actual Behaviour
NameObfuscation just obfuscates all methods and fields.
How to reproduce the behaviour
Possible fix
The
compileExcludePattern
returnssome/package/SomeClass/someMethod
pattern, and str generated inisMethodExcluded
,isFieldExcluded
issome/package/SomeClass.somMethod
.Please revert the changes or change
compileExcludePattern
logic.crowar also mentioned it in #62 (comment)
The text was updated successfully, but these errors were encountered: