Aaron Cohen

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Created "Prohibited method" inspection?
Is there any way to have IntelliJ warn when a method is called other than modifying it and adding the @Deprecated annotation?In our case, we never want "Collections.unmodifiableCollection", because... -
Created Vertical toolbars in windows docked to the bottom
I'm not sure if this is a specific issue or a generic one.My problem is that I often like to shrink the bottom panel to be quite small, which causes the buttons on the bottom to be hidden and colla... -
Created Navigation confused by namespace aliases
If I have something like: (ns org.example.ants)(def dim 7)(ns user :require [org.example.ants :as ant])(let [works org.example.ants/dim, doesnt-work ant/dim]) Using ctrl-click or ctrl-b work on th... -
-
Created Maven dependencies are frustrating
It seems like a maven-based project defaults to "no dependencies" until all of the pom files have been processed, every time a project is opened.Is it possible to record the dependency information ... -
Created Did filesystem notifications change between 7 and 8?
I've noticed that I have to synchronize files manually more often now, especially in one case that I use fairly often when I run maven generate-sources which generates a new java class. That new c... -
Created Maven problem
Windows, EAP 89951) Open a maven project2) IDEA will read pom files in the background for quite a long time (this seems to ignore the setting "Maven | Importing | Import in background")3) Editing d... -
Created Diana-8858, "make" takes a long time even with no files changed
Not a "long" time I guess, but many seconds where in the past it would be pretty instantaneous.Am I alone in seeing this? If so, I could gather some cpu snapshots. -
Created Small feature suggestion
Sometimes, while developing, I encounter a stack trace that I don't want to diagnose right now, but would like to keep around to look at later.It would be nice if there was some UI where I could:1)... -
Created Maven2 issue
I'm not sure if this is a bug or me doing something incorrectly, but I'm having recurring problems using Maven2 in IntelliJ.We have a maven2 repository at work and everything works great as long as...