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 235682

Summary: [Evaluate Expression] Support imports or autocompleting FQN
Product: debugger Reporter: tomzi <tomzi>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description tomzi 2013-09-09 11:07:27 UTC
While a Debugger session and when I want to use 'Evaluation Expression' It would be VERY helpful to use
.) 'import' statements to import classes that are used later in EE
.) or help to autocomplete the FQN
Eg, if I type
   StringUtils

and press SHIFT-CTRL-O to automatically add imports then it should
.) add imports before the statement or
.) add FQN to 'org.apache.commons.lang.StringUtils'

Product Version = NetBeans IDE 7.4 Beta (Build 201307092200)
Operating System = Linux version 3.8.0-30-generic running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Comment 1 Martin Entlicher 2013-09-09 11:40:45 UTC
I agree.