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 157628

Summary: Mark occurrences misbehaves for "complex" expressions
Product: python Reporter: Jan Lahoda <jlahoda>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: CLOSED FIXED    
Severity: blocker CC: Jenselme
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2009-01-29 16:53:44 UTC
Python build from hudson #777 (20090129031539).

Consider the following statements (| represents the caret position):
ff = 1
ii = 1
ff * i|i + ff

The mark occurrences does not work in this case (it does work when the caret is on the "declaration" of ii, or anywhere
in "ff").
Comment 1 Jenselme 2017-06-22 21:42:32 UTC
This looks fixed. Please reopen if it is not.
Comment 2 Jiri Kovalsky 2017-06-23 08:06:27 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.