rspec/rules/S133/java/rule.adoc

6 lines
236 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
include::../description.adoc[]
== Exceptions
2021-01-27 13:42:22 +01:00
While having a large number of fields in a ``++class++`` may indicate that it should be split, this rule nonetheless ignores high complexity in ``++equals++`` and ``++hashCode++`` methods.