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 - incorrect Class not found warning
Summary: incorrect Class not found warning
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-12-18 00:30 UTC by fqqdk
Modified: 2009-02-19 22:52 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 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