Details
Description
Reflection is used in some key generator classes to obtain the properties of the parent object(s) - but the possible InvocationTargetException and/or IllegalAccessException are handled only with throwing a RuntimeException. It could be handled better (e.g. logging locally).