Alan Snyder
- 活动总数 173
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 37
-
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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...