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 142477 - [65cat] Add a hint to create constructor for superclasses without default constructor
Summary: [65cat] Add a hint to create constructor for superclasses without default con...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 21:09 UTC by Michel Graciano
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 Michel Graciano 2008-07-31 21:09:30 UTC
[ BUILD # : 200807291401 ]
[ JDK VERSION : 1.6.0_07 ]

When we have a superclass which have constructors with parameters,
the code is not compilable. So, I suggest something similar a
interface hint, where methods override are suggested, the IDE could
suggest a creation for super class constructors.
Comment 1 Lukas Hasik 2008-08-01 06:52:08 UTC
why core?