You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of a research project I've been running Logifix on open source repositories. When running Logifix on karate I found that there exists iterations over Map#keySet where Map#get is called in the loop, using the key. This can be made more efficient using Map#entrySet instead.
I will submit a patch generated by Logifix in an upcoming PR.
The text was updated successfully, but these errors were encountered:
As part of a research project I've been running Logifix on open source repositories. When running Logifix on
karate
I found that there exists iterations overMap#keySet
whereMap#get
is called in the loop, using the key. This can be made more efficient usingMap#entrySet
instead.I will submit a patch generated by Logifix in an upcoming PR.
The text was updated successfully, but these errors were encountered: