Files
codeql/java/ql/test/library-tests/frameworks/spring/componentscan/SpringComponent.expected
Chris Smowton 9c0bdbb20a Java: add a test exercising Spring component liveness detection
The existing Spring stubs are expanded sufficiently to support the needed annotations and a few referenced classes and exceptions.
2024-08-16 16:36:08 +01:00

8 lines
569 B
Plaintext

| com/semmle/e/DeadProfileComponent.java:8:14:8:33 | DeadProfileComponent | dead |
| com/semmle/e/LiveConfiguration.java:16:14:16:30 | LiveConfiguration | live |
| com/semmle/e/LiveProfileComponent.java:8:14:8:33 | LiveProfileComponent | live |
| com/semmle/e/LiveRestController.java:12:14:12:31 | LiveRestController | live |
| com/semmle/f/DeadConfiguration.java:9:14:9:30 | DeadConfiguration | dead |
| com/semmle/g/ProfileComponent.java:6:14:6:29 | ProfileComponent | dead |
| com/semmle/h/WebXMLLiveConfiguration.java:11:14:11:36 | WebXMLLiveConfiguration | live |