This change silently removes ignore declarations for arguments in
methods that invoke call-next-method. As all original arguments are passed to the next method, the compiler shouts a warning that ignored variables are being read, although it is not lexically apparent.
Loading
Please register or sign in to comment