java - Google Collections sources don't compile -


I have just downloaded Google archive sources and imported them into a new eclipse project with JDK 1.6.

They do not compile for some reasons:

  • javax.annotation.Nullable could not be found
  • javax.annotation.ParametersAreNonnullByDefault not found
  • Visibility of inherited method # Abstract multimap
  • + 11 equal to
  • Make name collision (select) method: The power of force (K, V) is the same force as AbstractBiMap, the power of the force (the object, Object type) but it does not override
  • 2 equal ones
what am I missing Is?

I am also surprised that unit tests for these collections are available to the public.

It seems that you are missing as dependencies, try to add it to the classpath.


Comments