Closed rpau closed 9 years ago
A method is currently searched looking:
1) The owner class if the scope is a inner class. 2) The owner class if the scope is an anonymous class. 3) The hierarchy type of the scope.
It should be:
1) The hierarchy type of the scope. 2) The owner class if the scope is a inner class. 3) The owner class if the scope is an anonymous class.
Solved in 2.2.1
A method is currently searched looking:
1) The owner class if the scope is a inner class. 2) The owner class if the scope is an anonymous class. 3) The hierarchy type of the scope.
It should be:
1) The hierarchy type of the scope. 2) The owner class if the scope is a inner class. 3) The owner class if the scope is an anonymous class.