View by Classes

Findings - Overview

warning Method invokes System.exit(...) (Findbugs)

Further info on the wiki.

Invoking System.exit shuts down the entire Java virtual machine. This should only been done when it is appropriate. Such calls make it hard or impossible for your code to be invoked by other code. Consider throwing a RuntimeException instead.

1org.jcoderz.testdata.Importer
org.jcoderz.testdata.Importer.executeQueries(Properties, Collection, boolean) invokes System.exit(...), which shuts down the entire virtual machine [261]
1org.jcoderz.phoenix.sqlparser.SqlTransformer
org.jcoderz.phoenix.sqlparser.SqlTransformer.parseMetainfFile() invokes System.exit(...), which shuts down the entire virtual machine [323]