Robert Gibson
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Created Using local OpenJDK build as SDK
AnsweredHi, I have cloned and built (with "make images") a local OpenJDK ("amber" repository). When I try to add the resulting build//images/jdk directory as an SDK, IntelliJIdea does not complain about t... -
Created Finding multi-level implicits?
Hi there,I love being able to track down implicits with View->Implicit Parameters and Navigate->Implicit Conversion. But is it possible to solve the following problem?Say I have the following code... -
Created Idea 7.0.5 and Subversion 1.4
Am I the only one using this combination? It seems like since 7.0.4 Idea can't cope with working copy in formats other than 1.5 (but the doc says it should be able to cope with 1.3/1.4/1.5).Am I c... -
Created Quicklists in 8.0M1
Hi,Anybody else using quicklists? I've got one really useful one defined for my common VCS actions and have been using it from the keyboard for a few years, but with 8.0M1 suddenly the numbered mn... -
Created #7860 & bogus NotNull exceptions
Using JDK 1.6.0_06 and Idea 7.0.3's javac2 task I had been running up against this issue: http://www.jetbrains.net/jira/browse/IDEADEV-26894I upgraded to build #7860 and the problem seemed to be re... -
Created "Go to implementation" repeats itself?
I have the problem that the "Go to implementation" popup (Ctrl-Alt-B) brings up multiple entries for some methods. E.g. for the following code map = new HashMap (); public static void main (St... -
Created Structural search emergency!
I just used the EAP intention to add @Override annotations everywhere - it worked fine, but was a bit slow.Anyway, the problem is that now I have @Override annotations for methods that implement me...