What steps will reproduce the problem?
1. Create Java 8 Project
2. Create Class that use some Java 8 Feature (i used lambda)
3. Try to reflect the class in a way that reflections have.
What is the expected output? What do you see instead?
In my case i wanted a list of 3 classes that implements an interface.
If i remove the lambda, then i get it, in other case i don´t
What version of the product are you using? On what operating system?
0.9.9-RC1
Please provide any additional information below.
public class a/b/c implements interfaceA
reflections.getSubTypeOf(interfaceA.class); >> Empty Set
I tried all ways i found in wiki and other websites to create the Reflections
class.
Best Regards,
Maik Brockhaus
Original issue reported on code.google.com by maik.bro...@gmail.com on 6 Feb 2014 at 12:42
Original issue reported on code.google.com by
maik.bro...@gmail.com
on 6 Feb 2014 at 12:42