This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157618

Summary: Lambda function parameters not handled correctly
Product: python Reporter: Jan Lahoda <jlahoda>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: NEW ---    
Severity: blocker CC: Jenselme
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Lahoda 2009-01-29 15:57:54 UTC
Python build from Hudson #777 (20090129031539).

Having this in editor:
name = (lambda aa: aa * 3)

the "aa" parameter does not seem to work correctly:
-mark occurrences does not work on the parameter
-go to declaration does not work
-the code completion does not propose it
Comment 1 Jenselme 2017-06-22 21:43:58 UTC
This is still a thing. Move to enhancement, not blocking.