Redundant modality modifier inspection #KT-11450 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-04-06 17:24:05 +03:00
parent 8a0641a639
commit d79e3f322f
15 changed files with 267 additions and 25 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports modality modifiers which match the default modality of an element
(<code>final</code> for most elements, <code>open</code> for members with override).
</body>
</html>