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 125121

Summary: Quick fix for "B extends A without default constructor"
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tim Lebedkov 2008-01-11 16:23:36 UTC
For a newly created class without a constructor but with a superclass without default constructor the following error is
shown

SAction(java.lang.String) in test.SAction cannot be applied to ()

It would be nice to have a "quick fix" for this that would create the necessary constructor