sbt/zinc-lm-integration/src
bohdansolovie aa4ac5b981
[2.x] fix: Add null check for resource URL in ResourceLoader.getPropertiesFor (#8641)
**Problem**
getPropertiesFor method calls getResource().openStream() without checking
if getResource returns null. When a resource doesn't exist, this causes
a NullPointerException with no context about which resource was missing.

**Solution**
Added null check before calling openStream() and throw a descriptive
FileNotFoundException with the resource name if the resource is not found.
This prevents NullPointerException and provides better error messages.

Generated-by: Auto
2026-01-28 10:05:03 -05:00
..
main [2.x] fix: Add null check for resource URL in ResourceLoader.getPropertiesFor (#8641) 2026-01-28 10:05:03 -05:00
test/scala/sbt/internal/inc Merge branch '1.12.x' into wip/merge-1.12.x 2026-01-05 00:08:21 -05:00