[weld-issues] [JBoss JIRA] Created: (WELD-459) A final class interceptor or an interceptor class with a final method not detected as a definition error

Ondrej Skutka (JIRA) jira-events at lists.jboss.org
Wed Mar 3 09:20:10 EST 2010


A final class interceptor or an interceptor class with a final method not detected as a definition error
--------------------------------------------------------------------------------------------------------

                 Key: WELD-459
                 URL: https://jira.jboss.org/jira/browse/WELD-459
             Project: Weld
          Issue Type: Bug
          Components: Interceptors and Decorators
    Affects Versions: 1.0.1.Final
            Reporter: Ondrej Skutka


Spec says:
If the bean class of a managed bean declares or inherits a class level interceptor binding or a stereotype with interceptor
bindings, it must not be declared final, or have any non-static, non-private, final methods. If a managed bean has a class-
level interceptor binding and is declared final or has a non-static, non-private, final method, the container automatically
detects the problem and treats it as a definition error.
If a non-static, non-private method of a bean class of a managed bean declares a method level interceptor binding, neither
the method nor the bean class may be declared final. If a non-static, non-private, final method of a managed bean has a
method level interceptor binding, the container automatically detects the problem and treats it as a definition error.

org.jboss.jsr299.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelInterceptorTest
org.jboss.jsr299.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelInterceptorTest
org.jboss.jsr299.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalMethodClassLevelInterceptorTest
org.jboss.jsr299.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalMethodMethodLevelInterceptorTest

In the TCK trunk

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list