collections icon indicating copy to clipboard operation
collections copied to clipboard

Allow accessing fields with a method of the same name

Open tszymanek opened this issue 4 years ago • 1 comments

Running a matching over a criteria lead me to an error that I cannot access the field. I then discovered the run lacks checking the object for methods with the same name as the field has. I find it a common practice to ommit the get keyword in getter methods. Thus this PR

tszymanek avatar Jan 08 '21 14:01 tszymanek

Just for the record: this has been previously proposed in #135 and #149

malarzm avatar Jan 08 '21 18:01 malarzm