Gilles PHILIPPART

- Total activity 241
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 89
-
Gilles PHILIPPART created a post, Support for upcoming cucumber-jvm
Hi,Can you consider bringing support in IntelliJ for Cucumber which is being ported to the jvm world ?There was a discussion recently on this topic here : https://groups.google.com/forum/?fromgroup... -
Gilles PHILIPPART created a post, New feature idea to improve code refactoring for readability
If you're interested, please vote for it :Suggest extract method name with nearest comment above block: http://youtrack.jetbrains.net/issue/IDEA-80000?query=problems+view&projectKey=IDEA -
Gilles PHILIPPART created a post, Clearcase plugin for community edition
Hi,i'm trying to write a Clearcase plugin for community edition. So I wrote a few lines of code, a class that extends AbstractVcs.Now when i try to run the plugin configuration, the sandbox Intelli... -
Gilles PHILIPPART created a post, Please allow git access via http for people with restrictive proxy
Everything is in the title...I'm behind a corporate proxy and cannot access the IntelliJ sources with the git protocol.I have access to git repos with http though, but jetbrains one is not configur... -
Gilles PHILIPPART created a post, External annotations questions
Hello, I have two questions about external annotations :- how do you see visually that a method has been annotated ?- can you migrate from external annotations to source code annotations, and how ... -
Gilles PHILIPPART created a post, Quickfix shoud apply to all quickfixable subitems
I filed a usability issue on the fact that you can't always globally quickfix items : http://youtrack.jetbrains.net/issue/IDEA-26382 -
Gilles PHILIPPART created a post, Inspection results memory usage
Hello,I just ran an inspection profile with 5 easy to fix items : Redundant field initializationUnnecessary parenthesesRedundant throws clauseUnused assignmentRedundant type castThe run detects 857... -
-
Gilles PHILIPPART created a post, VCS exclude files
Is it possible to configure VCS file exclusion in such a way that the configuration would end up in vcs.xml instead of workspace.xml (which i do not put under version control) ? -
Gilles PHILIPPART created a post, Code maturity issue
Hello,Is there any inspection that would detect trivial code such as :<code>public boolean equals(Object obj) { return super.equals(obj); }</code>and clear it ?