SubversionChangeLogSet.LogEntry should return the revision as commitId

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

XMLWordPrintable

      SubversionChangeLogSet.LogEntry does not override getCommitId() from ChangeLogSet.Entry; this leaves the default return value of null; not very useful.

      The trivially correct implementation would be

      @Override
      public String getCommitId()

      { return String.valueOf(revision); }

      (edit: stupid copy-paste bug)

            Assignee:
            kutzi
            Reporter:
            Espen Wiborg
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: