Daria B
-
2016-03-24
- status: open --> closed
CodeSmell: Schizophrenic Class
Location: FilterDecorator.class
Rationale:
1.The Class is very non-cohesive, in terms of how class attributes are used by its methods (e.g operations that don't use local data).
2.The Class has many complexity in its methods.
3. The Class has a strong coupling intensity.