Kristian Rosenvold

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
Kristian Rosenvold created a post, Right click to run junit tests in gradle project broken ?
It seems like the capablitiy to run a single method with the idea test runner is unavailable for single methods in recent eaps, is this a known issue ?Additionally there is also a "lag" when you mo... -
Kristian Rosenvold created a post, builrd/resources broken for gradle projects ?
At some change in some 13.x version (and EAP 14), the classpath when running an application in a gradle project no longer includes src/main/resources (through "build/resources/main" or any other fo... -
-
-
Kristian Rosenvold created a post, Go to implementation for autoboxed lambdas (JDK8) ?
given a single method lambda interface:interface MyLambda { String myMethod(File file);}And a class:class MyService {private final MyLambda myLambdapublic MyService(MyLambda lambda){this.myLambda ... -
Kristian Rosenvold created a post, Unicode filenames within a unit test on the mac ?
I have this really puzzling project that runs both in maven and intellij on linux, but once I move to the mac the unit test simply fails when I run it with the intellij test runner.The project can ... -
-
-
-