[jboss-jira] [JBoss JIRA] (WFLY-11589) Audit and if possible eliminate overrides of SimpleResourceDefinition.registerCapabilities

Jeff Mesnil (Jira) issues at jboss.org
Mon Jan 14 05:37:00 EST 2019


Jeff Mesnil created WFLY-11589:
----------------------------------

             Summary: Audit and if possible eliminate overrides of SimpleResourceDefinition.registerCapabilities
                 Key: WFLY-11589
                 URL: https://issues.jboss.org/browse/WFLY-11589
             Project: WildFly
          Issue Type: Task
          Components: Management
            Reporter: Brian Stansberry
            Assignee: Jeff Mesnil


Overriding SimpleResourceDefinition.registerCapabilities is risky because if the superclass impl is not called, any caps registered in any Parameters object passed to the constructor will not be registered. Since we are tending to move using Parameters, leaving custom overrides around is a potential bug source. This is what happened with WFLY-11587.

In many cases the registerCapabilities override is just doing what using Parameters would have done, so this task is basically to upgrade this code.  If there's some specific reason why an override is still needed in some class, that's ok, but then consideration should be given to also calling the superclass impl, if it's not already being done.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list