Stephen Friedrich

- Total activity 1580
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 645
-
Created InspectionGadgets Bug
I am not sure wether I should report bugs in the InspectionGadgets plugin using the tracker...Anyway:An imports of a class from java.lang is not redundant if there is a wildcard import of a class w... -
Created Oops, they did it again: Debugger dead slow
Step to next line with build 2026 takes about 5 seconds with my project. Is anybody else seeing this?I really wonder because noone else seems to complain.Add your comments here or vote for a fix: ... -
Created Help - CVS conflicts for module/project files again and again
I have a hard time convincing our team to use a shared (via CVS) Idea project.A major problem is that people keep getting conflicts in the project files. I investigated this and found that Idea alw... -
Created @Override features
Java 1.5 has a very nice new feature that has gone almost completely unnoticed for now:If you want to override a method in a subclass, you can now say so explicitly:The compiler will complain if an... -
Created Hotswap is sloooooooooooow
In my project whenever I recompile a during a debug session, the "Hotswap: " dialog pops up and blocks the machine for more than a minute?! CPU usage is near 100% and memory consumption goes up dr... -
Created Debugging in 1126 still takes ages
Doing any of step over/into/out takes at least 5 seconds (on my 2 GHz machine).Do others also see this? Is there already a tracker entry? -
Created Idea's merge tool instead of CVS conflicts?
Now that Idea has such a great merge tool:Is there any way to get the merge tool when (i.e. before) a CVS update produces a conflict? (Rather than having the source itself obfuscated with CVS confl... -
Created "Show virtual space at file bottom"
... in IDE settings, editor group.What is this supposed to do? Even when I select it and scroll to the bottom of a file, there is nothing changed at all.Also the help is still missing an explanation. -
Created CamelHumps words
I thought there would be different editor actions for whole word selection and subword (CamelHump) movement/selection...In 957 you have to make up your mind once which type of word selection you wa... -
Created Module/Contents GUI is a major blooper
I know that it's still early on in the implementation of the new module/contents concept and I think it's quite a powerful notion.However the more complex the idea gets the harder it gets to design...