Ittay Dror
- Total activity 42
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
-
Ittay Dror created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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... -
-
-