FrOSCon 2018: Tester gesucht!

In Rahmen meiner Dissertation entwickle neue Methoden, um die Richtlinien für Barrierefreie Webseiten abzubilden. Aufbauend darauf entstehen Tools, die ein semiautomatisches Testen von Webseiten auf …

Two talks at FrOSCon 2017

On this years FrOSCon (August 19th and 20th) I will give two talks. Both talks will be in german.

hibernate5-ddl-maven-plugin version 1.0.1 available

My Maven plugin for generating SQL DDL files is now available in version 1.0.1. Several dialects have been added. Starting with this version the plugin is provided in different variants build against …

Testing equals() and hashCode()

When you working with Java Beans you almost certainly overwrite the equals(), hashCode() methods. But how to test them? The equals contract which is described in the JavaDoc of the Object class is …