Division By Zero (DBZ)

Description:

DBZ detects if an integer (or floating-point) division by zero has occured during program execution.

Example:

   int i = 0;
   int j = 10 / i;