You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSVReader wrapping FileReader at line 233 in readFileCsv() is never closed. Compare with readFileExcel() in the same class (line 267) which correctly uses try-with-resources. Fix: wrap in try-with-resources.