@Override public RefactoringParticipant[] loadParticipants( RefactoringStatus status, SharableParticipants sharedParticipants) throws CoreException { String[] affectedNatures = JavaProcessors.computeAffectedNatures(fMethod); return JavaParticipantManager.loadChangeMethodSignatureParticipants( status, this, fMethod, getParticipantArguments(), null, affectedNatures, sharedParticipants); }
@Override public RefactoringParticipant[] loadParticipants(RefactoringStatus status, SharableParticipants sharedParticipants) throws CoreException { String[] affectedNatures= JavaProcessors.computeAffectedNatures(fMethod); return JavaParticipantManager.loadChangeMethodSignatureParticipants(status, this, fMethod, getParticipantArguments(), null, affectedNatures, sharedParticipants); }