-
Task
-
Resolution: Done
-
Major
-
None
-
None
Need to add some tests to org.jboss.as.ejb3.util.EjbValidationsUtilTest to verify static or final methods in ejb bean class.
- non-public static or final methods in bean class is ok and should give no warning
- public static or final class in bean class should produce a warning
- public static or final class in the super class of a bean class should also give a warning
- is related to
-
WFLY-17385 EJB 3.2: Business method verification for superclasses
- Closed
-
WFLY-17503 Remove unused method org.jboss.as.ejb3.util.EjbValidationsUtil#getBusinessMethods
- Closed