I vundle all other dependencies related.
When i try to generate getter or setter with ctrl-x g/s, I am getting the following error (and one time Warning):
Error detected while processing function lh#refactor#extract_getter[6]..lh#dev#attribute#analyse[1]..lh#dev#option#call[6]..lh#dev#java#attribute#analyse:
line 15:
E121: Undefined variable: visibility
E15: Invalid expression: { 'visibility': visibility, 'type' : type[1:], 'name' : name, 'static' : static }
What can be the problem?