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 207050 - No autocomplete for namespaced class constant
Summary: No autocomplete for namespaced class constant
Status: RESOLVED DUPLICATE of bug 206521
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 08:27 UTC by RadekDvorak
Modified: 2012-01-09 08:53 UTC (History)
0 users

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 RadekDvorak 2012-01-09 08:27:29 UTC
Netbeans 7.1 des not offer autocompletion for constants that are in namespaced class. In the following example the constant \qwe\ASD::AA won't be offered:

<?php
namespace qwe;
class ASD
{
    const AA = "q";
}

\qwe\ASD::
--
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Linux version 2.6.37.6-0.9-desktop running on amd64
Java; VM; Vendor = 1.6.0_29
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.4-b02
Comment 1 Ondrej Brejla 2012-01-09 08:53:32 UTC

*** This bug has been marked as a duplicate of bug 206521 ***