Assume you have two traits which contains methods with the same signatures e.g. 'foo()' and you create a class 'MyImplementor' implementing both these traits. So the result of invoking
'new MyImplementor().foo()' can be unexpected.
This inspection reports classes which have such a problem.