Christopher Ng
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
Created Multiple compile-server processes
AnsweredOn IDEA 2017.2, I've noticed multiple compile-servers running, one for each window. Was this always the case? My recollection is there used to be just one. -
Edited Bug in groovy wrapping/alignment?
AnsweredI've noticed some weirdness in the alignment of some of my Groovy code, so I opened Settings -> Code Style -> Groovy -> Wrapping and Braces. When you tick the last option (List and map literals ->... -
Created NoSuchMethodError when compiling java project in 2016.3
Answeredhi, just upgraded to this today, i am getting this error in the build.log and the compiler fails to complete successfully: 2016-11-22 18:27:06,397 [ 21478] INFO - s.incremental.java.JavaBuilder - j... -
Created Maven user settings.xml not merged with global settings.xml
AnsweredAccording 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 ... -
Edited Can't set breakpoint in lambda that is a field
AnsweredIt 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; -
Created Junit + Maven surefire plugin settings
AnsweredIt 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? -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...