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 109016

Summary: Code-complete should suggest static factory methods
Product: java Reporter: _ gtzabari <gtzabari>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ gtzabari 2007-07-06 13:56:58 UTC
If a user invokes "new SomeClass<code-complete>" and the class has no accessible constructors Netbeans should probably
list the static factory methods instead.