Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
Created RCOD (Red Circle of Doom)
Lately I've finding that I am getting angrier and angrier with the RCOD. I don't know if it's that time of the month, or if there's something more sinister at play, but the damn thing really really... -
Created Deleting plugins...permanently
Is anyone else annoyed by constantly having to delete plugins with every eap? I know I'll never need the tomcat, weblogic, starteam, or sourcesafe plugins, so the first thing I do with every eap is... -
Created 3311 Fun with cloning
Ahem, not that I want to teach you guys java or anything, but the openAPI has a rather silly method:com.intellij.j2ee.run.configuration.ServerModel implements Cloneable, and has the method: com.in... -
Created serialVersionUID error highlighting
Does anyone else find this particular error detector intensely annoying?I mean, I'd love to turn it on, but I keep naively expecting it to provide me with an intention action to actually create a s... -
Created intentions and concurrency
I've just noticed a very dangerous detection in IDEA, any thoughts on this?Consider this:if(this.blah != null){ Blah myblah = this.blah; if(myblah != null && xyz) { ....I might be mistaken, b... -
Created Looking for TODOs on OSX
Has anyone else run into the issue where irida hangs on startup, with two modal dialogs up (Looking for TODOs and Loading files), both of which stay there and the only way out is to force kill it?T... -
Created Irida bugs
What's the status on filing new bugs for Irida? The tracker is going to move and the current EAP is intensely annoying in many areas (editing compiler properties on a clean install blows up, random... -
Created backward compatibility in new EAP
Ok, right now I'm too excited/scared to actually run the new EAP. So a question to you brave souls out there:Will this run happily side by side with IDEA 4? Any precautions/caveats/hints? -
Created Excessive logging
Looking through idea.log, I've noticed that it's very very verbose when set to info level. I realise it isn't such a big deal in the grand scheme of things, but really, some of the messages seem ve... -
Created Modules should not forget what appserver they were integrated with
I have an app with about 20 ejb modules. So as you can imagine, it's rather annoying having to go through every single module and specify what appserver I want to use it with.This wouldn't be a pro...