openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

Make sure `ResourceParser` returns no `null` sources #207

Closed knutwannheden closed 1 year ago

knutwannheden commented 1 year ago

A Parser is not supposed to return any null sources, but we add a safeguard just in case.