I installed Eclipse Luna on my MAC OSX with Java8, and when I write a simple nested Lambda expression, it gives the following warning:
(Recovered) Internal inconsistency detected during lambda shape analysis
In the end, the code compiles and works fine, but still this warning is troubling ....
Thanks.
source share