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

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

> Code-complete outputs unwanted newline characters
> -------------------------------------------------
>
>                 Key: NETBEANS-369
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-369
>             Project: NetBeans
>          Issue Type: Bug
>          Components: editor - Completion & Templates
>         Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Updates: Updates available
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
> User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
> Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
>            Reporter: Gili
>            Assignee: Matthias Bläsing
>            Priority: Major
>              Labels: pull-request-available
>
> Repro steps:
>  # Start a debugging session in a Maven project with Guava as a dependency.
>  # Edit an existing entry in the Variables tab (create an entry if you need 
> to).
>  # Type "Sets."
>  # CTRL+SPACE to initiate code-complete
>  # Select the "intersection" method and hit ENTER
>  # Netbeans pastes the following into the editor window:
> {code:java}
> Sets.intersection
> (first
> , second)
> {code}
> Expected behavior: Output should not contain any newline characters.
> Off the top of my head, I believe this is a regression relative to 8.2 (I 
> don't remember having this problem before).



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

Reply via email to