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() {
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.
Originally reported by
teilo, imported from: Fix up incorrect method signatures on readResolve
Raw content of original issue