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 166439

Summary: Code completion does not work in new watch
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: DebuggerAssignee: Vladimir Voskresensky <vv159170>
Status: VERIFIED FIXED    
Severity: blocker CC: apepin, mmirilovic
Priority: P1 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2009-06-02 20:58:38 UTC
Code completion does not work in new watch window as well as in breakpoint condition
Comment 1 Vladimir Voskresensky 2009-06-02 22:29:59 UTC
regression caused by 
http://hg.netbeans.org/main/rev/f51d1e12b88e

I believe we need to fix it in 6.7
Comment 2 Vladimir Voskresensky 2009-06-02 22:34:09 UTC
fixed in 6.8
http://hg.netbeans.org/cnd-main?cmd=changeset;node=b317a747be72

Please, check and reopen with TM 6.7 if would like integration into RC2
Comment 3 soldatov 2009-06-03 10:45:58 UTC
Verified in latest build from bertram.netbeans.org
Comment 4 Alexander Pepin 2009-06-03 12:46:34 UTC
That feature was implemented in 6.7 to provide the same functionality as in java debugger but was broken before RC by
changes in debugger core. It need to be fixed in FCS.
Comment 5 Vladimir Kvashin 2009-06-03 13:43:15 UTC
I reviewed the fix; it is correct and safe.
Comment 6 Alexey Vladykin 2009-06-03 13:59:30 UTC
Integrated into release67: http://hg.netbeans.org/release67/rev/16ef0ad0eb0b
Comment 7 Quality Engineering 2009-06-03 18:42:12 UTC
Integrated into 'main-golden', will be available in build *200906031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b317a747be72
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#166439: Code completion does not work in new watch
Comment 8 soldatov 2009-06-04 08:59:23 UTC
Verified in latest build from smetiste.czech.sun.com