Skip to content

refaktoring StudiumFactory #150

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions