Status: New Owner: limpbizkit Labels: Type-Enhancement New issue 294 by limpbizkit: Tool for finding problem interceptors http://code.google.com/p/google-guice/issues/detail?id=294
It would be handy if there were a tool that could inspect an Injector and report broken interceptors. For example, suppose the user's interceptor matches methods annotated with @Transactional. When that annotation is applied to a private method, that's likely to be an error. A trivial tool would just detect if any matcher matched non-interceptable (private, final etc.) methods. It would also be handy to check if equals(), hashCode() or toString() were matched, which often indicates a programming error. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
