yangxu998 / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

powerSet in Sets undefined #665

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Despite the presence of powerSet method in the source files distributed 
together with the guava-r09.jar file, it is marked as "undefined" by Eclipse 
when I try to use it in my code. Please check the jar file, because other 
methods of the Sets class (like intersection, filter, etc) can be used without 
problems.

Original issue reported on code.google.com by onikileche@gmail.com on 19 Jul 2011 at 3:33

GoogleCodeExporter commented 9 years ago
My guess is that you have some version of the Sets class on your classpath that 
doesn't have powerSet() and Eclipse is using that one. That could be from 
google-collections or Guava prior to r04. In any case, the Sets class in the 
r09 jar definitely does have powerSet().

Original comment by cgdec...@gmail.com on 19 Jul 2011 at 6:47

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09