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

Summary: Add actual methods and fields to code-completion in debugger fields.
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: anebuzelsky, tpavek
Priority: P2 Keywords: PLAN
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.