Description
public SchedulerApplicationAttempt(ApplicationAttemptId applicationAttemptId, String user, Queue queue, ActiveUsersManager activeUsersManager, RMContext rmContext) { Preconditions.checkNotNull("RMContext should not be null", rmContext);
Order of arguments is wrong for Preconditions.checkNotNull().