Skip to content
Ron Smith edited this page May 27, 2013 · 2 revisions

Aborting on code formatting errors

To better detect code generator errors, Sculptor aborts execution when an invalid Java class is found when running the code formatter on it. This is controlled via the "java.codeformatter.error.abort" property which (if set to "true") aborts the generator if an invalid Java class is generated. This property is used in GeneratorTestBase, the base class for the generator tests.