alien-tools / maracas

Maracas is a source code and bytecode analysis framework⁠—written in Java with the help of Spoon—which analyzes how Java libraries evolve and how their evolution impacts their clients.
https://alien-tools.github.io/maracas/
MIT License
13 stars 2 forks source link

Handle method references #87

Open tdegueul opened 1 year ago

tdegueul commented 1 year ago

I'm not sure that our current implementation is able to detect issues when client code is referring to a method through method references, e.g.:

objects.stream().map(Class::removedMethod)