Hello, since some time I'm having problems with Eclipse. When opening any file with class which extends one specified class (Presenter), an error occures:
I've noted, that problems occurres only when loading the mentioned class - Presenter. When I delete "extends Presenter" or when I delete the file, which contains class Presenter, problems dissappear.
Class Presenter is part of PHP framework Nette, so you can see contents of this class here: http://api.nette.org/1.0/__filesource/fsource_Nette-Application__ApplicationPresenter.php.html
I can provide contents of LOG files, if that may help, but those are large (over 1MiB).