preDelete and postDelete not called for patterns [message #921897] |
Mon, 24 September 2012 10:34  |
Eclipse User |
|
|
|
I think I've found a bug when using pattern and the delete feature. When using standalone feature, you have the option to override the preDelete and postDelete methods but when using a pattern, those methods are not called. This is because the preDelete and postDelete methods are called inside the delete method of the DefaultDeleteFeature and thus simply redirect to the methods of the DefaultDeleteFeature (which do nothing).
The difference with the delete method is that this one is called from the DeleteFeatureForPattern class.
Am I correct in thinking that this is a bug ?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04915 seconds