Method override without super() call

Overridden method does not call lower layer. An override needs to contain the super keyword in order to indicate where the code in the previous layer should be executed.

Violating this rule will affect the functionality of the code.The severity is major which means that it should be corrected.


This page is generated from IFS Developer Studio at 2020-07-31 09:46.