Rick Ossendrijver

Results 67 comments of Rick Ossendrijver

> which (IIRC) includes timing metrics, but also statistics on how often violations trigger or patches are applied. Indeed, @Stephan202, you explained it well. Our main goal is to know...

Hi @Kamil-Gabaydullin, for a while there was no activity on this PR. Partly because @Stephan202 and I were swamped and reviewing PRs that contain a new BugPattern can take quite...

> What's the best approach of specifying these calls We have a few BugPatterns where we have a curated list of calls that we want to match, see [StaticImport](https://github.com/PicnicSupermarket/error-prone-support/blob/master/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/StaticImport.java#L61-L105) or...

(Okay apparently I had to rebuild, the test locally passed 😄, will take a look). > I didn't test if MemberOrdering respects annotations, I assumed annotations are part of the...

I reverted the commit as I'd need some more time to properly fix this. I'm wondering however, maybe we should use a different method altogether. In the `SourceCode` file and...

So went through a big rebase. Not sure what made it harder, but I think because there were a lot of overlapping changes. Let's see what Pitest has to say...