-
Bug
-
Resolution: Done
-
Minor
-
16.0.0.Beta5
-
None
-
Low
-
Undefined
The OR statement has the same comparision three times:
https://github.com/wildfly/wildfly-core/blob/16.0.0.Beta5/jmx/src/main/java/org/jboss/as/jmx/model/MBeanInfoFactory.java#L212
"READ_RESOURCE_OPERATION"
Solution: Remove duplicates, keep one.