Tom Williamson
- Total activity 120
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 35
-
Created Set up a project completely outside existing source folders?
AnsweredA coworker has set up his intellij project so that his source is in a completely separate subtree from all his Intellij files. He did it by using "import modules from Eclipse project" in the impo... -
Created Debugging an Easyb .story script file?
I am working on a large project which I need to add additional web tests to. Our testing framework is Easyb, which I gather is somewhat dated (around 2010): https://code.google.com/p/easyb/ My... -
Created Set BigDecimal value in Debug/Variables window?
I'm looking for the syntax to set a BigDecimal value from "null" to a BigDecimal value for testing. If I use "new BigDecimal("1.1")" I get "Cannot find constructor" from Intellij. If I use "Big... -
Created Intellij JUnit test configuration won't load Spring-instrument load time weaver?
I moved to a different machine recently and lost all my test configuration information for my Intellij projects. Now, I can't re-create the settings for my JUnit tests to run - they require the ... -
Created Go to matching tag in Intellij?
I know that it's possible to go to the enclosing brace or beginning/end of a code block in Intellij, as detailed here: https://www.jetbrains.com/idea/help/navigating-to-braces.htmlI wonder if the... -
Created Breakpoints don't work when debugging maven project?
I am trying to debug a unit test in a Maven project. Normally I would just set up a JUnit test configuration in Intellj and set a breakpoint on the line I'm interested in. Unfortunately this pa... -
Created IDEA 14.0.2 hangs?
Anyone else having this problem? Since I upgraded to 14.0.2 Ultimate, it randomly hangs and becomes completely unresponsive. Usually it's after I click the Windows "X" to close the app or after ... -
Created Using Git across multiple modules?
I have a problem with using Git inside IDEA on our current project. This Maven-based project is organized into three "sub projects" inside a single Git repository:/MyProject--- /SubprojectMain-... -
Created Where do I drop the Lombok.JAR file to get it to work with Intellij 12.4.6?
Trying to get lombok working with Intellij. Plugin installed, Intellij says everything's hunky-dory - but no Lombok annotations are working. Do I need to drop LOMBOK.JAR in the Java/bin direct... -
Created How do I evaluate objects when debugging a JSP?
I am a relatively experienced Java programmer and IntellJ user and I am trying something new - I need to debug a web app on Tomcat. However, there doesn't seem to be a clear-cut guide to how to d...