John Doe

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
John Doe created a post, Is there a way to automatically detect junit/spring4 errors?
I have intellij IDEA Ultimate edition and I believe, any plugins related to junit and Sping installed. My build is done outside of intellij and all of the juint tests are run during the build proce... -
John Doe created a post, When viewing the diff of my branch vs another, how would I easily import files that my branch is missing?
Imagine you're using the git plugin in intellij Ultimate. Is there a way to import a file that the other branch has but you don't, that is even more conveinient that using the console command:git c... -
John Doe created a post, How would I get Intellij to use source files on another machine as its source files?
I'd like to run intellij from my laptop instead of remoting into the machine at work. I don't want to deal with multiple sources though. Is there any way to have intellij read and edit the source a... -
John Doe created a post, How to get Intellij to recognize Hibernate <-> DB issues/errors?
The project I'm working on uses Java EE, Srping, Hibernate and MySql. Intellij is far more helpful than eclipse in my experience but there are instances where traking down some typo in a Hibernate ... -
John Doe created a post, Can you develop commercial applications with IntelliJ community edition?
I've recently started using IntelliJ for my Java projects. I am working on a project that will be used in another commercial project so I was wondering if I can use IntelliJ community edition to d... -
John Doe created a post, How to disable annoying intellij behavior of modifying what I write?
I'm trying to write java code.I'm writing 'log.log(LogLevel.Debug, "Min'and then I press space and the editor replaces the capitol M with m. It doesn't tell me why. I've tried to go to editor setti...