Row |
Violation |
1 | Expression assertEquals(inv.getPath(),null) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
2 | Expression assertTrue(inv.getPath().endsWith("InvalidMapping.hbm.xml")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
3 | Expression assertEquals(inv.getPath(),null) is a void method call, and thus it cannot be parameterized |
4 | Expression assertTrue(inv.getPath().endsWith("InvalidMapping.hbm.xml")) is a void method call, and thus it cannot be parameterized |
5 | Expression assertEquals(inv.getPath(),null) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
6 | Expression assertTrue(inv.getPath().endsWith("InvalidMapping.hbm.xml")) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
7 | Expression assertEquals(inv.getPath(),null) is a void method call, and thus it cannot be parameterized |
8 | Expression assertTrue(inv.getPath().endsWith("InvalidMapping.hbm.xml")) is a void method call, and thus it cannot be parameterized |
9 | Expression ConfigHelper.getResourceAsStream(resourceName) is a method call throwing exception(s) that should be caught by a try block that will be extracted |
10 | Type java.io.InputStream of variable ConfigHelper.getResourceAsStream(resourceName) does not match with type java.net.URL of variable ConfigHelper.findAsResource(resourceName) |
11 | Expression cfg.addInputStream(ConfigHelper.getResourceAsStream(resourceName)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
12 | Expression cfg.addURL(ConfigHelper.findAsResource(resourceName)) cannot be parameterized, because it has dependencies to/from statements that will be extracted |
13 | Expression cfg.addInputStream(ConfigHelper.getResourceAsStream(resourceName)) is a void method call, and thus it cannot be parameterized |
14 | Expression cfg.addURL(ConfigHelper.findAsResource(resourceName)) is a void method call, and thus it cannot be parameterized |