Poor Style: Value Never Read - object created and used in constructor

I've noticed that Fortufy Engine Version 23.2.0.0125 using rulepack 2023.4.1.0001 seems to identify code like this as an issue

(...)

SomeClass obj = getSomeClass();

return new Response<>(obj);

(...)

Sounds like a bug for me. What do you think?

TIA

Leo