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 120971 - [60cat] NB doesn't offer to fix problem of missing constructor
Summary: [60cat] NB doesn't offer to fix problem of missing constructor
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 15:06 UTC by mariso
Modified: 2013-09-02 14:22 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 mariso 2007-11-02 15:06:43 UTC
[ BUILD # : 200710212201 ]
[ JDK VERSION : 1.6.0_02 ]

I have created a subclass of a class without default constructor. Of
course, I need to create a constructor which invokes one of
superclass constructors and NB correctly indicates this problem. But
it doesn't offer a quick fix for that.