Moritz Beller

Results 10 issues of Moritz Beller

When trying to use csv2json, it unfortunately does not work out of the box. It depends on a gem that is not installed by default. This is a very frustrating...

Using the query ``` SELECT action, COUNT(*) as freq, YEAR(created_at) as pr_yr, MONTH(created_at) as pr_mt FROM [ghtorrent-bq:ght_2017_09_01.pull_request_history] GROUP BY pr_yr, pr_mt, action ``` I get a monthly digest of opened...

There is a library for TOML support in Python: https://pypi.org/project/toml/

WatchDog currently analyzes all files, no matter how big. The computations on such files (wrt. diff and static analysis warnings) become at least quadratically more expensive in file size. However,...

Adds an EqualsVerifier test to detect possible problems in our equals implementation. Purposefully breaks the build, as the contract is violated (test fails). Refs #230

Execute database cleanup commands from #191 and #204

bug

I just discovered that I often look at my tests as late as when the production change is per-se ready. Then I see the API to my production code has...

enhancement
question

In more recent Eclipse versions, `org.junit4` is replaced by `org.junit`. Because of this, it is not possible to use eCobertura in a recent Eclipse version anymore: it still depends on...