Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • I ice
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • The Eclipse Integrated Computational Environment
  • ice
  • Merge requests
  • !436

Replace field alias concept with simpler system

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Eclipse Webmaster requested to merge github/fork/dbluhm/replace-alias into next Jul 21, 2020
  • Overview 0
  • Commits 5
  • Changes 9

Created by: dbluhm

Aliases were introduced to address the problem presented by privateId's getter being getUUID() instead of getPrivateId(). The concept of Aliases was needlessly complicated to solve this problem and otherwise unused anywhere else in the project. In it's place, varName was introduced on Field that can hold the variable's name when it differs from the name of the field itself, i.e. in the privateId scenario, the varName is privateId and the field name is UUID.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/dbluhm/replace-alias

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent