When renaming a feature we should be able to validate the new ID for each feature type that need custom validation.
For this, each feature type will provide a validateId(id) method to validate the ID. The FetaureType abstract class will provide a default validation - so that only features that require custom validation should override this method.
- depends on
-
NXS-608 Fix doc/schema/prefix duplicate id check
- Resolved