Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refaktoring StudiumFactory #150

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment
Open

refaktoring StudiumFactory #150

GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 4 Nov 2013 at 1:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant