Laurence Gonsalves
05/02/2024, 5:40 AMruntimeClasspath
to find possible linkage errors (eg: NoClassDefFoundError
, NoSuchFieldError
, NoSuchMethodError
)?
What I want to be able to do is give it a set of entry points (eg: com.example.MyApp.main(String[])
) and optionally an allowlist of methods, fields, and classes that are "ok to be missing", and it'd crawl the classpath starting at those entry points, reporting all references to things that can't be found, and aren't in the allowed-missing list.ephemient
05/02/2024, 7:18 AMLaurence Gonsalves
05/05/2024, 9:55 PMLaurence Gonsalves
05/06/2024, 3:37 AMephemient
05/06/2024, 1:47 PMLaurence Gonsalves
05/07/2024, 7:58 PMLaurence Gonsalves
05/07/2024, 7:59 PM