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

Summary: CC should show available constructors and method parameters
Product: java Reporter: jrojcek <jrojcek>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 88714    

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 ***