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

Summary: [65cat] Add a hint to create constructor for superclasses without default constructor
Product: java Reporter: Michel Graciano <hmichel>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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?