Translation Using asSam() and LINQ for Java

Artur Biesiadowski abies at adres.pl
Mon May 31 08:14:43 PDT 2010


On 31/05/2010 13:44, Ming-Yee Iu wrote:
> a) doing things at runtime makes static analysis of bytecode harder.
> You cannot determine who implements a certain interface with a quick
> scan of the class hierarchy, for example
>    
Isn't the same situation happening today with java.lang.reflect.Proxy? 
It can be instantiated with Class.forName, with string retrieved from 
property file/spring configuration. How your 'static analysis' handles 
that case ?

Regards,
Artur Biesiadowski


More information about the lambda-dev mailing list