datawave
datawave copied to clipboard
weeded out Attribute methods that pass and don't use 'reducedResponse…
I noticed that the Attribute hierarchy of classes have methods that pass boolean reducedResponse as a parameter, but I found no methods there that actually use that parameter. I removed those methods and changed every calling method.
this passes the build with mvn -V -B -e -Pdev,examples,assemble,spotbugs -Ddeploy -Ddist -T1C clean verify
FWIW, to reduce pain for others, I will restore and deprecate the methods I removed. For now, its easier for me to trace tests using json serialization if I don't have all the spurious use of the reducedResponse flag.