The code quality of Nuxeo Java Client can be improved. This issue aims to provide internal enhancements / refactoring while avoid breaking any existing API. None of API should be modified.
- Avoid useless change from array to any type of collections
- Remove unused import statements
- Update JUnit package reference
- Precise input type of constructor
- Use switch instead of multiple if statements for enum