Joseph K. Strauss

Results 10 comments of Joseph K. Strauss

I seem to recall that there were some places where there were only \r without the \n. Also, doesn't Java allow for \n in the replacement also? Why doesn't it...

Actually, I do not seem to have anything that has this problem. I was just wondering why it would work this way.

I do have an issue with certain places that have only \r without the \n at all. I guess I will have to resort to making no newlines at all...

@spencergibb I understand that the actual configuration object would not change; it is immutable. What I was expecting is that the application context would refresh, so that, for example, new...

@spencergibb Please elaborate. Which statement are you referring to?

@rtyley: Is there any chance that this could be merged?

@javabrett I actually used it for my own purposes. I was importing history from CVS, and the default implementation makes all files executable. Since nobody ever saw it, I have...

I tried rebasing blindly, i.e., without checking it first, and the CI build failed. For the moment, I am resetting it back to the original commit.

@javabrett I finally succeed rebasing. Is there any reason why none of the org.scalatest imports seem to work in IntellliJ with Scala plugin? I basically had to guess how to...