Ittay Dror

Avatar
  • Total activity 42
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 15
  • Created

    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...
    • 3 followers
    • 3 comments
    • 1 vote
  • Created

    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 ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    can't run tests for code using CPS?

    I've written code using CPS and compiled it. Compilation passed fine (should I have used some kind of switch?)I've written a Spec for the code, which I run using the Junit runner (JUnit4(MySpec)).I...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How can I delete module groups?

    Answered
    Hello,I chose to create module groups when I imported a multi-module Maven project. I've found I don't like this and wish to remove all groups so the project is seen in a "normal" nested fashion (m...
    • 4 followers
    • 4 comments
    • 1 vote
  • Created

    trackpoint scrolling does not work

    Trackpoint scrolling (hold middle button and move trackpoint up/down) does not work for me in my thinkpad t61 on windows. I tried modifying tp4table.dat with "*,*,idea.exe,*,*,*,WheelStd,1,9" and r...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    compilation slow?

    Compiling a scala module is very slow for me. I write a scala spec and every time I chnage something small and want to run it I have to wait a half a minute or so until the module is compiled. I se...
    • 4 followers
    • 8 comments
    • 0 votes
  • Created

    cannot compile a scala module

    I get a crash as copied below. I work with plugin version 432 (idea 9.0) with scala 2.8.0-SNAPSHOT and have added the scala-compiler jar to the external libraries dependencies. the module i'm tryin...
    • 1 follower
    • 1 comment
    • 0 votes