You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2019/09/18 09:22:00 UTC

[jira] [Assigned] (NETBEANS-3108) PHP: parser in some cases not recognize symbols(identifiers) after "new"

     [ https://issues.apache.org/jira/browse/NETBEANS-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junichi Yamamoto reassigned NETBEANS-3108:
------------------------------------------

    Assignee: Junichi Yamamoto

> PHP: parser in some cases not recognize symbols(identifiers) after "new"
> ------------------------------------------------------------------------
>
>                 Key: NETBEANS-3108
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3108
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Code Analysis, php - Refactoring
>    Affects Versions: 8.2, 9.0, 10.0, 11.0, 11.1
>            Reporter: SL EF
>            Assignee: Junichi Yamamoto
>            Priority: Major
>         Attachments: Test.php
>
>
> Simple example:
> {code:php}
> new self::$test['test'];
> {code}
> This code is *valid* but not actually supported by Netbeans parser. *Nothing of the following works*: "find usages"/refactoring/go to declaration
> *Other IDE*: worked fine at least in PhpStorm, Visual Studio Code(with Intelephense plugin)



--
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