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
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
asburyk edited this page Feb 15, 2024
·
4 revisions
Name
"observerPattern"
Configuration
Name
Type
Description
obsInterface
boolean
Specifies whether to check for interface subjects. Defaults to true.
obsAbstract
boolean
Specifies whether to check for abstract class subjects. Defaults to true.
obsConcrete
boolean
Specifies whether to check for patterns with only a concrete subject, and no abstract subject
Description
Iterates over every class, and checks to see if that class belongs to an observer pattern. Configuration parameters determine which "versions" of the observer pattern to use