Introduction to Flaky Tests Unit testing forms the bedrock of any Continuous Integration (CI) system. It warns software engineers of bugs in newly-implemented code and regressions in existing code, before it is merged. This ensures increased software reli... (more…)
Read more »
I just had an interview, and I was asked to create a memory leak with Java. (more…)
Read more »
This is a short video demonstrating some features of Undo's LiveRecorder for Java (https://docs.undo.io/java/). This is a time travel/reverse debugger that l... (more…)
Read more »
We have Java Dataflow Analysis (DFA), which is able to derive facts about your program: possible exceptions, conditions that are always true/always false, and more. It performs an abstract interpretation of the source code, allowing it to gather informati... (more…)
Read more »
gorp - Library for building efficient regular-expression based extractors by combining multiple REs into single automaton...
Read more »