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 145809 - CC could offer inherited method
Summary: CC could offer inherited method
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks: 150234
  Show dependency tree
 
Reported: 2008-09-01 14:01 UTC by rmatous
Modified: 2008-10-15 15:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmatous 2008-09-01 14:01:15 UTC
Maybe RFE:
class A {
    public function aa() {
        
    }     
}

class B extends A {
    aa| //public function aa() {...
}
Comment 1 rmatous 2008-09-11 18:10:38 UTC
Fixed when extending classes (not when implementing interfaces):
http://hg.netbeans.org/main/rev/12c32b03cc5e
Comment 2 rmatous 2008-09-11 18:21:28 UTC
CC could say  which methods are implem. and which over.
Comment 3 Quality Engineering 2008-09-12 06:02:58 UTC
Integrated into 'main-golden', will be available in build *200809120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/12c32b03cc5e
User: Radek Matous <rmatous@netbeans.org>
Log: #145809 CC could offer inherited method
Comment 4 rmatous 2008-10-15 14:42:06 UTC
Fixed