core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Turn off "OverlyCoupledClass" inspection and remove warning suppressions

Open alexander-yevsyukov opened this issue 4 years ago • 0 comments

Reasons:

  1. They don't make much sense in message-driven programming model. Message-handling classes will know many other types.
  2. Warning suppressions hinders showing rendered class documentation in IDEA. Only the warning suppression is visible by default. Documentation comes collapsed.

alexander-yevsyukov avatar Mar 13 '20 14:03 alexander-yevsyukov