easim.core.History needs a fix
Brought to you by:
wilste
easim.core.History.removeLastHistoryElement() :SimulationElement
throws an EmptyStackException iff the underlying stack is empty but
one tries to retrieve/remove the last history element. In stark constrast
the java-doc comment says null will be returned in such a case. This is
*very* misleading.