datawave icon indicating copy to clipboard operation
datawave copied to clipboard

weeded out Attribute methods that pass and don't use 'reducedResponse…

Open tomnelson opened this issue 2 years ago • 0 comments

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.

tomnelson avatar Mar 09 '22 15:03 tomnelson