183184185186187188189
} } private void createReport(SchemaChange schemaChange) throws Exception { new TabbedFileReporter(context).report(schemaChange); new MainReporter(context).report(schemaChange); }