Tom Williamson
- 活动总数 120
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 35
-
创建于 Set up a project completely outside existing source folders?
已回答A 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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-... -
创建于 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... -
创建于 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...