Ittay Dror
- 活动总数 42
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
-
Ittay Dror 创建了一个帖子, compile server not running
My Preferences has a checkbox on 'Run compiler server' (using IntelliJ IDEA incremental compilation mode, but also with SBT), however, there doesn't seem to be any external Java process or anythin... -
Ittay Dror 创建了一个帖子, Formatting chained calls the way I like
I like this stylenew Foo() .bar .car(a, b) {c: Int => c * 2 }But Idea turns it to (note the last 2 lines): new Foo() .bar .car(a, b) { c: Int => c * 2 }If I choose to 'align when ... -
-
Ittay Dror 创建了一个帖子, structural search for fields of certain type in class hierarchy
Hi,I'm trying to use structural search to find all fields that are some sort of Collection in all subclasses of Base.So given:class Foo extends Base { List list;}class Bar extends Foo { Set set... -
Ittay Dror 创建了一个帖子, Compiler internal error. Process terminated with exit code 21
I get this error when building my project. I couldn't find out why it fails or what code 21 is. Settings | Compiler | Java Compiler is set to AjcRegards,Ittay -
Ittay Dror 创建了一个帖子, Could not autowire. There is more than one bean of 'XXX' type. Beans xxx, xxx, xxx.
Hi,Using 11.0.1 I get the error in the title (that is, IDEA discovers 3 beans all with the same name for the same type0The beans that IDEA discovered are discovered with context scanning (the @Comp... -
-
-