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 236938 - Code completion doesn't work in some cases
Summary: Code completion doesn't work in some cases
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 11:42 UTC by Ondrej Brejla
Modified: 2013-11-13 08:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Brejla 2013-10-09 11:42:26 UTC
<?php

namespace Blah;
class ClsOmg {
}

namespace Hlab;

class ClassName {
    public function fnc(\Blah\Cl) { //CC after: \Cl^
    }
}

?>
Comment 1 Ondrej Brejla 2013-10-09 13:17:54 UTC
Fixed in web-main #8678d486d9f2
Comment 2 Quality Engineering 2013-10-10 02:21:06 UTC
Integrated into 'main-silver', will be available in build *201310100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8678d486d9f2
User: Ondrej Brejla <obrejla@netbeans.org>
Log: #236938 - Code completion doesn't work in some cases
Comment 3 mmolda 2013-10-22 13:54:28 UTC
Verified, thanks.

Product Version: NetBeans IDE Dev (Build 201310220001)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on x86; Cp1250; en_US (nb)
Comment 4 Ondrej Brejla 2013-11-07 14:03:51 UTC
Transplanted to release74 branch in releases repo. Please, verify, thanks.
Comment 5 mmolda 2013-11-12 13:58:05 UTC
Verified.

Product Version: NetBeans IDE 7.4 (Build 201311111738)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on x86; Cp1250; en_US (nb)