Details
-
Improvement
-
Resolution: Outdated
-
Neutral
-
None
-
None
-
None
Description
Current implementation of DefaultLocation & ContentLocation are unnecessarily complicated:
DefaultLocation
- unused code should go
- default constructor, DefaultLocation(String), parseLocation(String), setAppParams(String), setAppType(String), setAppId(String), setSubAppId(String)
- all members except parameter should be final
ContentLocation
- will crash on parameter being null - should e.g. be considered in ContentLocation.wrap
Checklists
Acceptance criteria