Surya

- 活动总数 275
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 114
-
Surya 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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!