Marcono1234

Results 126 comments of Marcono1234

It seems there is "Jazzer Pro" now: https://www.code-intelligence.com/introducing-jazzer-pro That page says: > ### Free for Open Source Projects and Non-Commercial Security Research > We believe in empowering the community. That's...

@yoursmanjunad, unfortunately I don't think you can do anything to fix this. Only the maintainers can update the `http://` URLs in the existing release notes, and only they can update...

Thanks, and no problem! Feel free to close this issue if you consider this resolved.

Is this obsolete now due to #6783?

The new API could for example be named `CompositeSerialBuilder` (?).

A workaround specifically for the wildcard import removal mentioned above could be to append a comment indicating that wildcard imports are disallowed and making the import invalid (see https://github.com/google/gson/pull/2550): ```diff...

Maybe there is also a bug with the error reporting that these errors just accumulate without ever being cleared, as long as there is still any formatting violation at that...

Thanks a lot for looking into this! I am not that familiar with Eclipse's internals, m2e and Maven incremental builds, so I have some questions regarding your proposed changes: -...

> > Do your proposed changes affect non-m2e builds as well > > No! Thanks for the clarification. I just wasn't sure because the condition in `AbstractSpotlessMojo.shouldSkip()` looked like it...

This differentiation between Repository Advisory and Database Advisory which both have the exact same GHSA ID is really confusing. In https://github.com/github/advisory-database/issues/1136#issuecomment-1379544668 it was mentioned: > They can actually differ in...