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 156641 - Circular Redundancy hint goes away if other file in editor hint appears
Summary: Circular Redundancy hint goes away if other file in editor hint appears
Status: CLOSED INVALID
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-12 18:40 UTC by tonybeckham
Modified: 2017-06-22 18:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tonybeckham 2009-01-12 18:40:22 UTC
With all hints selected for Python in Editor preferences, when a parent/child circular redundancy hint is displayed,
then another python file is opened and a hint is shown then the hint for the C/P circular redundancy is removed.  

Steps:
Make sure all hints are enabled for the Python Editor
Add a circular redundancy like:

    class A(B):
        def __init__(self):
            self._myprotected="protected"
    class B(A)
        pass

The hint should show at classB(A), place cursor on this line
Open another python file from another project and add 2-6 so that assign expression to variable hint will show
Switch back to file w/ the redundancy and it is no longer there.

System:
Build 582
Product Version: NetBeans IDE Dev (Build 20090112145108)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)
Comment 1 Jenselme 2017-06-22 18:05:55 UTC
Not sure it is still relevant with the current version. Closing this as old bug. If this is still a thing, please reopen and accept my apologies.
Comment 2 Jiri Kovalsky 2017-06-22 18:15:34 UTC
Thanks for your evaluation Julien. Closing then.