Files
codeql/java/ql/test/query-tests/dead-code/DeadMethod/DeadMethod.expected
2018-08-30 10:48:05 +01:00

11 lines
1.7 KiB
Plaintext

| InternalDeadCodeCycle.java:3:14:3:16 | foo | The method foo is only used from, or in, a dead-code cycle. | InternalDeadCodeCycle.java:3:14:3:16 | foo | foo |
| InternalDeadCodeCycle.java:7:14:7:16 | bar | The method bar is only used from, or in, a dead-code cycle. | InternalDeadCodeCycle.java:7:14:7:16 | bar | bar |
| JMXTest.java:14:17:14:35 | sometimesLiveMethod | The method sometimesLiveMethod is only used from dead code originating at $@. | JMXTest.java:8:17:8:35 | sometimesLiveMethod | sometimesLiveMethod |
| JaxbTest.java:61:15:61:25 | setDeadLink | The method setDeadLink is entirely unused. | JaxbTest.java:61:15:61:25 | setDeadLink | setDeadLink |
| JaxbTest.java:65:19:65:29 | getDeadLink | The method getDeadLink is entirely unused. | JaxbTest.java:65:19:65:29 | getDeadLink | getDeadLink |
| JaxbTest.java:123:15:123:29 | setDeadProperty | The method setDeadProperty is entirely unused. | JaxbTest.java:123:15:123:29 | setDeadProperty | setDeadProperty |
| JaxbTest.java:127:19:127:33 | getDeadProperty | The method getDeadProperty is entirely unused. | JaxbTest.java:127:19:127:33 | getDeadProperty | getDeadProperty |
| SuppressedConstructorTest.java:9:15:9:24 | deadMethod | The method deadMethod is entirely unused. | SuppressedConstructorTest.java:9:15:9:24 | deadMethod | deadMethod |
| SuppressedConstructorTest.java:15:13:15:36 | NestedPrivateConstructor | The method NestedPrivateConstructor is only used from dead code originating at $@. | SuppressedConstructorTest.java:9:15:9:24 | deadMethod | deadMethod |
| SuppressedConstructorTest.java:26:13:26:28 | OtherConstructor | The method OtherConstructor is entirely unused. | SuppressedConstructorTest.java:26:13:26:28 | OtherConstructor | OtherConstructor |