Raimund Klein

Results 24 comments of Raimund Klein

Linking this to [Gradle Github](https://github.com/gradle/gradle/issues/13498)

Some developers will prefer using the fields, others (including myself) the accessors. What a coverage should _really_ check is that _every_ field is being used directly _or_ via the accessor....

Please forgive my ignorance, but I can't see why the tests failed now. They're all green on my machine, and I'm afraid I don't know how to rerun the build...

Hmm, that's too bad. Thank you for the information. I'll follow the discussion there now and see if I can help.

The Factory itself offers a configuration option now. If requested, we can expose this via the main configuration class, but I see little value in that. Other than that, this...

@buildscientist I fetched the latest upstream and merged, but something must have gone wrong - builds on my branch are still failing. What did I miss?

Merged upstream. Let's hope it'll work now.

Not sure if I can get to this anytime soon, as I'm in the process of moving house. Lots of stuff to pack, then unpack for weeks. If nobody picks...

OK, looks like I'll start this out myself now. Just one question: We solved similar issues in our other simulators by using Guava's [EvictingQueue](http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/com/google/common/collect/EvictingQueue.html). I see that Guava is not...