Closed jglick closed 10 years ago
onMethodCall is not given a null receiver. But onGetProperty and onSetProperty are.
onMethodCall
receiver
onGetProperty
onSetProperty
Observed in 1.5 but also true in 1.6. See workaround: https://github.com/jenkinsci/script-security-plugin/commit/9518899c0c52721b1a7b1f841111f2cd682269e8
Related to issue #6.
Fixed this toward 1.8.
onMethodCall
is not given a nullreceiver
. ButonGetProperty
andonSetProperty
are.