Marquis Wong

Results 13 comments of Marquis Wong

I'm also interested in this. Alternately, how would people feel about something like this? A bit more explicit, but fewer issues with attribute detection and more flexible. ```java public class...

@cdeszaq A common use case for me is to find all the places that a value is set. I find myself needing to look for and do Find Usages on...

Another problem is when you have multiple Immutables generated classes that implement a shared interface. Then it can be extremely difficult to find usages of setters of the shared getter,...

Would you have any objections to changing Jackson so that a findbugs `@Nonnull` and/or Jetbrains `@NotNull` are requirement to `required = true`? I could look into a PR.

Why don't you just remove the INFO level rules from your configuration?

@SpOOnman extremely belatedly, here's another version.

I apologize for missing your review request earlier. Just had a look and I'm pretty happy with the API. Thanks for the fix!

Would love to have this as well. Using Dagger and Immutables, which lead to many false positives (or at least, not fixable by me positives).

Thanks @elucash! I think it was this commit: https://github.com/immutables/immutables/commit/11cc457c7a7400b403f4b8bcebed49dc65e5fa9a ... if that helps at all.