Skip to content

Commit f9a6e5a

Browse files
committed
Changed the version of the guava plug-in to 15.0.
This commit fixes issue #31. The problem that Eclipse picked up an older version of Guava that caused a `NoSuchMethodError` exception because the older version didn't Iterables.tryFind(...) method. As a result, Eclipse failed to create the CompatibilityView object. The lesson here is that I should've paid closer attention to all exceptions not only the first one in the error log because the root cause was captured by the second exception.
1 parent 9c9ec29 commit f9a6e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/com.google.guava/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: com.google.guava
44
Bundle-SymbolicName: com.google.guava
5-
Bundle-Version: 1.0.0
5+
Bundle-Version: 15.0.0
66
Bundle-ClassPath: guava-15.0-sources.jar,
77
guava-15.0.jar
88
Export-Package: com.google.common.annotations,

0 commit comments

Comments
 (0)