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 247119 - PHP: methods declared in traits are not recognized as implementation of abstract
Summary: PHP: methods declared in traits are not recognized as implementation of abstract
Status: RESOLVED DUPLICATE of bug 247026
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 09:50 UTC by giuseppemazzapica
Modified: 2014-09-17 09:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (39.56 KB, text/plain)
2014-09-15 09:50 UTC, giuseppemazzapica
Details

Note You need to log in before you can comment on or make changes to this bug.
Description giuseppemazzapica 2014-09-15 09:50:12 UTC
Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08

If a class implements an interface, and some methods in it are implemented via an used traits, an error is shown stating that some methods (the ones in trait) are not implemented. This happen just after updating the IDE this morning. Until yesterday everthing was fine.
Comment 1 giuseppemazzapica 2014-09-15 09:50:17 UTC
Created attachment 149214 [details]
IDE log
Comment 2 Vladimir Riha 2014-09-17 09:50:01 UTC
Please close NetBeans, delete your cache directory and start NetBeans again. Your cache directory is C:\Users\Giuseppe\AppData\Local\NetBeans\Cache\8.0

Could be same issue as 247026

Thank you
Comment 3 Vladimir Riha 2014-09-17 09:52:53 UTC
Works for me in dev build. Please try to delete cache, it should help. Thanks.

Product Version: NetBeans IDE 8.0.1 (Build 201408251540)
Java: 1.8.0_20; Java HotSpot(TM) Client VM 25.20-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-b26
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)

*** This bug has been marked as a duplicate of bug 247026 ***