Oliver Wehrens

Topic

#java

10 stories

Do not use Javadoc

Javadoc is here to help. To understand what the code does and how it works? Right? I don't think so. I confuses the heck out of me in most cases.

Cucumber-jvm for Java

In an earlier article I compared cucumber (with Cuke4Duke) and Concordion. It was very cumbersome due to the ruby/jruby jvm chain. Behold - the new cucumber-jvm was released. So…

Update on Quant TestTester

Here is a small update on my little fun project. I released version 0.2 of quant. Now it will recognize all TestNG annotations which do not have a TestNG group (like @BeforeMethod,…

Quant - Check your Tests

Did you ever wondered if all tests your team wrote are really running ? How many disabled tests does your code base have? How many public void methods do not have a @Test…

IntelliJ IDEA 8.1

I do love IntelliJ IDEA but the 8.0 release had some issues with indexing and compiler caches. Version 8.1 is out and addresses these issues (among other things, e.g. git support).…