Guillaume Toison
Guillaume Toison
Thanks for reviewing @JuditKnoll, I have made the changes
> I can't get the development environment to work locally with gradle for some reason What's the error you're getting? We're looking for ways to help external contributors onboarding into...
So this should be fixed now that 4.8.6 is released
I think this is the same issue as #1867
Thanks a lot for the contribution @mdouaihy #651 mentionned other methods than `Objects.requireNonNull`, did you consider adding things like: ``` com.google.common.base.Verify.verifyNotNull com.google.common.base.Preconditions.checkNotNull org.apache.commons.lang.Validate.notNull ``` I think it would be good...
@JuditKnoll would you know if the missing class error is because of the way we are running unit tests? I was wondering if it could be a problem similar to...
This should be fixed by #2811 once released
As far as I can see the code (`edu.umd.cs.findbugs.visitclass.DismantleBytecode` or `edu.umd.cs.findbugs.detect.FieldItemSummary`) hasn't changed much recently so this is very strange indeed. Is there a way to reproduce the problem without...
This might be solved if this JEP 456: "Unnamed Variables & Patterns" is implemented: https://openjdk.org/jeps/456
Would it be possible to share a zip with the compiled .class files of the project?