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
Instead, it should delegate to genetic scan(Collection) method. This allows to override just scan(Collection) in some subclass of CtScanner and enjoy same behaviour for any elements (e. g. hashCodeVisitor from here: #601 (comment) do this).
In CtScanner, visitCtAnnotation() is the only method where this rule is violated.
The text was updated successfully, but these errors were encountered:
Instead, it should delegate to genetic
scan(Collection)
method. This allows to override justscan(Collection)
in some subclass ofCtScanner
and enjoy same behaviour for any elements (e. g. hashCodeVisitor from here: #601 (comment) do this).In
CtScanner
,visitCtAnnotation()
is the only method where this rule is violated.The text was updated successfully, but these errors were encountered: