Stephan Schroevers

Results 166 comments of Stephan Schroevers

@highsource, thanks for the quick feedback! I agree that your approach is simpler. I considered it as well, but initially dismissed it because I assumed there should be a one-to-one...

Alright, the safe route it is :). Two questions about annotating `jaxb2-basics-runtime`: 1. Do you prefer method annotations on a line by themselves (as for method `foo` below), or "before"...

Alright, so I hit a bit of a snag. Basically, the JSR-305 annotations don't support the full expressiveness described by [JSR-308](https://jcp.org/en/jsr/detail?id=308), which is something that the Checker Framework relies on/builds...

Closer to six years, haha :sweat_smile:. I looked around on my hard drive, but found nothing, sorry. (Can't remember how far I got with this anyway; not sure there was...

Thanks for flagging this in a more prominent place @sergeykad! I did mentioned the issue [here](https://github.com/bsideup/jabel/pull/177#issuecomment-1781544862), but this way the problem is more findable :+1:.

> I'm doubting if the recipe would even need the `new String(... ) ` surrounding it. Indeed, better to omit that and make the rule more generally applicable. :+1: I...

> but that first needs a new release of EPS @rickie and I have started to talk about doing a new release. Could be a few weeks (lots of other...

I see that this ticket involves an `true` dependency. The root cause is then likely the same as for palantir/gradle-baseline#2362.

Ping :). This doesn't seem like such a controversial change, so...

> I suspect a similar Refaster rule also exists in Errorprone Support, which is available via `rewrite-third-party`. I had a look; we don't have such a rule. I'm also not...