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
-XhasMember allow hasmethod() and hasfield type patterns in declare parents and declare @type
-Xjoinpoints: supply a comma separated list of new joinpoints that can be identified by pointcuts. Values are: arrayconstruction, synchronization
The text was updated successfully, but these errors were encountered:
The joinpoint of array's constructors couldn't be catched before. Now it correctly supplies.
Now available to define hasmethod(MethodPattern) and hasfield(FieldPattern) directives to target exact classes in declare parents and declare @type morphemes.
-XhasMember allow hasmethod() and hasfield type patterns in declare parents and declare @type
-Xjoinpoints: supply a comma separated list of new joinpoints that can be identified by pointcuts. Values are: arrayconstruction, synchronization
The text was updated successfully, but these errors were encountered: