Jean-Noël Rouvignac
Jean-Noël Rouvignac
See a [java language server implementation based on Eclipse](https://github.com/gorkem/java-language-server): > _java-language-server_ is a server implementation that provides Java language smartness. The server adheres to the language server protocol and can...
That could be interesting indeed. I have not looked into details for the language server, however it seems like a feature Spartan/Auto would want to implement. Do you have an...
Hi Andrew, Thanks for the bug report. This help button is created by the Eclipse UI framework. I have two choices: 1. hide it 2. do something with it...
Could you be more specific than "a little information", and come up with concrete examples? Apart from stating "Strings" refactors string usage, I currently do not have a good idea...
Yes I know very well Sonar :) I introduced it in your company :) Sonar is developed professionally. I am developing AutoRefactor on my free time. Coming up with an...
OK I will try to see if I can do it.
Resolving this is definitely more involved than what I had imagined: - http://blog.lavablast.com/post/2009/06/22/Eclipse-Contextual-Help-in-WizardDialog.aspx - http://www.vogella.com/tutorials/EclipseRCPHelpSystem/article.html - http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.isv/guide/ua_help.htm?cp=46_0_19_1 I was hoping I could have some Java code triggered by the help...
A first step would be to have a tooltip in the "Choose refactorings" dialog, [as reported by @xpoinsard](http://linuxfr.org/news/modernisez-votre-code-java-en-un-clic-avec-autorefactor-v1-0-0#comment-1607394). Implemented in #129.
It might depend on issue #32
It is certainly part of a larger issue which consists of removing duplicate tests.