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 155728

Summary: incorrect Class not found warning
Product: php Reporter: fqqdk <fqqdk>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description fqqdk 2008-12-18 00:30:52 UTC
editor warns "Class not found" for both 'self' and 'parent' in the below code:
class A extends B {
  public static function f() {
    $var = new self;
    $var2 = new parent;
  }
}
Comment 1 Tomasz Slota 2009-01-08 16:20:35 UTC
confirmed
Comment 2 Tomasz Slota 2009-01-09 15:03:44 UTC
fixed
http://hg.netbeans.org/main/rev/033758d6df19
Comment 3 Quality Engineering 2009-01-11 06:35:28 UTC
Integrated into 'main-golden', will be available in build *200901110304* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/033758d6df19
User: Tomasz Slota <tslota@netbeans.org>
Log: #155728: incorrect Class not found warning