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 243926 - Method PHPDocs inside of interfaces are not inherited by implementing classes
Summary: Method PHPDocs inside of interfaces are not inherited by implementing classes
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 3 votes (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 19:55 UTC by evandelacruz
Modified: 2014-04-25 07:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Screenshot of Actual result (84.09 KB, image/jpeg)
2014-04-18 19:55 UTC, evandelacruz
Details
Screenshot of Expected Result (photoshopped) (94.97 KB, image/jpeg)
2014-04-18 19:55 UTC, evandelacruz
Details
Reproduce bug code example (557 bytes, application/octet-stream)
2014-04-18 19:56 UTC, evandelacruz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description evandelacruz 2014-04-18 19:55:15 UTC
Created attachment 146830 [details]
Screenshot of Actual result

This possibly a duplicate of Bug 180189

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Java: 1.7.0_51; Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_51-b13
System: Windows 8 version 6.2 running on amd64; Cp1252; en_US (nb)


PHPDocs inside of interfaces are not inherited by implementing classes.

Steps to reproduce:
1. Create an interface with a single method and add phpdocs to the method
2. Create a concrete class that implements the interface
3. Call the method on the concrete class

Expected Result:
Code completion pops up showing the Phpdocs from the interface

Actual Result:
Code completion pops up and says "PHPDoc not found"
Comment 1 evandelacruz 2014-04-18 19:55:51 UTC
Created attachment 146831 [details]
Screenshot of Expected Result (photoshopped)
Comment 2 evandelacruz 2014-04-18 19:56:15 UTC
Created attachment 146832 [details]
Reproduce bug code example
Comment 3 Ondrej Brejla 2014-04-25 07:16:54 UTC
Enhancement, inheritng of phpdocs must be implemented from scratch.