You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tomáš Procházka (Jira)" <ji...@apache.org> on 2021/01/02 10:57:00 UTC

[jira] [Updated] (NETBEANS-5194) Improved hint for broken String concatenations

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

Tomáš Procházka updated NETBEANS-5194:
--------------------------------------
    Component/s: java - Hints
                 java - Editor

> Improved hint for broken String concatenations
> ----------------------------------------------
>
>                 Key: NETBEANS-5194
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5194
>             Project: NetBeans
>          Issue Type: Wish
>          Components: java - Editor, java - Hints
>    Affects Versions: 12.2
>            Reporter: Erik
>            Priority: Minor
>
> The error in the code below is not that difficult to spot but this type of error becomes much more troublesome when working with complex nested statements.
> {code:java}
> var name = "Erik";
> var age = 5;
>         
> System.out.println("My name is " + name + " and I'm " + age " years old.");
> {code}
> Current hint: ')' expected
> Examples of more helpful hints:
>   '+' expected
>   Broken String concatenation



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