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 153685 - completion for java classes in the current name space
Summary: completion for java classes in the current name space
Status: CLOSED WONTFIX
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: 2008-11-22 00:46 UTC by Peter Lam
Modified: 2017-06-23 08:06 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 Peter Lam 2008-11-22 00:46:26 UTC
Transferred from https://nbpython.dev.java.net/issues/show_bug.cgi?id=19

I can currently use completion for python classes and methods. But I cannot get completion for java classes 
imported.

For example,

from java.lang import Math

Math.<ctrl-space> should bring up the static methods on java.lang.Math

note: could someone who reads this outline where this functionality should go?

Sean
Comment 1 Jenselme 2017-06-22 19:11:36 UTC
I don't think  we can support this easily. I think the best way to solve this is by importing the swing components from a dummy module you create or just ignore the error.

I don't think we will improve Jython support soon. We have much more work to for CPython support and this concerns more users. Closing this.
Comment 2 Jiri Kovalsky 2017-06-23 08:06:25 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.