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 201153 - error in mamespaced classes
Summary: error in mamespaced classes
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on: 201452
Blocks:
  Show dependency tree
 
Reported: 2011-08-20 10:02 UTC by RiaD
Modified: 2011-09-12 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (24.44 KB, image/png)
2011-08-20 10:02 UTC, RiaD
Details
Second screenshot (85.74 KB, image/png)
2011-08-20 10:03 UTC, RiaD
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RiaD 2011-08-20 10:02:42 UTC
Created attachment 110117 [details]
Screen shot

I have 

namespace Model;
class User extends Base{

but NetBeans can't understand what class I extend:

see screenshot in attachments:

Also It's actual for return types:
We see props/methods from other namespaces' Base classes
Screenshot:
http://s2.ipicture.ru/uploads/20110820/761V0w00.jpg
Comment 1 RiaD 2011-08-20 10:03:55 UTC
Created attachment 110118 [details]
Second screenshot
Comment 2 Ondrej Brejla 2011-09-09 13:00:18 UTC
Should be fixed. I will evaluate it.
Comment 3 Ondrej Brejla 2011-09-12 12:07:41 UTC
Seems that it works for me properly in netbeans 7.1 development version. It was connected with http://netbeans.org/bugzilla/show_bug.cgi?id=201452

If the problem occurs again, don't hesitate to file a new issue.