Source compatibility issue with Google Guava library
Recently I was debugging a case of NoSuchMethodError when using the Google Guava library. Conceptually my code was doing the following: In runtime I was using library in version 19 and I was getting the following error: I decompiled the code and got something similar to this If you look closely you can see that … Continue reading Source compatibility issue with Google Guava library