GORA-439 Remove Unused Method Parameters#43
Conversation
|
Hi @kamaci I had a look through the patch. Please make sure that there are no regressions. I am +1 to commit if this is the case. |
|
I am in favour of this, but yeah we might discuss about the API some more to see whether it makes sense to keep what. I mean right now, if those parameters are not being used, sure maybe we can take them out, but I think we should look into why they were put there e.g. passing the dataStore object into the GoraMapper, is this because we can get it through the Query object? I think most of the others are a lot more straight forward. |
|
Unused method parameters may lead a potential bug. Here is a list of what I've changed:
|
|
Hey @kamaci I think I will try to respond to myself lol I think it is fine because the query object gets created by the dataStore, thus it will already contain a reference to it when passed into the MapReduce job. So I am a +1 after looking it more carefully |
|
This has been merged right? |
|
I thought something is wrong but it is completely OK, no problem. Thanks. |
Unused method parameters are removed and API signatures made clean.