Skip to content

data() return ArrayList instead of List and Enum.values() return a fresh array at each call so it should be call once

Remi Forax requested to merge a_method_returns_an_ArrayList_in_AsmTest into master

Fix classical Java mistakes i have missed during last code review

Merge request reports