core-java
core-java copied to clipboard
Turn off "OverlyCoupledClass" inspection and remove warning suppressions
Reasons:
- They don't make much sense in message-driven programming model. Message-handling classes will know many other types.
- Warning suppressions hinders showing rendered class documentation in IDEA. Only the warning suppression is visible by default. Documentation comes collapsed.