[jira] [Updated] (NETBEANS-2873) Suggest using combined assignment operators

2019-07-22 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2873:
-
Labels: pull-request-available  (was: )

> Suggest using combined assignment operators
> ---
>
> Key: NETBEANS-2873
> URL: https://issues.apache.org/jira/browse/NETBEANS-2873
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>
> e.g. 
> {code:php}
> // ??
> $string = $string ?? "value"; // before
> $string ??= "value"; // after
> // +
> $x = $x + 100; // before
> $x += 100; // after{code}
>  



--
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] [Updated] (NETBEANS-2873) Suggest using combined assignment operators

2019-07-20 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto updated NETBEANS-2873:
---
Summary: Suggest using combined assignment operators  (was: Suggest 
converting to combined assignment operators)

> Suggest using combined assignment operators
> ---
>
> Key: NETBEANS-2873
> URL: https://issues.apache.org/jira/browse/NETBEANS-2873
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>
> e.g. 
> {code:php}
> // ??
> $string = $string ?? "value"; // before
> $string ??= "value"; // after
> // +
> $x = $x + 100; // before
> $x += 100; // after{code}
>  



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