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 157348 - Exception on completion of base class declarations
Summary: Exception on completion of base class declarations
Status: RESOLVED INCOMPLETE
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-23 09:13 UTC by gkachru
Modified: 2015-05-19 04:50 UTC (History)
0 users

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 gkachru 2009-01-23 09:13:39 UTC
Any completion while declaring a base class for any class causes an exception. The completion however does go through.

class SomeClass(base.BaseClass):
    pass

In the above example, the completion list will show up correctly on typing "base.", however once "BaseClass" has been selected from the list, an exception 
dialog pops-up.

I am using nb python build # 718.

P.S. Looks like something that might warrant a unit test!
Comment 1 Torbjorn Norbye 2009-01-23 15:54:48 UTC
Can you paste or attach the exception you see?

This doesn't happen for me (I entered 
  class MyTest(unittest.
and chose "TestCase" from the list.)