7778798081828384858687
@Override protected void done() { try { Analyzer analyzer = get(); analyzer.showResult(); } catch (InterruptedException e) { logger.error("Failed to analyze schema for type usage.", e); e.printStackTrace(); }
8687888990919293949596
@Override protected void done() { try { Analyzer analyzer = get(); analyzer.showResult(); } catch (InterruptedException e) { logger.error("Failed to analyze schema for same names with different types.", e); e.printStackTrace();
7879808182838485868788
@Override protected void done() { try { Analyzer analyzer = get(); analyzer.showResult(); } catch (InterruptedException e) { logger.error("Failed to analyze schema for similar types.", e); e.printStackTrace(); }