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

Summary: error in mamespaced classes
Product: php Reporter: RiaD
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 201452    
Bug Blocks:    
Attachments: Screen shot
Second screenshot

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.