Alan Snyder
- Total activity 173
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Unable to build 13.1.2 using ant
I am unable to build 13.1.2 (135.690) using ant. See attached output. Building under IDEA works.Any suggestions?Attachment(s):buildout.zip -
Created editor does not find library containing @NotNull annotation
I created a simple test project that uses @NotNull. I added a dependency on a library that defines it (a copy of the IDEA annotations.jar but with a different name). I added an import statement:imp... -
Created Trouble building IDEA CE
I have been spinning my wheels trying to build a variant of IDEA CE 12.0.1 that I was previously able to build.The reason I need to rebuild it is that I discovered I had accidentally built it runni... -
Created How to find use of interface extension?
I have an interface A that extends interface X. I want to know where my program depends on this fact. Can IDEA help me find this out?In my example, there are far too many uses of X to review all of...