[jira] [Commented] (NETBEANS-1861) Recognize @method static for documenting static methods

2019-08-18 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909942#comment-16909942
 ] 

Junichi Yamamoto commented on NETBEANS-1861:


Thank you for writing it.

> Recognize @method static for documenting static methods
> ---
>
> Key: NETBEANS-1861
> URL: https://issues.apache.org/jira/browse/NETBEANS-1861
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor, php - PHPDoc
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Ales Seifert
>Priority: Major
>
> The static keyword is not documented at phpdoc.org yet but it is stated that 
> it was added in 2.9.1 or probably 3.x branch here:
> [https://github.com/phpDocumentor/phpDocumentor2/issues/822]
> Other recent IDEs seems to support this syntax already.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-1861) Recognize @method static for documenting static methods

2019-08-15 Thread Ales Seifert (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16908048#comment-16908048
 ] 

Ales Seifert commented on NETBEANS-1861:


 
{code:java}
// code placeholder
/**
 * Sample Class
 * @method static int getCount(\Countable $obj)  Count elements of an object
 */
class SampleClass {
    //put your code here
}
{code}
It should display getCount() method as a static one in "Navigator"  also the 
getCount() method should be offered on context help when SampleClass:: is pressed in editor.

 

> Recognize @method static for documenting static methods
> ---
>
> Key: NETBEANS-1861
> URL: https://issues.apache.org/jira/browse/NETBEANS-1861
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor, php - PHPDoc
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Ales Seifert
>Priority: Major
>
> The static keyword is not documented at phpdoc.org yet but it is stated that 
> it was added in 2.9.1 or probably 3.x branch here:
> [https://github.com/phpDocumentor/phpDocumentor2/issues/822]
> Other recent IDEs seems to support this syntax already.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-1861) Recognize @method static for documenting static methods

2019-08-10 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16904552#comment-16904552
 ] 

Junichi Yamamoto commented on NETBEANS-1861:


Could you please write example code and behavior you expect?

> Recognize @method static for documenting static methods
> ---
>
> Key: NETBEANS-1861
> URL: https://issues.apache.org/jira/browse/NETBEANS-1861
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis, php - Editor, php - PHPDoc
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Ales Seifert
>Priority: Major
>
> The static keyword is not documented at phpdoc.org yet but it is stated that 
> it was added in 2.9.1 or probably 3.x branch here:
> [https://github.com/phpDocumentor/phpDocumentor2/issues/822]
> Other recent IDEs seems to support this syntax already.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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