[Solved] static method returns empty hashmap


Adding my comment as a possible answer, since it might point to the problem.

getSQLs() is going through each entry in the jar file, but only returns the result of the last entry. Perhaps the last entry doesn’t contain any sql files?

0

solved static method returns empty hashmap