choigv / reflections

Automatically exported from code.google.com/p/reflections
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Possible incompatibility to java 8 #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I see the same issue using Reflections 0.9.8

Original comment by ursreu...@gmail.com on 4 May 2014 at 8:33