Conversation
…way. This caused problems.
…eedback V3 considering pr feedback
|
In the original Pull request this comment was added right after Commit fdfd88e - "some renamings" I tried to consider most of the feedback. Following changes were made: Request handler changesThe whole request handler approach got a little redesign. The To have the The All request handlers which have to create a The methods Changes for DataSelectionIn a first step the |
|
Status of this redesign iteration: But the miredot documentation generator does not recognize the concrete thrown exceptions in the code path of an API method (or does not recognize it till an inheritance depth of 3 - with a depth of 2 it works). |
This was the origin description in the original pull request:
This branch is a suggestion for the first iteration of a redesign. It is based on a new common base class for data sets and data files and a request handler approach to separate the different concerns in IdsBean to concern related handler classes.
To reduce the distinction between the 3 possible StorageUnit configurations inheritance is used in DataSelection and FiniteStateMachine.
Advantages:
Disadvantages:
Architecture