This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192708 - Add actual methods and fields to code-completion in debugger fields.
Summary: Add actual methods and fields to code-completion in debugger fields.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2010-11-30 17:08 UTC by Martin Entlicher
Modified: 2011-06-02 13:39 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2010-11-30 17:08:29 UTC
Java objects evaluated through debugger have already known runtime types. These actual types can be used to populate code-completion that appears in watches or evaluator.
Current code-completion provides methods and fields that are known to compiler. Debugger could provide methods and fields that are known at runtime and include all private or package-private elements that are not visible to compiler.