Results 33 comments of Lukasz Klich

> Can you update whole eclim and then check once again? I was thinking about emacs-eclim only. Sorry for confusion The only function that have this `"Expected lambda expression"` in...

I've got auto-build set in `eclipse`. I'm not sure whether `eclim-problems-buffer-refresh` was suppose to issue rebuild or just simply refresh list without any rebuild. What I'm sure though is that...

Maybe we've got bug somewhere. It needs to be checked but since there's a workaround the priority of this will be very low.

@MasseR maybe this line about [eclim's EclimJavaValidate](https://github.com/ervandew/eclim/blob/e91dcb482d3024a233ce6a212e16ea8ad1209d50/org.eclim.jdt/vim/eclim/plugin/settings_java.vim#L38) have something to do with it? I wonder how it is used, cause I couldn't find any code reference except that one

This issue is mentioned in stackoverlow question http://stackoverflow.com/questions/16531720/symbols-value-as-variable-is-void-eclimd-port/27301695#27301695

It was removed long time ago by the same person which added it in the first place dbc368becec8c530f519519a6c088cdddd649ae4. On the other hand it would be nice to have this possibility.

@kostajh I'm in the same situation as @fred-o is. I don't know php enough and don't use it so I can't say anything valuable. `eclim` itself have only 3 commands...

@lhazlewood using `Jwts.header()` doesn't change anything. Standard technique or not compiler won't know which overload version to use, cause both are applicable. This is the simplest thing you can paste...

@lhazlewood Have you tried to compile that snippet?

Yeah, do not use it `Header`, but just `Map`. Please note that this map have to be mutable, so do not even try guava or something