Ádám Turcsán created NETBEANS-4432:
--------------------------------------
Summary: Find usages of __construct not throrough enough
Key: NETBEANS-4432
URL: https://issues.apache.org/jira/browse/NETBEANS-4432
Project: NetBeans
Issue Type: Improvement
Components: php - Code Analysis
Affects Versions: 12.0
Reporter: Ádám Turcsán
Attachments: image-2020-06-12-13-51-26-486.png
If I use the tool "Find usages" on a class constructor, It doesn't find the
usages where it is called from the class itself, like {{new self()}}.
Because self is an instant static bindig (unlike {{static::}} ) It is quite
straightforward, which consturct call is this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists