Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
metatype-1.0.4
-
None
-
ubuntu 10.04
Description
LocalizedObjectClassDefinition:137 attempts to get next iteration element typecast to Map.Entry , which gets a class cast exception most likely because the keys are of type Integer. The map is keys = integers , values = strings (see OCD.java two levels up). The code appears to believe that, instead, it's a map of maps.. or something.