-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9844/
-----------------------------------------------------------
Review request for oodt and Chris Mattmann.
Description
-------
The getTopNProducts method has a conditional statement with two possible
outcomes for return statements. It should be possible to replace this with a
single return statement that will still cover all of the same options.
This addresses bug OODT-573.
https://issues.apache.org/jira/browse/OODT-573
Diffs
-----
/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/catalog/LuceneCatalog.java
1454129
Diff: https://reviews.apache.org/r/9844/diff/
Testing
-------
After making the changes, I ran the unit tests for the filemgr package. All
tests passed. These include tests in the TestLuceneCatalog class, which has
two calls to the getTopNProducts method. But the tests don't check for a null
value returned from getTopNProducts, so it might be desirable to add another
test for this scenario.
Thanks,
Ross Laidlaw