Surya

- Total activity 275
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 114
-
Surya created a post, Question regarding Intellij 12 and 64 bit JDK
Hey guys,This might be a dumb question, but I tried setting the IDEA_JDK env variable to a 64 bit JDK 7 update 10 installation in my windows 7 box. However when it starts up it says something along... -
Surya created a post, Code inspection bug in Intellij X?
If I have code like this:setExpiry(new Long(timestamp).longValue() * 1000);Intellij suggests in the code inspection tool that it can be changed to do use the parse method instead. However when appl... -
Surya created a post, Intellij and Spring related question
Hey gang, I had a question that has been bothering me for some time now. Do you remember when working on a java spring bean that has been wired, the editor would show the little green spring leaf i... -
Surya created a post, Maven download sources/javadoc Intellij 9 question
So I am trying out Intellij 9 right now and I love what I see. I notice it is quite a lot more performant than verion 8.1.x is to be honest. I have a question regarding Maven though. In Intellij 8 ... -
Surya created a post, Git and gitconfig question
Hey gang,Simple question but if one modifies their gitconfig (both in gitbash and in the program files/git/etc folder) and adds their username and email, is Intellij when pointed to the git.exe fil... -
Surya created a post, Quick question about Maven and downloading of sources
Hello everyone.I am running Intellij 8.1.3 and was curious if there was a way instead of asking maven to go ahead and download the source and javadoc for ALL dependencies for a project module...whe... -
Surya created a post, Question regarding spring and unit tests
Ok so I have a base test class which I am extending and creating unit tests from. This is all JUnit. So we are loading up our config files like so in the abstract class:private static final String ... -
Surya created a post, SVN toolbar in Intellij 8.0
Hey guys,Been playing with Intellij 8 and I am loving it. I am still torn between upgrading right now or sticking with Intellij 7 right now...but regardless its a great release. I had a question...... -
Surya created a post, Is Intellij 8.0 going to support working with Springsource dm AS?
Looks like the server is now available for our download and perusal. Having gone through some of the documentation on the site, it looks quite impressive as is usual with Springsource codebases. Ju... -
Surya created a post, How do you undo a commit in Intellij?
I found something like this http://markphip.blogspot.com/2007/01/how-to-undo-commit-in-subversion.html but what if I wanted to do that in Intellij? Is the process similar? Thanks!