Kristian Rosenvold
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 13
-
Kristian Rosenvold 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 ... -
-
-
-