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 107203 - CC should show available constructors and method parameters
Summary: CC should show available constructors and method parameters
Status: RESOLVED DUPLICATE of bug 109139
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 88714
  Show dependency tree
 
Reported: 2007-06-19 13:50 UTC by jrojcek
Modified: 2007-09-17 09:59 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 jrojcek 2007-06-19 13:50:56 UTC
Lets say Dimension is imported and I type...

    p.setPreferredSize(new Dimension(|));

...CC should tell me what kind of constructors are applicable. Same applies for method calls. We used to have this feature in 5.5. It was added because users 
wanted it and we dropped it in 6.0.
Comment 1 peathal 2007-09-17 09:59:39 UTC

*** This issue has been marked as a duplicate of 109139 ***