public void onSuccess(AnalysisReport report) {
LoadingPopup.close();
final FormStylePopup form = new FormStylePopup( DroolsGuvnorImages.INSTANCE.ruleAsset(),
Constants.INSTANCE.VerificationReport() );
ScrollPanel scrollPanel = new ScrollPanel( new VerifierResultWidget( report,
false ) );
scrollPanel.setWidth( "800px" );
scrollPanel.setHeight( "200px" );
form.addRow( scrollPanel );