-
Task
-
Resolution: Done
-
Major
-
7.5.0.Final
-
None
-
NEW
-
NEW
Some tests have @Test annotations with attribute expected = RuntimeException.class. This is too general and can hide bugs in related area that end with RuntimeException. E.g. see [1].