[MGNLUI-1614] Rename FieldBuilder to FieldFactory Created: 10/Jun/13  Updated: 12/Jun/13  Resolved: 11/Jun/13

Status: Closed
Project: Magnolia UI
Component/s: framework
Affects Version/s: None
Fix Version/s: 5.0

Type: Task Priority: Neutral
Reporter: Tobias Mattsson Assignee: Daniel Lipp
Resolution: Fixed Votes: 0
Labels: architecture
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
causality
is causing MGNLUI-1621 FieldTypeDefinition and FieldValidato... Closed
relation
is related to MGNLUI-1616 Rename FieldValidatorFactory implemen... Closed
is related to MGNLUI-1618 Align FieldFactory and FieldValidator... Closed
is related to CNTCTSAPP-29 Rename FieldBuilder to FieldFactory Closed
is related to MGNLDAM-254 Rename FieldBuilder to FieldFactory Closed
Template:
Acceptance criteria:
Empty
Task DoR:
Empty
Sprint: RC 1

 Description   

We decided to rename Field*Builders to Field*Factory. Which means:

  • we rename FieldBuilder to FieldFactory (FieldValidatorBuilder to FieldValidatorFactory)
    • Builder is reserved for the future configuration builders
  • the current FieldFactory will be renamed
    • the current name should have been FieldBuilderFactory anyway
    • the new name is FieldFactoryFactory
      • this is still the best name for that thing and we tried to avoid tricks like FieldFactoryProvider, ...
      • this class is an internal and normal devs won't be confronted with it
  • FiledTypeDefinition.getBuilder()
    • is then FieldTypeDefinition.getFactoryClass()
      • its not an instance and should have the Class suffix
  • packages .builder will be renamed to .factory
  • methods creating e.g. fields will be renamed to "newInstance"

Generated at Mon Feb 12 08:48:21 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.