Ullrich Hafner

Results 240 comments of Ullrich Hafner

I don't think that this libraries needs so many automatic builds. There are several possibilities: - Since ATH simply is a test tool we can either skip builds for dependency...

I have a similar (but a little bit different) example in one of my classes that cause the same problem: ``` private class JSONObject { Object getObject() { return new...

When you set an element to deprecated you should ensure that you are not using it in your own code base. The code migration is not clear to me: All...

> Hi @uhafner, I make few changes. Could you please suggest if there's an alternative approach for dynamic creation under the new changes? A bit more guidance on the recommended...

BTW: when you are rebasing your code then it makes sense to squash the commits to a single one.

Thanks for finding this problem. I never downloaded the dependencies yet, `npm` is solely used to check the indention for the Markdown files.

> One additional question @uhafner, why are you expecting `T` instead of `var`? `var` is perfectly fine here, from the JLS view. You are right, it works with `var` as...