Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53608

Fix up incorrect method signatures on readResolve

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None

      readResolve() should be ANY_ACCESS_MODIFIER Object readResolve() however there are a few uses in class where this is not the case.

      These should be tidied up and fixed.

      hudson/triggers/SCMTrigger.java:        private void readResolve() {
      jenkins/security/apitoken/ApiTokenStats.java:    private ApiTokenStats readResolve() {
      jenkins/security/apitoken/ApiTokenStats.java:        private SingleTokenStats readResolve() {
      

            Unassigned Unassigned
            teilo James Nord
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: