Service loader can result in broken behavior in certain situations.
swichers opened this issue · 0 comments
swichers commented
Right now the service loader helper is checking if the discovered files are null
. It's possible for this value to be an empty array instead of null
, which results in weird/broken behavior.