Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.1.4
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
Looks like the method resolution code MethodReference.resolveInternal() is incorrect. It does not look for methods implemented in interfaces implemented by a class. In contrast, FieldReference.resolveInternal() looks in all super classes and interfaces a class implements. I am attaching a simple test program that demonstrates this bug. This bug exists in SVN r15788.
Issue Links
- is depended upon by
-
RVM-929
Follow Java Virtual Machine Specification
-
Activity
David Grove
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | David Grove [ dgrove ] |
David Grove
made changes -
| Fix Version/s | 3.1.2 [ 16568 ] |
David Grove
made changes -
| Fix Version/s | 3.1.3 [ 18230 ] | |
| Fix Version/s | 3.1.2 [ 16568 ] |
David Grove
made changes -
| Fix Version/s | 3.1.4 [ 19063 ] | |
| Fix Version/s | 3.1.3 [ 18230 ] |
Erik Brangs
made changes -