FileParameterValue should compare contents and not just location

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

XMLWordPrintable

      The hashCode() implementation of FileParameterValue.java only considers the location. Often times the file parameter is passed with the same file name and thus the same location, but the contents are different. The hashCode() should consider the contents so that the queue will queue the WaitingItem for each invocation that has different file parameter contents.

      The current workaround is to add a string parameter that provides a unique string like a timestamp and ldap name. This is not ideal having to do an extra parameter to differentiate the parameter action list.

            Assignee:
            Unassigned
            Reporter:
            LB Denker
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: