You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2019/02/27 15:16:00 UTC

[jira] [Updated] (NETBEANS-369) Code-complete outputs unwanted newline characters

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

Laszlo Kishalmi updated NETBEANS-369:
-------------------------------------
    Fix Version/s: 10.0

> 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 &amp; 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
>             Fix For: 10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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-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