Hamlet D'Arcy

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
-
-
Hamlet D'Arcy created a post, Maven EJB Project will not deploy on WebLogic (IDEA 11)
I am trying to get my EJB project to deploy in WebLogic, and it just won't work. I have: IDEA 11.x Maven 2.x Java EE 5 Windows My Maven projects are very plain. There is nothing special here. And t... -
Hamlet D'Arcy created a post, Structural Search for all method calls that have an annotation
I would like to create a Structural Search for all method calls to methods that are annotated with a specific annotation.For example, imagine wanting to find all method calls to methods marked @Dep... -
Hamlet D'Arcy commented, -
Hamlet D'Arcy created a post, How to create Surround with Null Check Live Template
I am trying to create a Surround with Null Check Live Template.It takes a Statement like this: <selection start>obj.getProperty()<selection end>.setValue(5);and wraps it in a Null Check expressi... -
Hamlet D'Arcy created a post, How to trigger groovy "conditional" related inspections
Is there any sample code that can trigger the Groovy "Conditional Can Be Elvis" or "Conditional can be conditional call" inspections?None of my sample code that /should/ trigger these inspections p... -
Hamlet D'Arcy created a post, How to activate a plugin for Groovy files?
I use the Copy as HTML plugin for Java files. http://plugins.intellij.net/plugin/?id=190I would really like to use the plugin for Groovy files as well. Can it possibly be that hard to activate this... -
-