major
nice-to-have
defect
major
enhancement
There are now many subclasses of NamedConfiguration—or NamedConfiguration itself—that are created programmatically. Setting the name always involves either a huge hassle or requiring a getter to be added to the config interface.
A setter for this should be introduced in NamedConfiguration.
Code Migration
Remove the setName(String) method from subclasses of NamedConfiguration.
Test
No test.