Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created @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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created More SVN problems
Hi all,I just tried to rename a file I'd mistakenly named badly, and had some pretty bad problems with it. I renamed a class DataTypeGroupImpl to DatatypeGroupImpl, and then when I looked at the ch... -
Created Weird variable appearing in my project file
Hi all,I have a really strange problem which I can't work out. A workmate checked something into SVN, when I updated I had to restart the project because the ipr had been updated, and when restarti... -
Created Replace in path broken with scopes?
Hi all,I can't get replace in path to work with scopes - does this work for anyone? Specifically, if I open the dialog, enter the find and replace text and select a scope to replace in, nothing hap... -
Created Problems with variables marked unused
Hi all,Is anyone noticing that in Selena variables are occasionally marked as unused when they're not? In this case (see attached image) the variable isoHeaderName was marked as unused when I added... -
Created ArrayOutOfBounds from javac2 on TeamCity?
Hi all,Not quite sure where this belongs - we recently switched to javac2 so that we can use the Form Designer. We're getting the problem below, but only when TeamCity compiles. We're all developin...