jaxen icon indicating copy to clipboard operation
jaxen copied to clipboard

refactor DefaultFunctionCallExpr

Open hduelme opened this issue 1 year ago • 0 comments

I made the fields prefix and functionName final. Gentrified all lists and replaced the for loop by the foreach loop (available size Java 5).

The foreach loop is easier to read and faster, compared to the normal for loop.

hduelme avatar Feb 15 '23 21:02 hduelme