This pull request corrects an error in ModuleTypeRegistry where the wrong name string was used for a type. Class#toString produces an unstable and incorrect string, whereas the value of Class#getName was likely expected.
It also fixes an issue where no classes could be found due to not specifying class loaders to look in.
This pull request corrects an error in
ModuleTypeRegistry
where the wrong name string was used for a type.Class#toString
produces an unstable and incorrect string, whereas the value ofClass#getName
was likely expected.It also fixes an issue where no classes could be found due to not specifying class loaders to look in.