You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing cf-java-client into eclipse (File --> Import --> Existing maven project) a lot of compile errors show up. These can be fixed with some trivial changes and minor refactorings.
It seems the compiler in eclipse is not capable of handling too deeply nested lambda expressions.
I will push a small refactoring to fix these problems.
The text was updated successfully, but these errors were encountered:
When importing cf-java-client into eclipse (File --> Import --> Existing maven project) a lot of compile errors show up. These can be fixed with some trivial changes and minor refactorings.
It seems the compiler in eclipse is not capable of handling too deeply nested lambda expressions.
I will push a small refactoring to fix these problems.
The text was updated successfully, but these errors were encountered: