Bug 427429 - Improve the clarity of evaluation results
Summary: Improve the clarity of evaluation results
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 23:39 EST by Michael Rennie CLA
Modified: 2014-02-04 23:39 EST (History)
0 users

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-02-04 23:39:47 EST
FUP to bug 349032.

If you eval the snippet given in bug 349032 comment #2 you get the result popup stating the result is 'false' - which it technically is (the result from the last instruction - Iterator.hasNext()). It would be nice if we could add some context to the result in the popup to make it clear why it shows the value it does.