You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Ádám Turcsán (Jira)" <ji...@apache.org> on 2020/06/12 11:53:00 UTC

[jira] [Created] (NETBEANS-4432) Find usages of __construct not throrough enough

Á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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists