6970717273747576777879
try { final CodeInspectionResultsView v = (CodeInspectionResultsView) showView( CODE_INSPECTION_VIEW, secId); v.addElements(e); v.setViewTitle(title); v.refresh(); } catch (final Exception ex) { ex.printStackTrace(); } }