missing break in getValues@RegistryKey

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The Exception:

      Caused by: hudson.util.jna.JnaException: Win32 error: 234 - null
      at hudson.util.jna.RegistryKey.check(RegistryKey.java:124)
      at hudson.util.jna.RegistryKey.getValues(RegistryKey.java:263)

      The getValues handle the 234 error (ERROR_MORE_DATA) but after forget to break the switch-case, so it run to next case (to "default"), which check the error calling the check() function, and that throw an Exception.

            Assignee:
            Unassigned
            Reporter:
            Elso Andras
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: