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 - Quick fix for "B extends A without default constructor"
Summary: Quick fix for "B extends A without default constructor"
Status: NEW
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:
 
Reported: 2008-01-11 16:23 UTC by Tim Lebedkov
Modified: 2013-09-02 14:23 UTC (History)
0 users

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