Uploaded image for project: 'mdsal'
  1. mdsal
  2. MDSAL-59

Binding Data Codec: Equivalent augmentation resolution is not optimal

XMLWordPrintable

      Copy via Builder allows to copy augmentations, which were generated for other instantation of grouping.

      Equivalent augmentation algorithm, which decides that same augmentation is present in newer place heavily relies on reflection comparison of generated classes and that comparison is run each time user tries to retrieve augmentation from such LazyDataObject.

      Result of comparison should be cached to speed-up other lookups. This is doable due to immutable nature of Java classes.

            Unassigned Unassigned
            tony.tkacik@gmail.com Tony Tkacik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: