Add local variable information to DB store.
[cfb.git] / prod / net / jaekl / cfb / analyze / Analyzer.java
index 22d65edfcf5d83d1880e011a36fc1f5eb18806eb..1ac5677abb50da33a7e85cfaf0882b26af31edc7 100644 (file)
@@ -34,6 +34,8 @@ public class Analyzer {
                pw.println(cmdLine);
                pw.flush();
                Command.Result fbResult = new Command().exec(cmdLine);
+               pw.println("==> " + fbResult.getRetCode());
+               pw.flush();
                if (0 != fbResult.getRetCode()) {
                        // Our attempt to execute FindBugs failed.
                        // Report the error and return null.