Christopher Ng

- 活动总数 95
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 30
-
创建于 Maven user settings.xml not merged with global settings.xml
已回答According to https://maven.apache.org/settings.html the global settings.xml and the user settings.xml should be merged, but Intellij doesn't respect this, so anything in the global settings.xml is ... -
已编辑于 Can't set breakpoint in lambda that is a field
已回答It seems that if you define a lambda in a field, you cannot put a breakpoint in it, as Intellij only recognises it as a field watch, eg: final Predicate<Object> isNull = x -> x == null; -
创建于 ESLint shows errors even for rules that are configured to 'warn'.
It seems like the ESLint integration always shows rule violations as errors, even though they are set to warn in .eslintrc. It is definitely finding the configuration because if I change it to be ... -
创建于 Junit + Maven surefire plugin settings
已回答It seems that running JUnit tests from a maven project results in it inheriting eg vm-args from the surefire configuration in the pom.xml. How can I turn this off? -
创建于 Bundled Eclipse Compiler version?
What version of the Eclipse compiler is bundled with Intellij 15.x?Reason I ask is that there is a bug in the Eclipse compiler (it doesn't follow the annotation processing spec apparently) that is ... -
创建于 Scope 'All'/'Project and Libraries' missing
I'm running Intellij Ultimate 13.1.3, for some reason I don't have the 'All' (or otherwise known as 'Project and Libraries') scope that is supposed to be predefined, either in the Search Settings o... -
创建于 NPE when starting Java debugging in IDEA 13.1
I'm getting a NullPointerException when I try to debug a Java process...it doesn't happen all the time though, it might be this particular configuration (which is an individual test in a JUnit test... -
创建于 can't rerun failed tests in IDEA 13 for all tests in eg a package
Using Intellij IDEA 13, if I run all tests in a folder, when I try to rerun failed tests I get:java.lang.NullPointerException at java.io.File.<init>(File.java:277) at com.intellij.rt.execution.juni... -
创建于 IDEA slows down after a while
hi all,I tend to leave my IDEA open (at work) overnight, usually for days at a time. I've noticed that it becomes very slow and unresponsive after a while. Typing becomes very slow and I can see ... -
创建于 Disable activeByDefault maven profile?
hi,it seems it's not possible to disable a maven profile that is enabled by default in settings.xml? when you click on the checkbox it is either greyed out and checked, or just checked.