Steelman2k

- Total activity 609
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 206
-
Created Exceptions & RCODs
Are the RCODs (red circle of death) something paying IDEA folks are supposed to expect to run into many times a day on 6.0.x and never get addressed? I'm not seeing any of the exceptions & RCOD's t... -
Created JUnit 4 support in 6.0: should parameterized test cases work?
Does stuff like this work?@Test(expected=IllegalArgumentException.class)public void nullCase() throws IllegalArgumentException { // blah, blah, test, blah}And do you need to do anything special ... -
Created RCOD many times per day
Hi - I get the Red Circle of Death a number of times per day from running an ANT build external to IDEA. I believe this problem has been around for quite some time but never gets addressed. I just... -
Created 6.0.3 * Fixed unnecessary UI locking caused by filesystem refresh
Which issue # is this one in the tracker? I didn't see it in any of the notes.Thanks, Jon -
Created IG: "Empty catch block" feature lost?
Am I dreaming or did this inspection at one time have a way to ignore the error if the variable was named ignore/ignored on an empty catch block?Thanks,Jon -
Created Abysmal synchronization performance needs attention
Synchronization performance in IDEA is abysmal but the official line seems to be: "Unfortunately there is nothing we can do to speed up IDEA working on network drives. Our official recommendation i... -
Created Want no ^M eol when running IDEA on Windows but mounting a Unix fs
When you are running IDEA on WindowsXP and samba mounting a remote filesystem on UNIX where all your project files reside, is there a way to force IDEA's cvs integration to honor the UNIX end-of-li... -
Created Are 65xx builds not releasing to 6.0.2 EAP?
Many issues have been addressed in the 6,5xx builds including ones I want to test but the 6.0.2 EAP releases continue to stay on the 60xx builds. Are the 6,5xx builds not going to be part of 6.0.2?... -
Created Synchronizing files for over a minute on remotely mounted samba files
A new client has a required setup where your workstation is on WindowsXP but all project and associated files are remoted samba mounted on a Solaris machine. Every time IDEA gets focus it takes ove... -
Created SVN check out compared to CVS
When you selected a subdirectory of a cvs module to check out from the repository, IDEA gives you options on whether the parent directories should be expressed on the checkout. I don't see than wit...