#409 Renaming methods wasRefined and mightBeCoarsened.
Metadata
| Property | Value |
|---|---|
| Reported by | Robert K (robertk@posteo.org) |
| Reported at | Jun 20, 2008 12:15 |
| Type | Feature Request |
| Version | Git (pre2.4) [autotools] |
| Operating System | Unspecified / All |
| Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Last edited at | Sep 30, 2008 12:13 |
| Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
| Closed at | Sep 30, 2008 12:13 |
| Closed in version | 1.2 |
| Resolution | Implemented |
| Comment | In dune-grid revision 4439. |
Description
The information provided by both methods is slightly different from the names of the methods. I suggest to rename them as follows:
wasRefined --> isNew() returning true if an entity was newly created during the last modification phase.
mightBeCoarsened --> mightVanish() returns true if an entity could disappear in the next modification phase.
The old method should be marked deprecated.