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

[jira] [Created] (NETBEANS-401) "Go to Source" jumps to the wrong line for lambda functions

Gili created NETBEANS-401:
-----------------------------

             Summary: "Go to Source" jumps to the wrong line for lambda functions
                 Key: NETBEANS-401
                 URL: https://issues.apache.org/jira/browse/NETBEANS-401
             Project: NetBeans
          Issue Type: Bug
          Components: profiler - Base
         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


# Run profiler (instrumentation mode in my case but I don't think it matters)
 # Right click on a line containing a lambda function
 # "Go to Source"
 # Notice that the IDE will jump to the enclosing class but not a specific line inside the lambda.

Expected behavior: "Go to Source" works fine for non-lambda functions. I am expecting it to work for lambdas as well.



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