Skip to content

[JENKINS-53608] Fix up incorrect method signatures on readResolve #20005

@jenkins-infra-bot

Description

@jenkins-infra-bot

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() {


Originally reported by teilo, imported from: Fix up incorrect method signatures on readResolve
  • status: Resolved
  • priority: Minor
  • component(s): core
  • resolution: Fixed
  • resolved: 2018-09-19T13:33:01+00:00
  • votes: 0
  • watchers: 2
  • imported: 2025-11-24
Raw content of original issue

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() {

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions