Anomalie #1129
call constructors other than default ones
| Status: | Résolu | Start date: | 12/02/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tony Chemit | % Done: | 0% |
|
| Category: | jaxx-compiler | Spent time: | - | |
| Target version: | 2.4 |
Description
In this code :
MyDialog dialog = new MyDialog(parent)
This call constructor :
public ControlGraphDialog(JAXXContext parentContext) {}
but super constructor :
Dialog(Frame owner) {}
is never called
Related issues
History
Updated by Tony Chemit over 1 year ago
- Category set to jaxx-compiler
- Assignee set to Tony Chemit
- Target version set to 2.4
Updated by Tony Chemit over 1 year ago
- Status changed from Nouveau to Résolu