Vinay Moharil

- Total activity 354
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 131
-
Created 3242 weird cvs behavior...
I am having some strange cvs checkin behavior with build #3242. I modified one file and tried to checkin the project. The project has some other things that get built during a build but should not ... -
Created Not able to start 3229 ....
I am not able to start 3229 on linux fedora core3.I am running into following exception on startup. I did not do a full install - just unzip the tar.gz.java.io.FileNotFoundException: /opt/idea3229/... -
Created 100% CPU with 3200 project loaded..
I am running 3200 on Fedora Core3. When I started intellij and loaded the project, I noticed significant slow down (even mouse was in slow motion). I looked at the system monitor and noticed the pr... -
Created XML structure pane scroll from source not working???
I am using 3200. I can scroll from the structure pane to the source but not the other way round. Anyone else seeing this?thanksvinay -
Created Structural Search question...
I am looking for all the variables that are named "enum". This is what I am doing: search for $EXPR$, EXPR text constraints is enum I am not getting any results. What am I doing wrong? I am using ... -
Created 3177 commit project ....
I have a project that is being used since 3126. I reloaded the project in 3177. I tried ctrl+k on that project. The commit project dialog identified all the changes correctly but bunch (NOT ALL) fi... -
Created Any NPE detection IG?
In our group right now the nullability and how to indicate that and how to make it easier to read the code etc. has become the hottest topic. Wondering if there is any IG available for detecting po... -
Created structural search in 3126
Does this make sense? Of course the pachage and file names changed:Search for "$String$"code references:1040 occurences com.mycom.a.b ( in /dvlp/flex/src ) ( 1007 code references in 13 files ) ... -
Created Running IDEA under JDK 1.5 and remote debugging...
this is not supported - but anyone has had a success with remote debugging an app when running intelliJ under JDK 1.5?I get the exception:java.lang.NoClassDefFoundError: com/sun/tools/jdi/Transport... -
Created EAP 3117 and tomcat remote debugging...
I was trying to do remote tomcat 4.1.30 debugging using 3117. I can stop at a break point and all but the method where I stopped has some objects whose object tree is quite big and the toString is ...