Aaron Cohen

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Aaron Cohen created a post, "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... -
Aaron Cohen created a post, 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... -
Aaron Cohen created a post, 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... -
Aaron Cohen created a post, -
-
-
Aaron Cohen created a post, 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 ... -
-
-
Aaron Cohen created a post, 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...