Status: New
Owner: ----

New issue 640 by adrianosf: Interceptors are matched incorrectly when there are generics involved
http://code.google.com/p/google-guice/issues/detail?id=640

The attached project produces:

05/07/2011 10:42:43 com.google.inject.internal.ProxyFactory <init>
WARNING: Method [public BaseEntity Service1Impl.doThing()] is synthetic and is being intercepted by [MyModule$TransactionInterceptor@4f2b6c89]. This could indicate a bug. The method may be intercepted twice, or may not be intercepted at all.
begin
begin
Service1Impl.doThing
end
end

While the correct should be:
begin
Service1Impl.doThing
end


Attachments:
        guicetest.zip  3.7 KB

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to