cfb.git
2017-11-28 Chris JaeklAdd support for pegging the JVM version when checking... master
2017-01-09 Chris Jaekladds footer to the HTML report.
2017-01-07 Chris Jaekladds support for fields as well as local variables.
2016-01-16 Chris JaeklDisplay LocalVariables along with Locations in the...
2016-01-09 Chris JaeklRemove jar files that are no longer needed from setcp.sh
2016-01-09 Chris JaeklAddress some edge cases related to bootstrapping a...
2016-01-09 Chris JaeklMore unit testing.
2016-01-09 Chris JaeklAnother unit test.
2016-01-09 Chris JaeklClean up error handling to make things slightly friendl...
2016-01-01 Chris JaeklRestructure use of static field m_bundle to improve...
2015-12-31 Chris JaeklFurther unit tests: CFB and Delta
2015-12-31 Chris JaeklFurther unit tests: Util and Delta.
2015-12-30 Chris JaeklFurther unit tests: loading a variable.
2015-12-30 Chris JaeklFurther unit tests: getVarId()
2015-12-30 Chris JaeklFurther unit tests: getVar()
2015-12-30 Chris JaeklAdjust unit test for intentional behaviour change of...
2015-12-30 Chris JaeklAdd further unit tests.
2015-12-30 Chris JaeklAvoid unit test failures when cfb.properties is not...
2015-12-30 Chris JaeklAdd extra files that should have been included in the...
2015-12-30 Chris JaeklAdd unit tests. Make DbStore handle cases where the...
2015-12-27 Chris JaeklImplement BugCollection.hashCode()
2015-12-27 Chris JaeklWork toward improving solidity. Add a few more unit...
2015-12-14 Chris JaeklCheck edge cases in Location getters
2015-12-13 Chris JaeklCorrect mistaken condition in previous checkin.
2015-12-13 Chris JaeklAvoid NullPointerException in HtmlReport.writeSummary().
2015-12-13 Chris JaeklFix null-pointer dereference in Delta.java.
2015-12-13 Chris JaeklStore db parameters in Config object, not in CFB object.
2015-12-13 Chris JaeklAdd the concept of "Project Name" to the RUNS table...
2015-12-13 Chris JaeklRun CFB from the jenkins_invoke directory, not from...
2015-12-13 Chris JaeklImprove jenkins_invoke.sh
2015-12-13 Chris JaeklDM_DEFAULT_ENCODING: Be explicit that we're using...
2015-12-13 Chris JaeklMS_SHOULD_BE_FINAL: make constant String "final"
2015-12-13 Chris JaeklExclude "METHOD_CALLED" references from consideration...
2015-12-12 Chris JaeklSwap MimeType and Content to their correct positions...
2015-12-12 Chris JaeklDM_DEFAULT_ENCODING: Be explicit that our HTML gets...
2015-12-12 Chris JaeklDM_DEFAULT_ENCODING: Be explicit that we want the...
2015-12-12 Chris JaeklSQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRIN...
2015-12-12 Chris JaeklSendMail: add quotes around boundary type specification.
2015-12-12 Chris JaeklAddress EI_EXPOSE_REP and EI_EXPOSE_REP2 FindBugs warnings.
2015-12-12 Chris JaeklUpdate script to invoke an analysis from inside Jenkins
2015-12-12 Chris JaeklFix compile error
2015-12-12 Chris JaeklIf a build/test error occurs, treat it as an error
2015-12-11 Chris JaeklStart support for Sqlite
2015-11-01 Chris JaeklRemove debug logging.
2015-11-01 Chris JaeklAdd debug logging.
2015-11-01 Chris JaeklSendMail: make charset expected on socket reads explicit.
2015-11-01 Chris JaeklCommand: make reliance on system default encoding...
2015-11-01 Chris Jaeklanalyze.sh: script to invoke CFB from Jenkins.
2015-11-01 Chris JaeklSendMail: after '.' that terminates "DATA", send only...
2015-10-31 Chris JaeklDon't try to output HTML unless an output file is speci...
2015-10-31 Chris JaeklSwitch from javax.mail to net.jaekl.qd.SendMail.
2015-10-31 Chris JaeklAdd unit tests for Config.java.
2015-10-29 Chris JaeklAdd a bare-bones implementation of SMTP.
2015-10-26 Chris JaeklAdd email notifications.
2015-10-04 Chris JaeklAdd ability to output HTML report of differences found...
2015-10-03 Chris Jaekl(Finally) reach the point where we have some useful...
2015-10-03 Chris JaeklAdd ability to load previously found bugs back out...
2015-10-03 Chris JaeklAvoid deprecation warnings in ResultSetMock.
2015-10-03 Chris JaeklAdd some unit testing of the CfbSchema.
2015-09-29 Chris JaeklPartial implemenation of load-Analysis code.
2015-09-28 Chris JaeklAdd computation of deltas (differences between Analysis...
2015-09-27 Chris JaeklAdd local variable information to DB store.
2015-09-27 Chris JaeklChange schema definition mechanism, to simplify referen...
2015-09-27 Chris JaeklAdd found bugs to database.
2015-09-26 Chris JaeklSome progress toward implementing store(Analysis).
2015-09-25 Chris JaeklA few changes:
2015-09-24 Chris JaeklRestructure database code.
2015-09-23 Chris JaeklAdd code to load bug categories and patterns from the...
2015-09-06 Chris JaeklUnit testing: confirm that Analyzer can parse some...
2015-09-06 Chris JaeklA bit more testing
2015-09-06 Chris JaeklAdd jcov jars.
2015-09-06 Chris JaeklAdd missing file that should have been in previous...
2015-09-06 Chris JaeklImprove XML parsing to handle attributes as well.
2015-09-04 Chris JaeklAdd knowledge about the specific FB tags
2015-09-03 Chris JaeklPartial implementation of XML parse for FindBugs output
2015-09-01 Chris JaeklMinor fine-tuning of findbugs command execution
2015-08-29 Chris JaeklAdd ability to execute FindBugs
2015-08-27 Chris JaeklBring things to a state where the basic DB schema gets...
2015-08-22 Chris JaeklSome progress toward implementing connection to DB...
2015-08-22 Chris JaeklInitial commit.