Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
Description
This is (hopefully) the last straggler in the 'get*' family, after getKey() and getAugmentation(). Using "get" prefix followed by a capital letter infringes on namespace reserved for user-defined data, such as:
grouping foo {
leaf implemented-interface {
type string;
}
}
We suddenly have two getters differing only by return type, which is a JLS violation. Get rid of this by renaming to "implementedInterface".
Attachments
Issue Links
- is blocked by
-
MDSAL-396 Add DataObject.implementedInterface()
-
- Resolved
-
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 80951,10 | Remove DataContainer.getImplementedInterface() | master | mdsal | Status: MERGED | +2 | +1 |