| Summary: | WorkbenchPartAction calls overridable method in constructor | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | C. Lamont Gilbert <clg-business> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
C. Lamont Gilbert
I changed this to an enhancement. I don't mind if one closes it. I was trolling through my old reports and noticed that I had reported a few other instances of this practice which seems to be ubiquitous throughout GEF/Eclipse. Its a problem that I think should be fixed, but if its not going to be addressed then its just not going to be... Im going to close this. Ill try to refrain from reporting these types of things no matter how much I dislike it. By its very nature, everytime the method is called it will be calling behavior from an object that is not done constructing. On the other hand, the method is named init and you can see where its called from easily enough. |