throw new DialyzerErrorException(
"Could not execute dialyzer, please check settings.");
}
if (result instanceof OtpErlangTuple) {
final OtpErlangTuple t = (OtpErlangTuple) result;
if (t.arity() > 0) {
final OtpErlangObject element = t.elementAt(0);
if (element instanceof OtpErlangLong) {
final OtpErlangLong l = (OtpErlangLong) element;
try {
final int d = l.intValue();