[jira] [Commented] (NETBEANS-1552) Syntax error for UVS

2018-10-28 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1552:


I've verified that there are no PHP syntax errors in a laravel project.

My steps:
# composer global require "laravel/installer"
# laravel new laravel-app
# Create a new NetBeans PHP project with existing source (of Step2)


> Syntax error for UVS
> 
>
> Key: NETBEANS-1552
> URL: https://issues.apache.org/jira/browse/NETBEANS-1552
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 10.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Reproducible code:
> {code:php}
>  class UVS {
> public function isTest($param): bool {
> return true;
> }
> }
> ($test = new UVS()); // no error
> $isTest = ($test = new UVS())->isTest('test'); // error
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1552) Syntax error for UVS

2018-10-26 Thread Los Vitaly (JIRA)


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

Los Vitaly commented on NETBEANS-1552:
--

Junichi thank you very much for your time and helping. 
I'm a newbie here, but try to help make NB 10 better. Today I have more time, 
and find some unusual syntax in tests, and netbeans display error, so I make 
reports with screenshot and code. 
Hope, next release fix all bugs in vendor folder

> Syntax error for UVS
> 
>
> Key: NETBEANS-1552
> URL: https://issues.apache.org/jira/browse/NETBEANS-1552
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Blocker
>
> Reproducible code:
> {code:php}
>  class UVS {
> public function isTest($param): bool {
> return true;
> }
> }
> ($test = new UVS()); // no error
> $isTest = ($test = new UVS())->isTest('test'); // error
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1552) Syntax error for UVS

2018-10-25 Thread Junichi Yamamoto (JIRA)


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

Junichi Yamamoto commented on NETBEANS-1552:


{quote}> I check in my Laravel project, all errors are the same Syntax error 
unexpected: -> after: ) , so I don't create new report.{quote}

Great! Thanks for investigating it.
 
{quote}> If I understand right I have to create a report like this, if I find 
errors in PHP/CSS{quote}

Exactly. If there is a reproducible code (and exact steps), it is very helpful. 
We should be able to understand what a problem is when we look at it. 
Otherwise, we would take much time to fix bugs or could not fix them.

{quote}> Priority: choose blocker or just major{quote} 

Please have a look at guidelines: 
https://cwiki.apache.org/confluence/display/NETBEANS/Bug+Priority+Guidelines
If you are not sure, just choose the default one.

{quote}> and can I choose you as Asignee or not?{quote}

Well... Please don't choose me because I'm not sure whether I can work on it 
soon. Probably, I will assign to me myself.


> Syntax error for UVS
> 
>
> Key: NETBEANS-1552
> URL: https://issues.apache.org/jira/browse/NETBEANS-1552
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Blocker
>
> Reproducible code:
> {code:php}
>  class UVS {
> public function isTest($param): bool {
> return true;
> }
> }
> ($test = new UVS()); // no error
> $isTest = ($test = new UVS())->isTest('test'); // error
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1552) Syntax error for UVS

2018-10-25 Thread Los Vitaly (JIRA)


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

Los Vitaly commented on NETBEANS-1552:
--

I check in my Laravel project, all errors are the same
Syntax error unexpected: -> after: ) , so I don't create new report. 
If I understand right I have to create a report like this, if I find errors in 
PHP/CSS
Priority: choose blocker or just major and can I choose you as Asignee or not?

> Syntax error for UVS
> 
>
> Key: NETBEANS-1552
> URL: https://issues.apache.org/jira/browse/NETBEANS-1552
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Blocker
>
> Reproducible code:
> {code:php}
>  class UVS {
> public function isTest($param): bool {
> return true;
> }
> }
> ($test = new UVS()); // no error
> $isTest = ($test = new UVS())->isTest('test'); // error
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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