Christian
- 活动总数 95
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 36
-
创建于 How do you control Maven Profiles properly?
已回答Hi, We have a maven project with a parent pom specifying two profiles, mini (the default) and max, and several child modules (mini uses two, max all). Each child module can define further profiles.... -
创建于 IntelliJ flags static import of assertEquals as unused - even though it is used.
已回答Hi! I've got the following import: import static org.junit.Assert.assertEquals;And I have the following test code in that test class: assertEquals(BigInteger.ONE,actual.getFoo());Any idea what's go... -
创建于 Intention action do not offer to import org.junit, only junit.framework
已回答Hi, Since switching to IntelliJ 2016.3.4 (Community Edition) from 15.x, the intention action (Alt + Enter) to statically import JUnit methods doesn't seem to offer any methods from the org.junit pa... -
创建于 Toggle auto-test in debugger has no effect?
已回答HI, I'm using the community edition (2016.3.2 64 bit). After I ran a test, I clicked the "Toggle auto-test" button in the debugger: https://www.jetbrains.com/help/img/idea/2016.3/icon_toggleAutoTes... -
创建于 Autocomplete and wrap following statement?
已回答Hello! Say, I have the following code: foo.getBar(); Now, I want to wrap that, e.g. pass bar's return value into baz.setBar(); I start writing (| is the cursor): baz.|foo.getBar(); At this point, I... -
创建于 Can I add a new default Test Resources Root?
已回答Hi all, At work, we always save our integration tests under src/integrationtest/java, with the resources under src/integrationtest/resources. Our maven projects do have this directory structure set... -
创建于 Refactor on Jaxb rename/move
已回答Hello, Some of our classes get generated by jaxb from a schema. Whenever one of those classes changes name (or is moved to a different package), we end up having to manually rename a gazillion impo... -
创建于 Are JSP supported in the community edition? As Scratch Files?
已回答Hi all, Are JSP supported by the community edition of IntelliJ? If so, how can I create a Scratch File with syntax highlighting and code completion for the JSP? Background: I need to work on a JSP ... -
创建于 What happened to the DISQUS comments on the help pages?
已回答Around version 14 of IntelliJ, there were DISQUS comments on each help page. Just wondering what happened to them; some of the comments were useful... :) -
创建于 Broken link in online help | What happens (technically/under the hood) when I link IntelliJ modules to Eclipse project files?
已回答Hello! On https://www.jetbrains.com/help/idea/15.0/import-from-eclipse-page-1.html, the link behind "Procedures: Importing Eclipse Project to IntelliJ IDEA" points to https://www.jetbrains.com/help...