Omair-Inam Abdul-Matin
- Total activity 108
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 44
-
Created 7065 - Spring: Can't apply rename refactoring for id of util:list element
My spring bean configuration file looks like the following: .... ]]>If I place my cursor over the id text for util:list I am unable to apply ... -
Created Refreshing project files
I have to work with multiple branches of our company code. To prevent the need to have multiple projects, I use NTFS junction points that point to the current branch I'm working with. My director... -
Created 7051 Invoking call hierarchy results in high CPU
My firm has a large codebase (>5000 files ... no stats on LOCs ... sorry). I found that when doing a call hierarchy on a static method named get, IntelliJ freezes for nearly 2 minutes and CPU is b... -
Created Quick find unusable in ant pane
The ant pane lists ant targets in the format .[ant target]. This basically renders quick find unusable for ant files that have complex project names.Our company source code has a master build file... -
Created Maven2-spring external properties file undetected under main/resources
I have a maven2 project with the standard directory layout (http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html). I have created a spring bean configurati... -
Created "Quick find" ant targets hard to use: project name prepended
Our company source code has a master build file and multiple build files. The master build file as well as all the child build files have the name attribute set in the project tag. So it's somet... -
Created Java mod + Spring facet: No option to add spring beans config file in
I've added a spring facet to my java module. However when I use alt+insert in the project pane I don't get an option to add a spring beans file. If I add in a regular xml file, I need to add the ... -
Created Spring facet problem (config window only shows Configuration & Options tab)
System config: Windows XPIntelliJ IDEA 7.0M1a (I have a personal license for Intellij 6.0 and I imported my settings from IDEA 6.0 into Selena)I've created a new project with just one Java module. ... -
Created Keyboard shortcuts not working...
I'm currently evaluating and I really like what I've seen so far. I just wanted to fire off a bunch of questions (mostly small quibbles) while I have my 30 days left...I use the Emacs keymap and s... -
Created JUnit tests passing via ant fail with failures/errors in Intellij IDEA
I've been testing out Intellij IDEA to see how it compares to Eclipse for development. Our company's source code base is very large and we use ant tasks for building jars, wars and ear files. We ...