-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: API
-
None
e.g., if a method has a lot ofÂ
grouperLoaderConfig.propertyValueStringRequired("grouper.wsBearerToken." + externalSystemConfigId + ".basicAuthUser") |
it makes it hard to extend the class with additional logic, unless by copying the whole thing and changing the hardcoded prefix everywhere. If the pattern was a class property, it could be extended with a subclass much easier.