Nat
- Total activity 149
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
-
Created Pack200
Is there any plan to use Pack200 in IDEA distro and also IDEA Jar caches for the project? If so, it might reduce some disk contention when opening the project. Has anyone ever tried to compare the ... -
Created Wrong inspection
Demetra 5175 Integer row = (Integer) quoteKeyToRowMap.get(key); if (row != null) setPriced(row.intValue(), isPriced);It will highlight row!=null saying that Con... -
Created IDE Lockup
I found that 5175 is often locked up. How can I give more information about the deadlock back to you guys? -
Created Prune empty directory question
I noticed that after I update cvs, it will try to prune every directory. Can I tell it to ignore build output directory since it has nothing to do with source control? If not, can you make Demetra ... -
Created Move .java file across modules
When can I move .java files across modules? I can move resource files but not .java files. -
Created IDE Startup Time
One thing I noticed after I installed Irida 5.1, I found that the startup time is much slower. So I tried to clean up CDS in JDK 1.5 and found that it made the startup time to be much faster. You g... -
Created The debugger doesn't work in 5.1 either
I set the breakpoint but it never stopped. The attach and detach of debugger works fine. -
Created CVS History Doesn't Work in 5.1
Does anyone experience the same problem? The history lists as empty. Nothing showed up in the grid -
Created semaphore leak
I started idea 5.0.2 (jdk 1.5.0_04)with a big project. After a while, the memory usage went up to 400MB while the semaphore handles shot up to 6000 handles. Most of them are semaphores. Do you have... -
Created Big project with many jars
I have a big project which contains multiple modules. Each one of them will often refer to the same 3rd party jar such as weblogic, log4j, etc. but in different locations. i.e. module1 -> module1/j...