In the Direct Message Outlet part of the Java RMI exercise, all relevant pieces of missing code are in class MsgOutletHandlerImpl. If students don't look at the line numbers in the stack trace, but just search for Missing.here in the source file, they will encounter them in the wrong order. Either rearrange the code so that the missing pieces appear in the order of the test sequence, or refactor to put the missing pieces into different files.
In the Direct Message Outlet part of the Java RMI exercise, all relevant pieces of missing code are in class
MsgOutletHandlerImpl
. If students don't look at the line numbers in the stack trace, but just search forMissing.here
in the source file, they will encounter them in the wrong order. Either rearrange the code so that the missing pieces appear in the order of the test sequence, or refactor to put the missing pieces into different files.Follow-up from #60.