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 - Lambda function parameters not handled correctly
Summary: Lambda function parameters not handled correctly
Status: NEW
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 15:57 UTC by Jan Lahoda
Modified: 2017-06-22 21:43 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.