Alexander Fedorov

Results 33 comments of Alexander Fedorov

@jonahgraham yes, this is terrible anti-pattern to declare static functions inside public interface. And it is much worse to use and replicate it. Our discussion here clearly demonstrates why. Unfortunally,...

Thanks! The use case is described in more details [here](https://bugs.eclipse.org/bugs/show_bug.cgi?id=558676), I will need some time to prepare a PR. Do you have Oomph setup published? I do not see it...

Workaround suggested for LSP4E https://git.eclipse.org/r/#/c/163465/

Thank you for your PR @hgvanpariya ! Unfortunately it contains unrelated changes of .target that now has conflicts. Could you please remove unrelated changes from you PR?

Hello @hgvanpariya If this PR is still actual, you can try to run https://github.com/eclipse/dash-licenses on it locally to inspect licensing issues. Otherwise please close it.

@yegor256 still no progress here StackOverflow is "to help you with specific coding, algorithm, or language problems" - seems to be offtopic for the most part of zerocracy-related questions But...

> if that file is not found, the parent folder is checked for this until the root is reached Are we talking here about `parent` from IFileSystem perspective or about...

So, for each IProject it will go up from its "Location URI" through the local file system, looking for `.eclipse` folder until the very root of the drive, and then...

Hello @privat I'm thinking about porting RARS to Eclipse Platform because IDE part of RARS functionality intersects with Eclipse Debug a lot. However, I would like to keep the core...