On Wed, 19 Mar 2025 12:00:15 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> I meant w.r.t modifications applied to class and local reference. If both >> are pointing to same variable you can minimise passing it as parameter in >> methods selectColumns/Rows. Just a suggestion. > > Thank you for your suggestion but I will like to keep it this way as it was > done in previous code as even though they are pointing to same variable, > directly modifying class instance variable is fraught with danger so its > better to act on local var as it was done previously.. Modified to remove the param and made it more ocalised. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2003329004