-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Code Refactoring (Global)
-
Tags:
-
Team:FG
-
Sprint:nxFG 11.1.13
-
Story Points:2
There are a number of places in the Nuxeo code where we need to use reflection to read/write a field otherwise inaccessible (private or final).
Instead of using ad-hoc reflection, we should use FieldUtils which makes the code shorter.
While doing this cleanup, remove the cases where reflection is not actually needed (or change Nuxeo code to make the field usable directly).
- Is referenced in