79698568

Date: 2025-07-11 15:54:15
Score: 1
Natty:
Report link
  URL url = Collections.list(ClassLoader.getSystemResources("abc.csv")).stream()
            .filter(u -> !u.getPath().contains(".jar!") && u.getPath().contains("/config/"))
            .findFirst()
            .orElseThrow(() -> new RuntimeException("abc.csv not found in /config/"));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sarvesh Kuthe