Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 Ant execution command line?
Hi all,I'm trying to emulate the effect of placing -emacs -logger org.apache.tools.ant.NoBannerLogger on the Ant command line from within IDEA. If I put these options in the Execution->Command Line... -
创建于 Ivy?
We're looking into using Ivy for our dependency management. I just downloaded the Ivy project source code and created a new project from the source, and to my surprise IDEA created a bunch of IDEA ... -
创建于 Jikes instead of javac2?
Is the extra functionality provided by javac2 available as a post-compile step? I'd like to try moving to jikes to avoid the annoying javac bug described here: http://intellij.net/forums/thread.jsp... -
创建于 External annotations
I just tried to add an @Override annotation using the quickfix, and to my surprise a "do you want to use external annotations" dialog popped up. Did I miss this in the release notes? Can we get a q... -
创建于 Does no-one at Jetbrains delete anything?
...or do they just not use SVN?Try as I might, I can't delete the restrictions directory shown above. I delete it, and as soon as I do an update IDEA puts it back. Am I missing something obvious?I'... -
创建于 @Nullable problems
Hi all,As shown in the attached screenshots, IntelliJ is giving me incorrect results for the @Nullable annotation in 7.0 M1a - is anyone else seeing this?Cheers,ColinAttachment(s):Picture 3.pngPict... -
创建于 Slightly OT: generics problem
Hi all,I'm going to use a slight problem I've found with IDEA to ask an OT question about generics in case anyone can help :)I have something like the hierarchy in the attached file - I couldn't pa... -
创建于 Questions about OSGi plugin development
Hi all,We're using OSGi extensively in our project, and I'm starting to wish IDEA had some support for it. I'm looking into developing something fairly modest supporting only editing features at th... -
创建于 Lockup with 6981?
Hi all,I just downloaded 6981, I was keen to try the dependency matrix stuff. However when I open my project it builds the indices really quickly, then can't find any classes. If I open the project... -
创建于 Inspection question - final not suggested for private fields?
Hi all,I've started putting final everywhere since I started reading about concurrency. One thing I've noticed is that the "local variable or parameter can be final" inspection doesn't catch privat...