What steps will reproduce the problem?
1. Create a custom LoadingItem
2. Call BulkLoader.registerNewType with a string continaing Capital
Letters in the 2nd parameter
You'll get a run time error Error #1007: Instantiation attempted on a non-
constructor.
This is because Loader.registerNewType doesn't cast to lowercase the
atType parameter whilst BulkLoader.add does it while searching for the
type class.
Original issue reported on code.google.com by ennevale...@virgilio.it on 26 Jan 2010 at 2:04
Original issue reported on code.google.com by
ennevale...@virgilio.it
on 26 Jan 2010 at 2:04