Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-2867

getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • metatype-1.0.4
    • metatype-1.0.6
    • Metatype Service
    • 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.

      Attachments

        Activity

          People

            fmeschbe Felix Meschberger
            aradzak jamie campbell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: