inspector.inspectStatement( r, itb.nextStatement() );
inspector.end( r );
if( r.model().size() > 0 )
{ // New items were found to report; analyse and doctor them
LiteralAnalysis litA = new LiteralAnalysis();
litA.analyse( r, output, config );
LiteralDoctor litD = new LiteralDoctor();
litD.doctorModel( r.model(), output, config );
}
}
}