opalj / opal

https://www.opal-project.de
Other
51 stars 27 forks source link

Support ServiceLoader #197

Open errt opened 6 months ago

errt commented 6 months ago

ServiceLoader is a feature that dynamically loads and instantiates classes reflectively based on a declarative specification in either Jar files' manifest or module-info files. As such, it should be supported in order to ensure soundness of our analyses, in particular call graph analyses.