Bug 434663 - Improve open Actual Type / Hierarchy in variables view for lambda and method reference
Summary: Improve open Actual Type / Hierarchy in variables view for lambda and method ...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 12:18 EDT by Michael Rennie CLA
Modified: 2015-05-15 08:09 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2014-05-12 12:18:58 EDT
The fix for bug 427110, works around failing to be able to find the actual type of a lambda / method reference by simply showing the declared type infos. We should investigate trying to resolve the real actual type infos.

Jesper had an idea about trying to find the infos in the bytecodes from bug 427110 comment #10. We do something similar to this (which Jesper created) for filtering setters / getters while stepping - see org.eclipse.jdt.internal.debug.core.model.JDIMethod.isGetter / isSetter