Open
Description
V subore libfajr/src/window/studium/StudiumFactoryImpl.php je kod ktory je
zastaraly.
Napr.:
public function newNastenkaScreen(Trace $trace)
{
$requestBuilder = new RequestBuilderImpl($this->connection->getUrlMap());
$executor = new ScreenRequestExecutorImpl($requestBuilder,
$this->connection->getSimpleConnection());
$parser = new AIS2TableParser();
return new VSES017\NastenkaScreenImpl($trace, $executor, $parser);
}
Avsak AIS2TableParser sa uz nepouziva.
Odstranit kod ktory sa nepouziva. To znamena upravit priamo studiumfactory ale
aj jednotlive screeny ktore ocakavaju v konstruktore AIS2Table
Original issue reported on code.google.com by [email protected]
on 28 Oct 2013 at 10:19