Lucky-Dhakad / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
0 stars 1 forks source link

"Search" class has statement without effect #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found by eclipse in the sources of semanticvectors 1.16 around line 194:

// This will become overwritten if -results is passed in as a command line
argument!
numResults = numResults;

This assignment should probably read "Search.numResults = numResults".

Original issue reported on code.google.com by andreas.kohn@gmail.com on 18 Mar 2009 at 9:23

GoogleCodeExporter commented 9 years ago
I agree, I've just made the change, tested, and submitted the fix.
Thanks for this, it will come out in the next release.

Original comment by dwidd...@gmail.com on 18 Mar 2009 at 3:05